blob: 4701c892babe442661614c9d2e8a8dc50c1305bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
--- src/Makefile.am.orig 2009-02-14 19:59:49.000000000 +0100
+++ src/Makefile.am 2009-02-14 20:00:11.000000000 +0100
@@ -35,7 +35,7 @@
maxemumtvguide_LDADD = $(LIB_KDEUI) -lkio
# this is where the desktop file will go
-shelldesktopdir = $(kde_appsdir)/Utilities
+shelldesktopdir = $(xdg_appsdir)
shelldesktop_DATA = maxemumtvguide.desktop
# this is where the shell's XML-GUI resource file goes
--- src/maxemumtvguide.desktop.o 2009-02-14 19:59:04.000000000 +0100
+++ src/maxemumtvguide.desktop 2009-02-14 19:59:19.000000000 +0100
@@ -1,6 +1,5 @@
[Desktop Entry]
X-SuSE-translate=true
-Encoding=UTF-8
Name=Maxemum TV-Guide
Name[xx]=xxmaxemumtvguidexx
Exec=maxemumtvguide
@@ -32,4 +31,4 @@
Comment[xx]=xxA simple KDE Applicationxx
Comment[zh_CN]=一个简单的KDE应用程序
GenericName=TV Guide
-Categories=Qt;KDE;Utility;AudioVideo;Video;TV
+Categories=Qt;KDE;Utility;AudioVideo;Video;TV;
|