[Pkg-xfce-commits] r1959 - in desktop/trunk/libxfcegui4/debian: . patches

corsac at alioth.debian.org corsac at alioth.debian.org
Tue Apr 29 06:16:34 UTC 2008


Author: corsac
Date: 2008-04-29 06:16:32 +0000 (Tue, 29 Apr 2008)
New Revision: 1959

Added:
   desktop/trunk/libxfcegui4/debian/patches/
   desktop/trunk/libxfcegui4/debian/patches/01_xfce-exec-use-thunar.patch
Modified:
   desktop/trunk/libxfcegui4/debian/changelog
   desktop/trunk/libxfcegui4/debian/control
   desktop/trunk/libxfcegui4/debian/rules
Log:
* debian/patches: 01_xfce-exec-use-thunar added, don't call xftree4 which
  doesn't exist anymore.
* debian/rules: use quilt for patching.
* debian/control:
  - add build-dep on quilt.

Modified: desktop/trunk/libxfcegui4/debian/changelog
===================================================================
--- desktop/trunk/libxfcegui4/debian/changelog	2008-04-28 16:39:24 UTC (rev 1958)
+++ desktop/trunk/libxfcegui4/debian/changelog	2008-04-29 06:16:32 UTC (rev 1959)
@@ -1,3 +1,13 @@
+libxfcegui4 (4.4.2-3) UNRELEASED; urgency=low
+
+  * debian/patches: 01_xfce-exec-use-thunar added, don't call xftree4 which
+    doesn't exist anymore.
+  * debian/rules: use quilt for patching.
+  * debian/control:
+    - add build-dep on quilt.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Tue, 29 Apr 2008 08:15:33 +0200
+
 libxfcegui4 (4.4.2-2) unstable; urgency=low
 
   * debian/compat: update debhelper compatibility to 5

Modified: desktop/trunk/libxfcegui4/debian/control
===================================================================
--- desktop/trunk/libxfcegui4/debian/control	2008-04-28 16:39:24 UTC (rev 1958)
+++ desktop/trunk/libxfcegui4/debian/control	2008-04-29 06:16:32 UTC (rev 1959)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Martin Loschwitz <madkiss at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at debian.org>
-Build-Depends: debhelper (>> 5.0.0), libgtk2.0-dev (>= 2.10.6), bison, libxft-dev, libxfce4util-dev (>= 4.4.2), libxt-dev, libxml2-dev, libstartup-notification0-dev, chrpath
+Build-Depends: debhelper (>> 5.0.0), libgtk2.0-dev (>= 2.10.6), bison, libxft-dev, libxfce4util-dev (>= 4.4.2), libxt-dev, libxml2-dev, libstartup-notification0-dev, chrpath, quilt
 Standards-Version: 3.7.3
 Homepage: http://www.xfce.org/
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/libxfcegui4/

Added: desktop/trunk/libxfcegui4/debian/patches/01_xfce-exec-use-thunar.patch
===================================================================
--- desktop/trunk/libxfcegui4/debian/patches/01_xfce-exec-use-thunar.patch	                        (rev 0)
+++ desktop/trunk/libxfcegui4/debian/patches/01_xfce-exec-use-thunar.patch	2008-04-29 06:16:32 UTC (rev 1959)
@@ -0,0 +1,13 @@
+diff --git a/branches/xfce_4_4/libxfcegui4/xfce-exec.c b/branches/xfce_4_4/libxfcegui4/xfce-exec.c
+index 3d58cf4..bcfad09 100644
+--- a/branches/xfce_4_4/libxfcegui4/xfce-exec.c
++++ b/branches/xfce_4_4/libxfcegui4/xfce-exec.c
+@@ -218,7 +218,7 @@ xfce_exec_create_argv (const char *cmd, gboolean in_terminal, GError **error)
+         if (in_terminal)
+             argv[0] = g_strdup ("xfterm4");
+ 	else
+-	    argv[0] = g_strdup ("xftree4");
++	    argv[0] = g_strdup ("thunar");
+         
+         argv[1] = realcmd;
+         argv[2] = NULL;

Modified: desktop/trunk/libxfcegui4/debian/rules
===================================================================
--- desktop/trunk/libxfcegui4/debian/rules	2008-04-28 16:39:24 UTC (rev 1958)
+++ desktop/trunk/libxfcegui4/debian/rules	2008-04-29 06:16:32 UTC (rev 1959)
@@ -3,6 +3,8 @@
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
+include /usr/share/quilt/quilt.make
+
 CFLAGS = -Wall -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))




More information about the Pkg-xfce-commits mailing list