[Pkg-xfce-commits] r6573 - in desktop/branches/experimental/thunar/debian: . patches

Lionel Le Folgoc mrpouit-guest at alioth.debian.org
Sun Apr 1 12:10:23 UTC 2012


Author: mrpouit-guest
Date: 2012-04-01 12:10:23 +0000 (Sun, 01 Apr 2012)
New Revision: 6573

Modified:
   desktop/branches/experimental/thunar/debian/changelog
   desktop/branches/experimental/thunar/debian/patches/02_fix-link-gmodule.patch
Log:
debian/patches/02_fix-link-gmodule.patch: fixed to apply cleanly against
thunar 1.3.1.

Modified: desktop/branches/experimental/thunar/debian/changelog
===================================================================
--- desktop/branches/experimental/thunar/debian/changelog	2012-04-01 12:08:27 UTC (rev 6572)
+++ desktop/branches/experimental/thunar/debian/changelog	2012-04-01 12:10:23 UTC (rev 6573)
@@ -1,4 +1,4 @@
-thunar (1.3.0-1) UNRELEASED; urgency=low
+thunar (1.3.1-1) UNRELEASED; urgency=low
 
   * New upstream development release.
   * debian/patches: add missing DEP3 headers.
@@ -12,6 +12,8 @@
   * debian/rules:
     - pass -X .la to dh_install instead of deleting them manually.
     - run xdt-autogen before configure, needed by the patch.
+  * debian/patches/02_fix-link-gmodule.patch: fixed to apply cleanly against
+    thunar 1.3.1.
 
  -- Lionel Le Folgoc <mrpouit at gmail.com>  Mon, 20 Feb 2012 21:43:03 +0100
 

Modified: desktop/branches/experimental/thunar/debian/patches/02_fix-link-gmodule.patch
===================================================================
--- desktop/branches/experimental/thunar/debian/patches/02_fix-link-gmodule.patch	2012-04-01 12:08:27 UTC (rev 6572)
+++ desktop/branches/experimental/thunar/debian/patches/02_fix-link-gmodule.patch	2012-04-01 12:10:23 UTC (rev 6573)
@@ -6,11 +6,11 @@
 +++ thunar-1.2.3/configure.in
 @@ -150,6 +150,7 @@ dnl ***********************************
  XDT_CHECK_PACKAGE([EXO], [exo-1], [0.6.0])
- XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.18.0])
- XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.18.0])
+ XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.24.0])
+ XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.24.0])
 +XDT_CHECK_PACKAGE([GMODULE], [gmodule-2.0], [2.10.0])
- XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.18.0])
- XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.14.0])
+ XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.24.0])
+ XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.20.0])
  XDT_CHECK_PACKAGE([GDK_PIXBUF], [gdk-pixbuf-2.0], [2.14.0])
 --- thunar-1.2.3.orig/thunarx/Makefile.am
 +++ thunar-1.2.3/thunarx/Makefile.am




More information about the Pkg-xfce-commits mailing list