[Pkg-xfce-commits] r3637 - in goodies/trunk/xfce4-quicklauncher-plugin/debian: . patches

Yves-Alexis Perez corsac at alioth.debian.org
Thu Oct 29 07:26:17 UTC 2009


Author: corsac
Date: 2009-10-29 07:26:14 +0000 (Thu, 29 Oct 2009)
New Revision: 3637

Added:
   goodies/trunk/xfce4-quicklauncher-plugin/debian/patches/02_fix-parameters-launcher.patch
Modified:
   goodies/trunk/xfce4-quicklauncher-plugin/debian/changelog
   goodies/trunk/xfce4-quicklauncher-plugin/debian/compat
   goodies/trunk/xfce4-quicklauncher-plugin/debian/control
Log:
* debian/patches:
  - 02_fix-parameters-launcher added, run xfce4-settings-manager instead of
    4.4's xfce4-setting-show.                                 closes: #552752
* debian/control:
  - update standards version to 3.8.3.
  - update debhelper build-dep to 7.
* debian/compat bumped to 7.
* debian/README.source added.

Modified: goodies/trunk/xfce4-quicklauncher-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-quicklauncher-plugin/debian/changelog	2009-10-28 07:55:38 UTC (rev 3636)
+++ goodies/trunk/xfce4-quicklauncher-plugin/debian/changelog	2009-10-29 07:26:14 UTC (rev 3637)
@@ -5,8 +5,16 @@
 
   [ Yves-Alexis Perez ]
   * debian/watch edited to track Xfce archive reorganisation.
+  * debian/patches:
+    - 02_fix-parameters-launcher added, run xfce4-settings-manager instead of
+      4.4's xfce4-setting-show.                                 closes: #552752
+  * debian/control:
+    - update standards version to 3.8.3.
+    - update debhelper build-dep to 7.
+  * debian/compat bumped to 7.
+  * debian/README.source added.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Mon, 03 Aug 2009 18:32:04 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Thu, 29 Oct 2009 08:21:29 +0100
 
 xfce4-quicklauncher-plugin (1.9.4-4) unstable; urgency=low
 

Modified: goodies/trunk/xfce4-quicklauncher-plugin/debian/compat
===================================================================
--- goodies/trunk/xfce4-quicklauncher-plugin/debian/compat	2009-10-28 07:55:38 UTC (rev 3636)
+++ goodies/trunk/xfce4-quicklauncher-plugin/debian/compat	2009-10-29 07:26:14 UTC (rev 3637)
@@ -1 +1 @@
-4
+7

Modified: goodies/trunk/xfce4-quicklauncher-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-quicklauncher-plugin/debian/control	2009-10-28 07:55:38 UTC (rev 3636)
+++ goodies/trunk/xfce4-quicklauncher-plugin/debian/control	2009-10-29 07:26:14 UTC (rev 3637)
@@ -3,10 +3,10 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at debian.org>
-Build-Depends: autotools-dev, cdbs, debhelper (>=4.1), libgtk2.0-dev, 
+Build-Depends: autotools-dev, cdbs, debhelper (>=7), libgtk2.0-dev, 
  xfce4-panel-dev (>= 4.4.2), libxml2-dev, libstartup-notification0-dev, 
  libxml-parser-perl
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 Homepage: http://goodies.xfce.org/
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-quicklauncher-plugin/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-quicklauncher-plugin/

Added: goodies/trunk/xfce4-quicklauncher-plugin/debian/patches/02_fix-parameters-launcher.patch
===================================================================
--- goodies/trunk/xfce4-quicklauncher-plugin/debian/patches/02_fix-parameters-launcher.patch	                        (rev 0)
+++ goodies/trunk/xfce4-quicklauncher-plugin/debian/patches/02_fix-parameters-launcher.patch	2009-10-29 07:26:14 UTC (rev 3637)
@@ -0,0 +1,13 @@
+diff --git a/panel-plugin/main.c b/panel-plugin/main.c
+index 191124e..1ad7222 100644
+--- a/panel-plugin/main.c
++++ b/panel-plugin/main.c
+@@ -321,7 +321,7 @@ quicklauncher_load_default(t_quicklauncher *quicklauncher)
+ 	launcher = launcher_new(_("Lock"), "xflock4", XFCE_ICON_CATEGORY_SYSTEM,
+ 							NULL, quicklauncher);
+ 	quicklauncher_add_element(quicklauncher, launcher);
+-	launcher = launcher_new(_("Parameters"),"xfce-setting-show", XFCE_ICON_CATEGORY_SETTINGS,
++	launcher = launcher_new(_("Parameters"),"xfce-settings-manager", XFCE_ICON_CATEGORY_SETTINGS,
+ 							NULL, quicklauncher);
+ 	quicklauncher_add_element(quicklauncher, launcher);
+ 	launcher = launcher_new(_("Applications"), "xfce4-appfinder", XFCE_ICON_CATEGORY_UTILITY,




More information about the Pkg-xfce-commits mailing list