[Pkg-xfce-commits] r4769 - in desktop/branches/experimental/xfce4-utils/debian: . patches
Yves-Alexis Perez
corsac at alioth.debian.org
Sun Jan 2 04:25:25 UTC 2011
Author: corsac
Date: 2011-01-02 16:25:22 +0000 (Sun, 02 Jan 2011)
New Revision: 4769
Added:
desktop/branches/experimental/xfce4-utils/debian/patches/05_add-main-category-desktop.patch
Modified:
desktop/branches/experimental/xfce4-utils/debian/changelog
desktop/branches/experimental/xfce4-utils/debian/patches/series
desktop/branches/experimental/xfce4-utils/debian/rules
Log:
05_add-main-category-desktop added, add a main category key to desktop
files.
Modified: desktop/branches/experimental/xfce4-utils/debian/changelog
===================================================================
--- desktop/branches/experimental/xfce4-utils/debian/changelog 2011-01-02 16:11:49 UTC (rev 4768)
+++ desktop/branches/experimental/xfce4-utils/debian/changelog 2011-01-02 16:25:22 UTC (rev 4769)
@@ -17,6 +17,8 @@
internal parameter so it can now be disabled there.
- 02_xfhelp-rename-module added, since xfce-utils is called xfce4-utils on
Debian, rename it in the script.
+ - 05_add-main-category-desktop added, add a main category key to desktop
+ files.
* debian/rules:
- pick {C,LD}FLAGS from dpkg-buildflags.
- add hardening flags to {C,LD}FLAGS
@@ -28,7 +30,7 @@
$libexecdir, unneeded.
* debian/control: add myself to Uploaders.
- -- Yves-Alexis Perez <corsac at debian.org> Sun, 02 Jan 2011 16:41:14 +0100
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 02 Jan 2011 17:01:31 +0100
xfce4-utils (4.6.2-1) unstable; urgency=low
Added: desktop/branches/experimental/xfce4-utils/debian/patches/05_add-main-category-desktop.patch
===================================================================
--- desktop/branches/experimental/xfce4-utils/debian/patches/05_add-main-category-desktop.patch (rev 0)
+++ desktop/branches/experimental/xfce4-utils/debian/patches/05_add-main-category-desktop.patch 2011-01-02 16:25:22 UTC (rev 4769)
@@ -0,0 +1,48 @@
+diff --git a/scripts/xfconf-migration-4.6.desktop.in b/scripts/xfconf-migration-4.6.desktop.in
+index 56f658f..2211ab8 100644
+--- a/scripts/xfconf-migration-4.6.desktop.in
++++ b/scripts/xfconf-migration-4.6.desktop.in
+@@ -5,3 +5,4 @@ Exec=@libdir@/xfce4/xfconf-migration/xfconf-migration-4.6.pl
+ Terminal=false
+ Type=Application
+ StartupNotify=false
++Categories=Utility
+diff --git a/scripts/xfhelp4.desktop.in b/scripts/xfhelp4.desktop.in
+index ce55092..784caac 100644
+--- a/scripts/xfhelp4.desktop.in
++++ b/scripts/xfhelp4.desktop.in
+@@ -5,7 +5,7 @@ Exec=xfhelp4
+ Icon=help-contents
+ StartupNotify=false
+ Terminal=false
+-Categories=X-XFCE;X-Xfce-Toplevel;
++Categories=Utility;X-XFCE;X-Xfce-Toplevel;
+ OnlyShowIn=XFCE;
+ _Name=Help
+ _Comment=Help using Xfce
+diff --git a/xfce4-about/xfce4-about.desktop.in b/xfce4-about/xfce4-about.desktop.in
+index ee11012..9b17b07 100644
+--- a/xfce4-about/xfce4-about.desktop.in
++++ b/xfce4-about/xfce4-about.desktop.in
+@@ -5,7 +5,7 @@ Exec=xfce4-about
+ Icon=help-about
+ StartupNotify=false
+ Terminal=false
+-Categories=X-XFCE;X-Xfce-Toplevel;
++Categories=Utility;X-XFCE;X-Xfce-Toplevel;
+ OnlyShowIn=XFCE;
+ _Name=About Xfce
+ _Comment=Information about the Xfce Desktop Environment
+diff --git a/xfrun/xfrun4.desktop.in b/xfrun/xfrun4.desktop.in
+index e38dde2..b12b6a2 100644
+--- a/xfrun/xfrun4.desktop.in
++++ b/xfrun/xfrun4.desktop.in
+@@ -5,7 +5,7 @@ Exec=xfrun4
+ Icon=system-run
+ StartupNotify=false
+ Terminal=false
+-Categories=X-XFCE;X-Xfce-Toplevel;
++Categories=Utility;X-XFCE;X-Xfce-Toplevel;
+ OnlyShowIn=XFCE;
+ _Name=Run Program...
+ _Comment=Run a program
Modified: desktop/branches/experimental/xfce4-utils/debian/patches/series
===================================================================
--- desktop/branches/experimental/xfce4-utils/debian/patches/series 2011-01-02 16:11:49 UTC (rev 4768)
+++ desktop/branches/experimental/xfce4-utils/debian/patches/series 2011-01-02 16:25:22 UTC (rev 4769)
@@ -2,3 +2,4 @@
02_xfhelp-rename-module.patch
03_xfterm4-bug.patch
04_debianize-scripts.patch
+05_add-main-category-desktop.patch
Modified: desktop/branches/experimental/xfce4-utils/debian/rules
===================================================================
--- desktop/branches/experimental/xfce4-utils/debian/rules 2011-01-02 16:11:49 UTC (rev 4768)
+++ desktop/branches/experimental/xfce4-utils/debian/rules 2011-01-02 16:25:22 UTC (rev 4769)
@@ -12,7 +12,7 @@
export CFLAGS LDFLAGS
override_dh_auto_configure:
- find .pc -type f -name '*.c' -exec echo '{}' \; >> po/POTFILES.skip
+ find .pc -type f -exec echo '{}' \; >> po/POTFILES.skip
NOCONFIGURE=1 xdt-autogen
dh_auto_configure -- --with-vendor-info=Debian --with-x \
--with-browser=midori --docdir=\$${prefix}/share/doc/xfce4-utils
More information about the Pkg-xfce-commits
mailing list