diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2009-02-22 13:38:07 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2009-02-22 13:38:07 +0000 |
commit | f2c89dfe48fe2dbb9c47bf45a6137f154e3082ae (patch) | |
tree | dab12fef08ca6417e8a8ad44ac8678a75eed24a8 /app-editors/kxmleditor/files | |
parent | Version bump (diff) | |
download | historical-f2c89dfe48fe2dbb9c47bf45a6137f154e3082ae.tar.gz historical-f2c89dfe48fe2dbb9c47bf45a6137f154e3082ae.tar.bz2 historical-f2c89dfe48fe2dbb9c47bf45a6137f154e3082ae.zip |
Get rid of invalid aRts dependency. Fix desktop file.
Package-Manager: portage-2.2_rc23/cvs/Linux i686
Diffstat (limited to 'app-editors/kxmleditor/files')
-rw-r--r-- | app-editors/kxmleditor/files/kxmleditor-1.1.4-desktop-file.diff | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/app-editors/kxmleditor/files/kxmleditor-1.1.4-desktop-file.diff b/app-editors/kxmleditor/files/kxmleditor-1.1.4-desktop-file.diff new file mode 100644 index 000000000000..8160836a5b7a --- /dev/null +++ b/app-editors/kxmleditor/files/kxmleditor-1.1.4-desktop-file.diff @@ -0,0 +1,36 @@ +--- ./kxmleditor/kxmleditor.desktop.orig 2009-02-18 02:12:20.000000000 +0100 ++++ ./kxmleditor/kxmleditor.desktop 2009-02-18 02:12:20.000000000 +0100 +@@ -1,12 +1,11 @@ + [Desktop Entry] + Type=Application +-Exec=kxmleditor -caption "%c" %i %m +-Icon=kxmleditor.png +-DocPath=kxmleditor/index.html ++Exec=kxmleditor -caption "%c" %i ++Icon=kxmleditor ++X-DocPath=kxmleditor/index.html + Comment=XML editor + Comment[fi]=XML-editori + Terminal=false + Name=KXML Editor + MimeType=text/xml; +-Encoding=UTF-8 +-Categories=Application;Development;TextEditor;KDE; ++Categories=Qt;KDE;Development;TextEditor; +--- ./kxmleditor/Makefile.am.orig 2009-02-18 02:12:20.000000000 +0100 ++++ ./kxmleditor/Makefile.am 2009-02-18 02:12:20.000000000 +0100 +@@ -12,11 +12,11 @@ + dcopiface_shell.cpp dcopiface_shell.h + + install-data-local: +- $(mkinstalldirs) $(kde_appsdir)/Applications/ +- $(INSTALL_DATA) $(srcdir)/kxmleditor.desktop $(kde_appsdir)/Applications/kxmleditor.desktop ++ $(mkinstalldirs) $(xdg_appsdir)/ ++ $(INSTALL_DATA) $(srcdir)/kxmleditor.desktop $(xdg_appsdir)/kxmleditor.desktop + + uninstall-local: +- -rm -f $(kde_appsdir)/Applications/kxmleditor.desktop ++ -rm -f $(xdg_appsdir)/kxmleditor.desktop + -rmdir $(kde_appsdir)/Applications + + ####### kdevelop will overwrite this part!!! (end)############ |