summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2009-05-24 23:03:45 +0000
committerBen de Groot <yngwin@gentoo.org>2009-05-24 23:03:45 +0000
commit58fcfe3eff6ae911b2418bd3ff4040c2b82d9695 (patch)
tree11c116689f79f7a92644c96a54adc12fb965ead5 /lxde-base/lxpanel
parentVersion bump. Dropped ~ppc keyword because of unkeyworded deps. (diff)
downloadgentoo-2-58fcfe3eff6ae911b2418bd3ff4040c2b82d9695.tar.gz
gentoo-2-58fcfe3eff6ae911b2418bd3ff4040c2b82d9695.tar.bz2
gentoo-2-58fcfe3eff6ae911b2418bd3ff4040c2b82d9695.zip
Patch still needed
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'lxde-base/lxpanel')
-rw-r--r--lxde-base/lxpanel/lxpanel-0.4.1.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/lxde-base/lxpanel/lxpanel-0.4.1.ebuild b/lxde-base/lxpanel/lxpanel-0.4.1.ebuild
index 52c9d172614c..1a5b5defb7f4 100644
--- a/lxde-base/lxpanel/lxpanel-0.4.1.ebuild
+++ b/lxde-base/lxpanel/lxpanel-0.4.1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/lxpanel-0.4.1.ebuild,v 1.1 2009/05/24 22:55:07 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/lxpanel-0.4.1.ebuild,v 1.2 2009/05/24 23:03:45 yngwin Exp $
EAPI="2"
-inherit eutils
+inherit eutils autotools
DESCRIPTION="Lightweight X11 desktop panel for LXDE"
HOMEPAGE="http://lxde.sf.net/"
@@ -27,6 +27,11 @@ DEPEND="${RDEPEND}
dev-util/pkgconfig
sys-devel/gettext"
+src_prepare() {
+ epatch "${FILESDIR}"/${PN}-sandbox.patch
+ eautoreconf
+}
+
src_configure() {
econf $(use_enable alsa) \
$(use_enable wifi libiw) \