[Pkg-xfce-commits] r9002 - in /desktop/trunk/libxfcegui4/debian: changelog patches/03_libxfce4util7-support.patch patches/series

Yves-Alexis Perez corsac at moszumanska.debian.org
Mon May 4 13:58:54 UTC 2015


Author: corsac
Date: Mon May  4 13:58:54 2015
New Revision: 9002

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=9002
Log:
* debian/patches:
  - 03_libxfce4util7-support added, replace xfce_setenv by g_setenv, fix
    FTBFS with libxfce4util 4.12.

Added:
    desktop/trunk/libxfcegui4/debian/patches/03_libxfce4util7-support.patch
Modified:
    desktop/trunk/libxfcegui4/debian/changelog
    desktop/trunk/libxfcegui4/debian/patches/series

Modified: desktop/trunk/libxfcegui4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/libxfcegui4/debian/changelog?rev=9002&op=diff
==============================================================================
--- desktop/trunk/libxfcegui4/debian/changelog	(original)
+++ desktop/trunk/libxfcegui4/debian/changelog	Mon May  4 13:58:54 2015
@@ -17,6 +17,11 @@
     - Bump standards version to 3.9.6.
     - Bump Xfce depends to 4.12.
   * Update debian/watch.
+
+  [ Yves-Alexis Perez ]
+  * debian/patches:
+    - 03_libxfce4util7-support added, replace xfce_setenv by g_setenv, fix
+      FTBFS with libxfce4util 4.12.
 
  -- Jackson Doak <noskcaj at ubuntu.com>  Sun, 18 Aug 2013 18:02:24 +1000
 

Added: desktop/trunk/libxfcegui4/debian/patches/03_libxfce4util7-support.patch
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/libxfcegui4/debian/patches/03_libxfce4util7-support.patch?rev=9002&op=file
==============================================================================
--- desktop/trunk/libxfcegui4/debian/patches/03_libxfce4util7-support.patch	(added)
+++ desktop/trunk/libxfcegui4/debian/patches/03_libxfce4util7-support.patch	Mon May  4 13:58:54 2015
@@ -0,0 +1,20 @@
+Description: Discard deprecated functions
+ libxfce4util dropped functions that libxfcegui4 depended on. This patch
+ fixes building with the latest library.
+Author: Sean Davis <bluesabre at ubuntu.com>
+Origin: vendor
+Forwarded: not-needed
+Last-Update: 2015-03-09
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/libxfcegui4/xfce-exec.c
++++ b/libxfcegui4/xfce-exec.c
+@@ -79,7 +79,7 @@
+ #ifndef G_OS_WIN32
+     gchar *dpyname = user_data;
+     
+-    xfce_setenv ("DISPLAY", dpyname, TRUE);
++    g_setenv ("DISPLAY", dpyname, TRUE);
+ #endif
+ }
+ 

Modified: desktop/trunk/libxfcegui4/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/libxfcegui4/debian/patches/series?rev=9002&op=diff
==============================================================================
--- desktop/trunk/libxfcegui4/debian/patches/series	(original)
+++ desktop/trunk/libxfcegui4/debian/patches/series	Mon May  4 13:58:54 2015
@@ -1 +1,2 @@
 02_fix-menu-icons.patch
+03_libxfce4util7-support.patch




More information about the Pkg-xfce-commits mailing list