diff -u gparted-0.3.3/debian/patches/01_fix-desktop.patch gparted-0.3.3/debian/patches/01_fix-desktop.patch --- gparted-0.3.3/debian/patches/01_fix-desktop.patch +++ gparted-0.3.3/debian/patches/01_fix-desktop.patch @@ -1,14 +1,19 @@ -diff -urpN gparted-0.3.3/gparted.desktop.in gparted-0.3.3.new/gparted.desktop.in ---- gparted-0.3.3/gparted.desktop.in 2006-01-26 16:20:45.000000000 +0330 -+++ gparted-0.3.3.new/gparted.desktop.in 2007-04-24 10:10:12.000000000 +0330 -@@ -1,8 +1,8 @@ +diff -Nur gparted-0.3.3/gparted.desktop.in gparted-0.3.3.new/gparted.desktop.in +--- gparted-0.3.3/gparted.desktop.in 2006-01-26 13:50:45.000000000 +0100 ++++ gparted-0.3.3.new/gparted.desktop.in 2007-09-25 16:53:05.000000000 +0200 +@@ -1,10 +1,9 @@ [Desktop Entry] - Encoding=UTF-8 +-Encoding=UTF-8 -_Name=GParted -+_Name=Partition Editor - _Comment=GNOME Partition Editor +-_Comment=GNOME Partition Editor -Exec=gparted +-Icon=gparted.png ++_Name=Partition Editor ++_Comment=Manage your partitions +Exec=gksu gparted - Icon=gparted.png ++Icon=gparted Terminal=false Type=Application +-Categories=GNOME;Application;System; ++Categories=GNOME;System; + StartupNotify=true diff -u gparted-0.3.3/debian/changelog gparted-0.3.3/debian/changelog --- gparted-0.3.3/debian/changelog +++ gparted-0.3.3/debian/changelog @@ -1,3 +1,14 @@ +gparted (0.3.3-2ubuntu5) gutsy; urgency=low + + * Update debian/01_fix-desktop.patch to make it freedesktop.org + and HIG compliant (LP: #114648): + - Remove encoding field + - Change Comment field to 'Manage your partitions' + - Remove icon extension + - Remove Application from list of Categories + + -- Mario Bonino Tue, 25 Sep 2007 16:53:32 +0200 + gparted (0.3.3-2ubuntu4) gutsy; urgency=low * Fix build failures with g++-4.3. LP: #138584.