Package: conglomerate Version: 0.9.1-3.2 Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu karmic ubuntu-patch
Hello dear maintainer, In Ubuntu, we've applied the attached patch to achieve the following: * debian/patches/remove-gnome-entry-from-desktop.dpatch: - Make .desktop files freedesktop compliant We thought you might be interested in doing the same. -- System Information: Debian Release: lenny/sid APT prefers hardy-updates APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500, 'hardy-proposed'), (500, 'hardy') Architecture: i386 (i686) Kernel: Linux 2.6.24-24-generic (SMP w/2 CPU cores) Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
--- conglomerate-0.9.1.orig/debian/patches/remove-gnome-entry-from-desktop.dpatch +++ conglomerate-0.9.1/debian/patches/remove-gnome-entry-from-desktop.dpatch @@ -0,0 +1,42 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## remove-gnome-entry-from-desktop.dpatch by Stephan Hermann <s...@sourcecode.de> +## DP: Make .desktop file freedesktop compliant. + +...@dpatch@ +diff -urNad conglomerate-0.9.1~/data/conglomerate.desktop conglomerate-0.9.1/data/conglomerate.desktop +--- conglomerate-0.9.1~/data/conglomerate.desktop 2005-06-21 06:20:40.000000000 +0200 ++++ conglomerate-0.9.1/data/conglomerate.desktop 2008-06-09 20:56:57.000000000 +0200 +@@ -1,5 +1,4 @@ + [Desktop Entry] +-Encoding=UTF-8 + Name=Conglomerate XML Editor + Name[az]=Conglomerate XML Editoru + Name[ca]=Editor XML Conglomerate +@@ -54,8 +53,8 @@ + Comment[zh_CN]=编辑 XML 文件 + TryExec=conglomerate + Exec=conglomerate %U +-Icon=conglomerate-icon-16.png ++Icon=conglomerate-icon-16 + Terminal=false + Type=Application +-Categories=GNOME;Application;Office;TextEditor; ++Categories=Office;TextEditor; + MimeType=text/xml;text/x-dtd;text/x-xds; +diff -urNad conglomerate-0.9.1~/data/conglomerate.desktop.in conglomerate-0.9.1/data/conglomerate.desktop.in +--- conglomerate-0.9.1~/data/conglomerate.desktop.in 2004-11-04 00:58:12.000000000 +0100 ++++ conglomerate-0.9.1/data/conglomerate.desktop.in 2008-06-09 20:57:36.000000000 +0200 +@@ -1,11 +1,10 @@ + [Desktop Entry] +-Encoding=UTF-8 + _Name=Conglomerate XML Editor + _Comment=Edit XML files + TryExec=conglomerate + Exec=conglomerate %U +-Icon=conglomerate-icon-16.png ++Icon=conglomerate-icon-16 + Terminal=false + Type=Application +-Categories=GNOME;Application;Office;TextEditor; ++Categories=Office;TextEditor; + MimeType=text/xml;text/x-dtd;text/x-xds; only in patch2: unchanged: --- conglomerate-0.9.1.orig/debian/patches/00list +++ conglomerate-0.9.1/debian/patches/00list @@ -6,3 +6,4 @@ #dont_install_generated_gtkdoc.dpatch # only cosmetic package_version.dpatch +remove-gnome-entry-from-desktop