blob: f965d3ae8eb8a53c99975cc840ec1983ba626af9 (
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-2007 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.0-r1.ebuild,v 1.10 2007/03/17 21:33:06 vapier Exp $
inherit eutils xfce44
xfce44
RESTRICT="test"
DESCRIPTION="Battery status panel plugin"
KEYWORDS="amd64 arm ppc ppc64 x86 ~x86-fbsd"
IUSE="debug"
DEPEND="dev-util/pkgconfig
dev-util/intltool"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-freebsd.patch
epatch "${FILESDIR}"/${P}-libacpi.patch
}
DOCS="AUTHORS ChangeLog NEWS README"
xfce44_goodies_panel_plugin
|