[Pkg-xfce-commits] r4362 - goodies/branches/experimental/xfce4-diskperf-plugin/debian/patches
Yves-Alexis Perez
corsac at alioth.debian.org
Wed Nov 3 09:03:51 UTC 2010
Author: corsac
Date: 2010-11-03 21:03:48 +0000 (Wed, 03 Nov 2010)
New Revision: 4362
Added:
goodies/branches/experimental/xfce4-diskperf-plugin/debian/patches/01_fix-linking-libxfcegui4.patch
Log:
forgot to add the patch
Added: goodies/branches/experimental/xfce4-diskperf-plugin/debian/patches/01_fix-linking-libxfcegui4.patch
===================================================================
--- goodies/branches/experimental/xfce4-diskperf-plugin/debian/patches/01_fix-linking-libxfcegui4.patch (rev 0)
+++ goodies/branches/experimental/xfce4-diskperf-plugin/debian/patches/01_fix-linking-libxfcegui4.patch 2010-11-03 21:03:48 UTC (rev 4362)
@@ -0,0 +1,39 @@
+commit 35af6821c13a7d20fe7fc31f964178e9fb369dfb
+Author: Landry Breuil <landry at rhaalovely.net>
+Date: Sun Aug 8 10:44:58 2010 +0200
+
+ Be sure to have libxfcegui4 cflags/libs for xfce_err(), fixes
+ compilation with xfce4-panel 4.7. (Bug #6609)
+ Still needs to be converted to libxfce4ui though..
+
+diff --git a/configure.in.in b/configure.in.in
+index 6ea6bfb..8bbcf55 100644
+--- a/configure.in.in
++++ b/configure.in.in
+@@ -52,6 +52,7 @@ dnl ***********************************
+ dnl *** Check for required packages ***
+ dnl ***********************************
+ XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.90])
++XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.90])
+
+ dnl ***********************************
+ dnl *** Check for debugging support ***
+diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
+index 604e7be..3c6b0f1 100644
+--- a/panel-plugin/Makefile.am
++++ b/panel-plugin/Makefile.am
+@@ -22,10 +22,12 @@ xfce4_diskperf_plugin_SOURCES = \
+ devperf.h
+
+ xfce4_diskperf_plugin_CFLAGS = \
+- $(LIBXFCE4PANEL_CFLAGS)
++ $(LIBXFCE4PANEL_CFLAGS) \
++ $(LIBXFCEGUI4_CFLAGS)
+
+ xfce4_diskperf_plugin_LDADD= \
+- $(LIBXFCE4PANEL_LIBS)
++ $(LIBXFCE4PANEL_LIBS) \
++ $(LIBXFCEGUI4_LIBS)
+
+ #
+ # Desktop file
More information about the Pkg-xfce-commits
mailing list