[Pkg-xfce-commits] r4385 - in goodies/branches/experimental/xfce4-genmon-plugin/debian: . patches

Yves-Alexis Perez corsac at alioth.debian.org
Thu Nov 4 11:57:38 UTC 2010


Author: corsac
Date: 2010-11-04 11:57:30 +0000 (Thu, 04 Nov 2010)
New Revision: 4385

Added:
   goodies/branches/experimental/xfce4-genmon-plugin/debian/patches/03_link-with-libxfcegui4.patch
Modified:
   goodies/branches/experimental/xfce4-genmon-plugin/debian/changelog
   goodies/branches/experimental/xfce4-genmon-plugin/debian/rules
Log:
* debian/patches:
  - 03_link-with-libxfcegui4 added, link against libxfcegui4 now that it's
    not provided by xfce4-panel.
* debian/rules:
  - run xdt-autogen after applying patches to configure.ac/Makefile.am.

Modified: goodies/branches/experimental/xfce4-genmon-plugin/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-genmon-plugin/debian/changelog	2010-11-04 11:54:05 UTC (rev 4384)
+++ goodies/branches/experimental/xfce4-genmon-plugin/debian/changelog	2010-11-04 11:57:30 UTC (rev 4385)
@@ -10,8 +10,13 @@
     - add build-dep on libxfcegui4-dev. 
     - add build-dep on xfce4-dev-tools, libtool, intltool and autoconf so we
       can run xdt-autogen at build time.
+  * debian/patches:
+    - 03_link-with-libxfcegui4 added, link against libxfcegui4 now that it's
+      not provided by xfce4-panel.
+  * debian/rules:
+    - run xdt-autogen after applying patches to configure.ac/Makefile.am.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Thu, 04 Nov 2010 12:53:37 +0100
+ -- Yves-Alexis Perez <corsac at debian.org>  Thu, 04 Nov 2010 12:56:50 +0100
 
 xfce4-genmon-plugin (3.2-3) unstable; urgency=low
 

Added: goodies/branches/experimental/xfce4-genmon-plugin/debian/patches/03_link-with-libxfcegui4.patch
===================================================================
--- goodies/branches/experimental/xfce4-genmon-plugin/debian/patches/03_link-with-libxfcegui4.patch	                        (rev 0)
+++ goodies/branches/experimental/xfce4-genmon-plugin/debian/patches/03_link-with-libxfcegui4.patch	2010-11-04 11:57:30 UTC (rev 4385)
@@ -0,0 +1,19 @@
+diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
+index e3b55fb..f377d02 100644
+--- a/panel-plugin/Makefile.am
++++ b/panel-plugin/Makefile.am
+@@ -3,10 +3,12 @@ plugin_PROGRAMS = xfce4-genmon-plugin
+ 
+ xfce4_genmon_plugin_CFLAGS =					\
+ 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"			\
+-	@LIBXFCE4PANEL_CFLAGS@
++	@LIBXFCE4PANEL_CFLAGS@ \
++	@LIBXFCEGUI4_CFLAGS@
+ 
+ xfce4_genmon_plugin_LDADD =					\
+-	@LIBXFCE4PANEL_LIBS@
++	@LIBXFCE4PANEL_LIBS@ \
++	@LIBXFCEGUI4_LIBS@
+ 
+ xfce4_genmon_plugin_SOURCES =	\
+ 	main.c			\

Modified: goodies/branches/experimental/xfce4-genmon-plugin/debian/rules
===================================================================
--- goodies/branches/experimental/xfce4-genmon-plugin/debian/rules	2010-11-04 11:54:05 UTC (rev 4384)
+++ goodies/branches/experimental/xfce4-genmon-plugin/debian/rules	2010-11-04 11:57:30 UTC (rev 4385)
@@ -3,6 +3,10 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
+
+post-patches:
+	NOCONFIGURE=1 xdt-autogen
+
 binary-post-install/xfce4-genmon-plugin::
 	-rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.a
 	-rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.la




More information about the Pkg-xfce-commits mailing list