diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-09-08 16:20:34 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-09-08 16:20:34 +0000 |
commit | 90fb7068175776d15790d342b8441b07df00a367 (patch) | |
tree | b754dedb6e93191108802134a5ad90ddc700f778 /xfce-extra/xfce4-battery/xfce4-battery-0.5.1.ebuild | |
parent | Use provided icons instead of our own, bug #236970 (diff) | |
download | historical-90fb7068175776d15790d342b8441b07df00a367.tar.gz historical-90fb7068175776d15790d342b8441b07df00a367.tar.bz2 historical-90fb7068175776d15790d342b8441b07df00a367.zip |
Version bump
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64
Diffstat (limited to 'xfce-extra/xfce4-battery/xfce4-battery-0.5.1.ebuild')
-rw-r--r-- | xfce-extra/xfce4-battery/xfce4-battery-0.5.1.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-battery/xfce4-battery-0.5.1.ebuild b/xfce-extra/xfce4-battery/xfce4-battery-0.5.1.ebuild new file mode 100644 index 000000000000..1a62a5df1797 --- /dev/null +++ b/xfce-extra/xfce4-battery/xfce4-battery-0.5.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery/xfce4-battery-0.5.1.ebuild,v 1.1 2008/09/08 16:20:33 angelos Exp $ + +inherit autotools eutils xfce44 + +xfce44 + +DESCRIPTION="Battery status panel plugin" +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd" +IUSE="debug" + +DEPEND="dev-util/pkgconfig + dev-util/intltool" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${P}-freebsd.patch \ + "${FILESDIR}"/${PN}-0.5.0-libacpi.patch \ + "${FILESDIR}"/${PN}-0.5.0-2.6.24-headers.patch \ + "${FILESDIR}"/${PN}-0.5.0-sysfs.patch +} + +DOCS="AUTHORS ChangeLog NEWS README" + +xfce44_goodies_panel_plugin |