Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 310257 Details for
Bug 413717
xfce-extra/xfce4-power-manager-1.0.10-r1 pulls in a number of unneeded dependencies
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Fixed ebuild
xfce4-power-manager-1.0.10-r1.ebuild (text/plain), 1.69 KB, created by
Peter Wilmott
on 2012-04-27 12:11:33 UTC
(
hide
)
Description:
Fixed ebuild
Filename:
MIME Type:
Creator:
Peter Wilmott
Created:
2012-04-27 12:11:33 UTC
Size:
1.69 KB
patch
obsolete
># 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.6 2012/03/27 18:42:39 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" >SRC_URI="mirror://xfce/src/apps/${PN}/1.0/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="amd64 ppc ppc64 x86" >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 > 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 > > PATCHES=( > "${FILESDIR}"/${P}-libnotify-0.7.patch > "${FILESDIR}"/${P}-modifiers.patch > ) > > 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 >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 413717
: 310257