blob: 1a62a5df17972b4f41f03e953bab11de5bb3744c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
|