Gentoo Archives: gentoo-commits

From: "Carsten Lohrke (carlo)" <carlo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/knutclient/files: knutclient-0.9.3-xdg-desktop-entry.diff
Date: Sat, 21 Jun 2008 11:07:33
Message-Id: E1KA0wK-0005VY-21@stork.gentoo.org
1 carlo 08/06/21 11:07:28
2
3 Added: knutclient-0.9.3-xdg-desktop-entry.diff
4 Log:
5 Fix desktop entry properly, get rid of the superfluous arts use flag.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 net-misc/knutclient/files/knutclient-0.9.3-xdg-desktop-entry.diff
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/knutclient/files/knutclient-0.9.3-xdg-desktop-entry.diff?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/knutclient/files/knutclient-0.9.3-xdg-desktop-entry.diff?rev=1.1&content-type=text/plain
13
14 Index: knutclient-0.9.3-xdg-desktop-entry.diff
15 ===================================================================
16 --- src/Makefile.am.orig 2007-03-31 15:43:04.000000000 +0200
17 +++ src/Makefile.am 2007-03-31 15:44:30.000000000 +0200
18 @@ -32,8 +32,7 @@
19 knutclient_LDADD = $(LIB_KDEUI)
20
21 # this is where the desktop file will go
22 -shelldesktopdir = $(kde_appsdir)/Utilities
23 -shelldesktop_DATA = knutclient.desktop
24 +xdg_apps_DATA = knutclient.desktop
25
26 # this is where the shell's XML-GUI resource file goes
27 shellrcdir = $(kde_datadir)/knutclient
28 --- src/knutclient.desktop.orig 2008-06-21 12:55:47.000000000 +0200
29 +++ src/knutclient.desktop 2008-06-21 12:57:10.000000000 +0200
30 @@ -1,20 +1,16 @@
31 -# KDE Config File
32 [Desktop Entry]
33 -Encoding=UTF-8
34 Type=Application
35 Version=0.9.3
36 -Exec=knutclient -caption "%c" %i %m
37 -Icon=knutclient.png
38 -MiniIcon=knutclient.png
39 -DocPath=knutclient/index.html
40 +Exec=knutclient -caption "%c" %i
41 +Icon=knutclient
42 +X-DocPath=knutclient/index.html
43 Name=KNutClient
44 Name[de]=KNutClient
45 Name[cs]=KNutClient
46 Comment=Client for NUT
47 -Comment[de]=
48 +Comment[de]=KDE-Frontend für NUT
49 Comment[cs]=Klient pro UPS syst� NUT
50 Comment[es]=Cliente KDE para NUT
51 -Terminal=0
52 +Terminal=false
53 X-KDE-StartupNotify=true
54 -OnlyShowIn=KDE;
55 Categories=Qt;KDE;System;Monitor;
56
57
58
59 --
60 gentoo-commits@l.g.o mailing list