diff options
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-0.5.1.ebuild | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-0.5.1.ebuild b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-0.5.1.ebuild index f10eb316891a..53ddf5a23251 100644 --- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-0.5.1.ebuild +++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-0.5.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-0.5.1.ebuild,v 1.2 2011/01/06 16:20:45 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-0.5.1.ebuild,v 1.3 2011/01/29 21:03:10 ssuominen Exp $ -EAPI=2 +EAPI=3 inherit xfconf DESCRIPTION="Battery status panel plugin" @@ -23,11 +23,17 @@ DEPEND="${RDEPEND} dev-util/intltool" pkg_setup() { - PATCHES=( "${FILESDIR}/${PV}-freebsd.patch" - "${FILESDIR}/${PV}-libacpi.patch" - "${FILESDIR}/${PV}-2.6.24-headers.patch" - "${FILESDIR}/${PV}-sysfs.patch" ) + PATCHES=( + "${FILESDIR}"/${PV}-freebsd.patch + "${FILESDIR}"/${PV}-libacpi.patch + "${FILESDIR}"/${PV}-2.6.24-headers.patch + "${FILESDIR}"/${PV}-sysfs.patch + ) + DOCS="AUTHORS ChangeLog README" - XFCONF="--disable-dependency-tracking - $(use_enable debug)" + + XFCONF=( + --disable-dependency-tracking + $(use_enable debug) + ) } |