# Copyright 1999-2012 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-1.0.10-r1.ebuild,v 1.5 2012/02/07 13:44:15 ssuominen Exp $ EAPI=4 inherit flag-o-matic linux-info xfconf DESCRIPTION="Power manager for the Xfce desktop environment" HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-power-manager" LICENSE="GPL-2" SLOT="0" KEYWORDS="" IUSE="debug kernel_linux networkmanager policykit +xfce_plugins_brightness" COMMON_DEPEND=">=x11-libs/gtk+-2.18:2 >=dev-libs/glib-2.16:2 >=dev-libs/dbus-glib-0.88 >=xfce-base/xfconf-4.8 >=xfce-base/libxfce4ui-4.8 >=xfce-base/libxfce4util-4.8 >=x11-libs/libnotify-0.4.5 >=x11-libs/libXrandr-1.2 x11-libs/libX11 x11-libs/libXext sys-power/upower kernel_linux? ( sys-fs/udisks ) xfce_plugins_brightness? ( >=xfce-base/xfce4-panel-4.8 ) policykit? ( >=sys-auth/polkit-0.91 )" RDEPEND="${COMMON_DEPEND} networkmanager? ( net-misc/networkmanager )" DEPEND="${COMMON_DEPEND} dev-util/pkgconfig dev-util/intltool sys-devel/gettext x11-proto/xproto" pkg_setup() { if use kernel_linux; then CONFIG_CHECK="~TIMER_STATS" linux-info_pkg_setup fi XFCONF=( $(use_enable policykit polkit) --enable-dpms $(use_enable networkmanager network-manager) $(use_enable xfce_plugins_brightness panel-plugins) $(xfconf_use_debug) ) DOCS=( AUTHORS ChangeLog NEWS README TODO ) } src_install() { xfconf_src_install \ docdir=/usr/share/doc/${PF}/html \ imagesdir=/usr/share/doc/${PF}/html/images }