diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-06-21 10:33:42 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-06-21 10:33:42 +0000 |
commit | 103245cd1ad7de182b1c0e5ac2f98784f2771918 (patch) | |
tree | cc5fd9b80c0e96a25178511aa7914c10bd4371ce /kde-misc/kdiff3/files | |
parent | ia64 stable wrt #219933 (diff) | |
download | gentoo-2-103245cd1ad7de182b1c0e5ac2f98784f2771918.tar.gz gentoo-2-103245cd1ad7de182b1c0e5ac2f98784f2771918.tar.bz2 gentoo-2-103245cd1ad7de182b1c0e5ac2f98784f2771918.zip |
Fix desktop entry properly, get rid of arts use flag.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-misc/kdiff3/files')
-rw-r--r-- | kde-misc/kdiff3/files/kdiff3-0.9.92-desktop-entry-fix.diff | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/kde-misc/kdiff3/files/kdiff3-0.9.92-desktop-entry-fix.diff b/kde-misc/kdiff3/files/kdiff3-0.9.92-desktop-entry-fix.diff new file mode 100644 index 000000000000..7517f81afa29 --- /dev/null +++ b/kde-misc/kdiff3/files/kdiff3-0.9.92-desktop-entry-fix.diff @@ -0,0 +1,71 @@ +--- kdiff3plugin/kdiff3plugin.desktop 2006-11-14 23:06:16.000000000 +0100 ++++ /dev/null 2008-06-15 10:46:49.536002197 +0200 +@@ -1,7 +0,0 @@ +-[Desktop Entry] +-Encoding=UTF-8 +-Type=Service +-Name=Compare/Merge Files/Directories with KDiff3 +-Icon=kdiff3 +-X-KDE-ParentApp=konqueror +-#DocPath=konq-plugins/kdiff3plugin/index.html +\ No newline at end of file +--- kdiff3plugin/Makefile.am.orig 2008-06-07 03:46:09.000000000 +0200 ++++ kdiff3plugin/Makefile.am 2008-06-16 00:14:10.000000000 +0200 +@@ -13,8 +13,5 @@ + pluginsdir = $(kde_servicesdir) + plugins_DATA = kdiff3_plugin.desktop + +-appsdir = $(kde_appsdir)/.hidden +-apps_DATA = kdiff3plugin.desktop +- + messages: rc.cpp + $(XGETTEXT) *.cpp *.h -o $(podir)/kdiff3_plugin.pot +--- src/Makefile.am.orig 2008-06-16 01:28:37.000000000 +0200 ++++ src/Makefile.am 2008-06-16 01:30:58.000000000 +0200 +@@ -29,9 +29,9 @@ + kdiff3_LDADD = $(LIB_KPARTS) + + # this is where the desktop file will go +-shelldesktopdir = $(kde_appsdir)/Development ++shelldesktopdir = $(xdg_appsdir) + shelldesktop_DATA = kdiff3.desktop + + # this is where the shell's XML-GUI resource file goes + shellrcdir = $(kde_datadir)/kdiff3 + shellrc_DATA = kdiff3_shell.rc +--- src/kdiff3.desktop.orig 2008-06-16 01:35:21.000000000 +0200 ++++ src/kdiff3.desktop 2008-06-16 01:36:24.000000000 +0200 +@@ -1,6 +1,4 @@ +- + [Desktop Entry] +-Encoding=UTF-8 + Name=KDiff3 + Name[hi]=के-डिफ3 + Name[sv]=Kdiff3 +@@ -46,10 +44,11 @@ + GenericName[xx]=xxDiff/Patch Frontendxx + GenericName[zh_CN]=Diff/Patch 前端 + GenericName[zu]=Diff/PatchIsiqalo sokugcina +-Exec=kdiff3 %i %m -caption "%c" ++Categories=Qt;KDE;Development; ++Exec=kdiff3 %i -caption "%c" + Icon=kdiff3 + Type=Application +-DocPath=kdiff3/index.html ++X-DocPath=kdiff3/index.html + Comment=A File And Directory Comparison And Merge Tool + Comment[ar]=أداة مقارنة و دمج ملفات و دلائل (مجلًدات ) + Comment[bg]=Инструмент за сравняване и сливане на файлове и директории +--- src/kdiff3part.desktop.orig 2008-06-16 02:52:00.000000000 +0200 ++++ src/kdiff3part.desktop 2008-06-16 02:53:07.000000000 +0200 +@@ -1,5 +1,4 @@ + [Desktop Entry] +-Encoding=UTF-8 + Name=KDiff3Part + Name[cs]=Komponenta KDiff3 + Name[fr]=Composant KDiff3 +@@ -16,3 +15,4 @@ + ServiceTypes=KParts/ReadOnlyPart,KParts/ReadWritePart + X-KDE-Library=libkdiff3part + Type=Service ++Icon=kdiff3 |