diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2009-02-14 20:13:50 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2009-02-14 20:13:50 +0000 |
commit | 886b9c9a468e7908679de9c43cef0fe869337195 (patch) | |
tree | 8d80b7889179f3adefb9e25e8ac5f457f8795420 /media-tv/mtvg/files | |
parent | Don't use custom src_install function. Fix improper split KDE ebuild dependen... (diff) | |
download | historical-886b9c9a468e7908679de9c43cef0fe869337195.tar.gz historical-886b9c9a468e7908679de9c43cef0fe869337195.tar.bz2 historical-886b9c9a468e7908679de9c43cef0fe869337195.zip |
Wipe bogus kde_src_install function. Add missing kde.eclass function calls. Get rid of invalid aRts dependency. Fix desktop file.
Package-Manager: portage-2.2_rc23/cvs/Linux i686
Diffstat (limited to 'media-tv/mtvg/files')
-rw-r--r-- | media-tv/mtvg/files/mtvg-7.3.2-desktop-file.diff | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/media-tv/mtvg/files/mtvg-7.3.2-desktop-file.diff b/media-tv/mtvg/files/mtvg-7.3.2-desktop-file.diff new file mode 100644 index 000000000000..4701c892babe --- /dev/null +++ b/media-tv/mtvg/files/mtvg-7.3.2-desktop-file.diff @@ -0,0 +1,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; |