# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-power-manager/xfce4-power-manager-0.8.3.1.ebuild,v 1.1 2009/08/10 14:30:09 darkside Exp $ EAPI="2" inherit xfconf DESCRIPTION="Power manager for Xfce4" HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-power-manager" SRC_URI="http://archive.xfce.org/src/apps/${PN}/0.8/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug doc +dpms +panel-plugins" RDEPEND=">=dev-libs/dbus-glib-0.70 >=dev-libs/glib-2.16:2 >=gnome-base/libglade-2 >=sys-apps/hal-0.5.6 >=x11-libs/gtk+-2.12:2 >=x11-libs/libnotify-0.4.1 >=xfce-base/libxfce4util-4.6 >=xfce-base/libxfcegui4-4.6 >=xfce-base/xfconf-4.6 panel-plugins? ( >=xfce-base/xfce4-panel-4.6 ) dpms? ( x11-libs/libXext )" DEPEND="${RDEPEND} dev-util/pkgconfig dev-util/intltool sys-devel/gettext x11-proto/xproto doc? ( dev-libs/libxslt )" pkg_setup() { XFCONF="--disable-dependency-tracking $(use_enable dpms) $(use_enable panel-plugins) $(use_enable doc xsltproc) $(use_enable debug)" DOCS="AUTHORS ChangeLog NEWS README TODO" }