summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-08-05 22:47:22 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-08-05 22:47:22 +0000
commitd3c393605ac75c6b1a4dd7ddcdec24cbe9609239 (patch)
treef1896ff5d3a9e63ca9b9609d265c5185ab767ce2 /xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.5.ebuild
parentRemove xmlCleanupParser calls. Fixes bug #327729. Thanks to Itay Perl <itay.p... (diff)
downloadhistorical-d3c393605ac75c6b1a4dd7ddcdec24cbe9609239.tar.gz
historical-d3c393605ac75c6b1a4dd7ddcdec24cbe9609239.tar.bz2
historical-d3c393605ac75c6b1a4dd7ddcdec24cbe9609239.zip
Fix linking error with xfce4-panel >= 4.7.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.5.ebuild')
-rw-r--r--xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.5.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.5.ebuild b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.5.ebuild
index b1ba4062859f..7a1e00f841da 100644
--- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.5.ebuild
+++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.5.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.5.ebuild,v 1.6 2009/09/05 15:34:54 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.5.ebuild,v 1.7 2010/08/05 22:47:21 ssuominen Exp $
EAPI=2
+EAUTORECONF=yes
inherit xfconf
DESCRIPTION="Wireless monitor panel plugin"
@@ -15,6 +16,7 @@ KEYWORDS="amd64 ~arm hppa ppc ppc64 x86"
IUSE="debug"
RDEPEND=">=xfce-base/xfce4-panel-4.3.20
+ >=xfce-base/libxfcegui4-4.3.20
>=xfce-base/libxfce4util-4.3.20
>=x11-libs/gtk+-2.6:2"
DEPEND="${RDEPEND}
@@ -24,5 +26,6 @@ DEPEND="${RDEPEND}
pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS README THANKS"
XFCONF="--disable-dependency-tracking
- $(use_enable debug)"
+ $(xfconf_use_debug)"
+ PATCHES=( "${FILESDIR}"/${P}-libs_for_xfce_create_header.patch )
}