summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-08-05 23:13:58 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-08-05 23:13:58 +0000
commit0e78999da8b78f7969248e6c6e794b68a26ab167 (patch)
treeb3a7460744ae08967034cfd1c6186c9682bdb217 /xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild
parentUse xfconf_use_debug and --disable-static. (diff)
downloadhistorical-0e78999da8b78f7969248e6c6e794b68a26ab167.tar.gz
historical-0e78999da8b78f7969248e6c6e794b68a26ab167.tar.bz2
historical-0e78999da8b78f7969248e6c6e794b68a26ab167.zip
Fix linking with xfce4-panel >= 4.7.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild')
-rw-r--r--xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild13
1 files changed, 9 insertions, 4 deletions
diff --git a/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild b/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild
index 3b8be42b1fdc..bfcef20ff603 100644
--- a/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild
+++ b/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild
@@ -1,6 +1,6 @@
-# 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-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild,v 1.1 2009/08/25 10:23:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild,v 1.2 2010/08/05 23:13:58 ssuominen Exp $
EAUTORECONF=yes
EINTLTOOLIZE=yes
@@ -17,6 +17,7 @@ KEYWORDS="amd64 x86"
IUSE="debug"
RDEPEND=">=xfce-base/xfce4-panel-4.3.20
+ >=xfce-base/libxfcegui4-4.3.20
sys-apps/pciutils[zlib]
=virtual/libusb-0*"
DEPEND="${RDEPEND}
@@ -24,10 +25,14 @@ DEPEND="${RDEPEND}
dev-util/intltool"
pkg_setup() {
- PATCHES=( "${FILESDIR}/${P}-asneeded.patch" )
- DOCS="AUTHORS ChangeLog README"
+ PATCHES=(
+ "${FILESDIR}"/${P}-asneeded.patch
+ "${FILESDIR}"/${P}-link_for_xfce_warn.patch
+ )
+
XFCONF="--disable-dependency-tracking
$(use_enable debug)"
+ DOCS="AUTHORS ChangeLog README"
}
src_prepare() {