Gentoo Archives: gentoo-commits

From: "Sebastian Pipping (sping)" <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/screen-message/files: screen-message-0.22-desktop-file.patch
Date: Thu, 29 May 2014 16:30:24
Message-Id: 20140529163021.6A81E2004F@flycatcher.gentoo.org
1 sping 14/05/29 16:30:21
2
3 Added: screen-message-0.22-desktop-file.patch
4 Log:
5 x11-misc/screen-message: 0.22
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)
8
9 Revision Changes Path
10 1.1 x11-misc/screen-message/files/screen-message-0.22-desktop-file.patch
11
12 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
13 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
14
15 Index: screen-message-0.22-desktop-file.patch
16 ===================================================================
17 From af93db050e56dd6cc99674c58c48d45fd2eb92ba Mon Sep 17 00:00:00 2001
18 From: Sebastian Pipping <sebastian@×××××××.org>
19 Date: Thu, 29 May 2014 18:22:04 +0200
20 Subject: [PATCH] Fix desktop file template
21
22 warning: value "GTK;Application;Utility;" for key "Categories" in group "Desktop Entry" contains a deprecated value "Application"
23 ---
24 sm.desktop.in | 2 +-
25 1 file changed, 1 insertion(+), 1 deletion(-)
26
27 diff --git a/sm.desktop.in b/sm.desktop.in
28 index f37e974..4b6033d 100644
29 --- a/sm.desktop.in
30 +++ b/sm.desktop.in
31 @@ -5,4 +5,4 @@ Exec=@BINPATH@/sm
32 Icon=sm
33 Terminal=false
34 Type=Application
35 -Categories=GTK;Application;Utility;
36 +Categories=GTK;Utility;
37 --
38 1.9.3