[Pkg-utopia-commits] r1449 - in /packages/unstable/avahi/debian: changelog patches/25_avahi_fix_desktop_files.patch

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Fri Apr 27 11:48:37 UTC 2007


Author: sjoerd
Date: Fri Apr 27 11:48:37 2007
New Revision: 1449

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1449
Log:
* debian/patches/25_avahi_fix_desktop_files.patch:
  + Added. Only put at most one main category in one .desktop file. Fixes
    applications turning up in multiple places in the KDE menu. Also move 
    zvnc and zssh to the Network category.

Added:
    packages/unstable/avahi/debian/patches/25_avahi_fix_desktop_files.patch
Modified:
    packages/unstable/avahi/debian/changelog

Modified: packages/unstable/avahi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/changelog?rev=1449&op=diff
==============================================================================
--- packages/unstable/avahi/debian/changelog (original)
+++ packages/unstable/avahi/debian/changelog Fri Apr 27 11:48:37 2007
@@ -16,6 +16,10 @@
     + Disable gcc's strack protection on all archs except those that actually
       support it (powerpc s390 sparc amd64 i386). Fixes FTBS on the other
       architectures.
+  * debian/patches/25_avahi_fix_desktop_files.patch:
+    + Added. Only put at most one main category in one .desktop file. Fixes
+      applications turning up in multiple places in the KDE menu. Also move 
+      zvnc and zssh to the Network category.
 
   [ Michael Biebl ]
   * Start avahi-daemon and avahi-dnsconfd as regular SysV init scripts.
@@ -51,7 +55,7 @@
     + Update the Vcs control field from XS-X-Vcs-Svn to XS-Vcs-Svn.
     + Add XS-Vcs-Browser control field.
 
- -- Sjoerd Simons <sjoerd at debian.org>  Fri, 27 Apr 2007 12:43:08 +0200
+ -- Sjoerd Simons <sjoerd at debian.org>  Fri, 27 Apr 2007 13:43:07 +0200
 
 avahi (0.6.18-3) unstable; urgency=low
 

Added: packages/unstable/avahi/debian/patches/25_avahi_fix_desktop_files.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/patches/25_avahi_fix_desktop_files.patch?rev=1449&op=file
==============================================================================
--- packages/unstable/avahi/debian/patches/25_avahi_fix_desktop_files.patch (added)
+++ packages/unstable/avahi/debian/patches/25_avahi_fix_desktop_files.patch Fri Apr 27 11:48:37 2007
@@ -1,0 +1,36 @@
+Index: avahi-ui/zssh.desktop.in
+===================================================================
+--- avahi-ui/zssh.desktop.in	(revision 1453)
++++ avahi-ui/zssh.desktop.in	(working copy)
+@@ -7,6 +7,6 @@
+ Terminal=false
+ Type=Application
+ Icon=network-wired
+-Categories=GNOME;Application;System;Utility;
++Categories=GNOME;Application;Network;
+ StartupNotify=false
+ GenericName=
+Index: avahi-ui/zvnc.desktop.in
+===================================================================
+--- avahi-ui/zvnc.desktop.in	(revision 1453)
++++ avahi-ui/zvnc.desktop.in	(working copy)
+@@ -7,6 +7,6 @@
+ Terminal=false
+ Type=Application
+ Icon=network-wired
+-Categories=GNOME;Application;System;Utility;
++Categories=GNOME;Application;Network;
+ StartupNotify=false
+ GenericName=
+Index: avahi-python/avahi-discover.desktop.in
+===================================================================
+--- avahi-python/avahi-discover.desktop.in	(revision 1453)
++++ avahi-python/avahi-discover.desktop.in	(working copy)
+@@ -7,6 +7,6 @@
+ Terminal=false
+ Type=Application
+ Icon=network-wired
+-Categories=GNOME;Application;System;Utility;
++Categories=GNOME;Application;System;
+ StartupNotify=false
+ GenericName=




More information about the Pkg-utopia-commits mailing list