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.4-xdg-desktop-entry.diff
Date: Sun, 29 Jun 2008 23:03:10
Message-Id: E1KD5vF-00075s-4A@stork.gentoo.org
1 carlo 08/06/29 23:03:05
2
3 Added: knutclient-0.9.4-xdg-desktop-entry.diff
4 Log:
5 Version bump.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 net-misc/knutclient/files/knutclient-0.9.4-xdg-desktop-entry.diff
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/knutclient/files/knutclient-0.9.4-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.4-xdg-desktop-entry.diff?rev=1.1&content-type=text/plain
13
14 Index: knutclient-0.9.4-xdg-desktop-entry.diff
15 ===================================================================
16 --- src/knutclient.desktop.orig 2008-06-29 20:09:20.000000000 +0200
17 +++ src/knutclient.desktop 2008-06-29 20:36:36.000000000 +0200
18 @@ -1,20 +1,15 @@
19 -# KDE Config File
20 [Desktop Entry]
21 -Encoding=UTF-8
22 Type=Application
23 Version=0.9.4
24 -Exec=knutclient -caption "%c" %i %m
25 -Icon=knutclient.png
26 -MiniIcon=knutclient.png
27 -DocPath=knutclient/index.html
28 +Exec=knutclient -caption "%c" %i
29 +Icon=knutclient
30 +X-DocPath=knutclient/index.html
31 Name=KNutClient
32 Name[de]=KNutClient
33 Name[cs]=KNutClient
34 Comment=Client for NUT
35 -Comment[de]=
36 +Comment[de]=KDE-Frontend für NUT
37 Comment[cs]=Klient pro UPS syst� NUT
38 Comment[es]=Cliente KDE para NUT
39 -Terminal=0
40 X-KDE-StartupNotify=true
41 -OnlyShowIn=KDE;
42 Categories=Qt;KDE;System;Monitor;
43 --- src/Makefile.am.orig 2008-06-29 20:37:20.000000000 +0200
44 +++ src/Makefile.am 2008-06-29 20:37:40.000000000 +0200
45 @@ -32,7 +32,7 @@
46 knutclient_LDADD = $(LIB_KDEUI)
47
48 # this is where the desktop file will go
49 -shelldesktopdir = $(kde_appsdir)/Utilities
50 +shelldesktopdir = $(xdg_appsdir)
51 shelldesktop_DATA = knutclient.desktop
52
53 # this is where the shell's XML-GUI resource file goes
54
55
56
57 --
58 gentoo-commits@l.g.o mailing list