sping 14/05/29 16:30:21 Added: screen-message-0.22-desktop-file.patch Log: x11-misc/screen-message: 0.22 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)
Revision Changes Path 1.1 x11-misc/screen-message/files/screen-message-0.22-desktop-file.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/screen-message/files/screen-message-0.22-desktop-file.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/screen-message/files/screen-message-0.22-desktop-file.patch?rev=1.1&content-type=text/plain Index: screen-message-0.22-desktop-file.patch =================================================================== >From af93db050e56dd6cc99674c58c48d45fd2eb92ba Mon Sep 17 00:00:00 2001 From: Sebastian Pipping <[email protected]> Date: Thu, 29 May 2014 18:22:04 +0200 Subject: [PATCH] Fix desktop file template warning: value "GTK;Application;Utility;" for key "Categories" in group "Desktop Entry" contains a deprecated value "Application" --- sm.desktop.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sm.desktop.in b/sm.desktop.in index f37e974..4b6033d 100644 --- a/sm.desktop.in +++ b/sm.desktop.in @@ -5,4 +5,4 @@ Exec=@BINPATH@/sm Icon=sm Terminal=false Type=Application -Categories=GTK;Application;Utility; +Categories=GTK;Utility; -- 1.9.3
