blob: 9a6a06a78ddf1a9d5d88f77c940eef006cf1b6e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2006 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.4.90.3-r1.ebuild,v 1.4 2006/12/21 14:08:33 jer Exp $
inherit xfce44
xfce44_goodies_panel_plugin
DESCRIPTION="Xfce4 battery status panel plugin"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug"
DEPEND="dev-util/intltool
>=x11-libs/gtk+-2.6
>=xfce-base/libxfce4util-4.3.90.2
>=xfce-base/libxfcegui4-4.3.90.2
>=xfce-base/xfce4-panel-4.3.90.2"
RDEPEND="${DEPEND}"
XFCE_CONFIG="$(use_enable debug)"
|