[Pkg-xfce-commits] r4436 - in goodies/branches/experimental/xfce4-mpc-plugin/debian: . patches
Yves-Alexis Perez
corsac at alioth.debian.org
Fri Nov 5 10:00:29 UTC 2010
Author: corsac
Date: 2010-11-05 10:00:18 +0000 (Fri, 05 Nov 2010)
New Revision: 4436
Added:
goodies/branches/experimental/xfce4-mpc-plugin/debian/patches/01_link-with-libxfcegui4.patch
goodies/branches/experimental/xfce4-mpc-plugin/debian/patches/series
Modified:
goodies/branches/experimental/xfce4-mpc-plugin/debian/changelog
Log:
* debian/patches:
- 01_link-with-libxfcegui4 added, link against libxfcegui4-dev now that
xfce4-panel won't do it.
Modified: goodies/branches/experimental/xfce4-mpc-plugin/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-mpc-plugin/debian/changelog 2010-11-05 09:56:38 UTC (rev 4435)
+++ goodies/branches/experimental/xfce4-mpc-plugin/debian/changelog 2010-11-05 10:00:18 UTC (rev 4436)
@@ -1,5 +1,13 @@
-xfce4-mpc-plugin (0.3.5-1) UNRELEASED; urgency=low
+xfce4-mpc-plugin (0.3.5-2) UNRELEASED; urgency=low
+ * debian/patches:
+ - 01_link-with-libxfcegui4 added, link against libxfcegui4-dev now that
+ xfce4-panel won't do it.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Fri, 05 Nov 2010 10:59:38 +0100
+
+xfce4-mpc-plugin (0.3.5-1) unstable; urgency=low
+
* New upstream release.
* debian/compat: added, can't hurt.
* debian/control: bump Standards-Version to 3.8.4.
Added: goodies/branches/experimental/xfce4-mpc-plugin/debian/patches/01_link-with-libxfcegui4.patch
===================================================================
--- goodies/branches/experimental/xfce4-mpc-plugin/debian/patches/01_link-with-libxfcegui4.patch (rev 0)
+++ goodies/branches/experimental/xfce4-mpc-plugin/debian/patches/01_link-with-libxfcegui4.patch 2010-11-05 10:00:18 UTC (rev 4436)
@@ -0,0 +1,29 @@
+diff --git a/configure.ac.in b/configure.ac.in
+index 7b9e80e..d128afb 100644
+--- a/configure.ac.in
++++ b/configure.ac.in
+@@ -35,6 +35,7 @@ AC_HEADER_STDC
+
+ dnl configure the panel plugin
+ XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.22])
++XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.4])
+ XDT_CHECK_PACKAGE([EXO], [exo-0.3], [0.3.1.1])
+
+ dnl check for libmpd presence
+diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
+index d81a4c9..8139f28 100644
+--- a/panel-plugin/Makefile.am
++++ b/panel-plugin/Makefile.am
+@@ -4,10 +4,12 @@ plugin_PROGRAMS = xfce4-mpc-plugin
+ xfce4_mpc_plugin_CFLAGS = \
+ -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
+ @EXO_CFLAGS@ \
++ @LIBXFCEGUI4_CFLAGS@ \
+ @LIBXFCE4PANEL_CFLAGS@
+
+ xfce4_mpc_plugin_LDADD = \
+ @EXO_LIBS@ \
++ @LIBXFCEGUI4_LIBS@ \
+ @LIBXFCE4PANEL_LIBS@
+
+
Added: goodies/branches/experimental/xfce4-mpc-plugin/debian/patches/series
===================================================================
--- goodies/branches/experimental/xfce4-mpc-plugin/debian/patches/series (rev 0)
+++ goodies/branches/experimental/xfce4-mpc-plugin/debian/patches/series 2010-11-05 10:00:18 UTC (rev 4436)
@@ -0,0 +1 @@
+01_link-with-libxfcegui4.patch
More information about the Pkg-xfce-commits
mailing list