blob: cc26dac669ea85cda4e1b4bc90d5bc495ee0f0c1 (
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
28
29
30
31
32
33
34
35
36
37
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/powerdevil/powerdevil-4.4.5.ebuild,v 1.1 2010/06/30 15:36:22 alexxy Exp $
EAPI="3"
KMNAME="kdebase-workspace"
inherit kde4-meta
DESCRIPTION="PowerDevil is an utility for KDE4 for Laptop Powermanagement."
HOMEPAGE="http://www.kde-apps.org/content/show.php/PowerDevil?content=85078"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug +pm-utils"
COMMONDEPEND="
$(add_kdebase_dep libkworkspace)
$(add_kdebase_dep solid)
!aqua? ( x11-libs/libXScrnSaver )
"
DEPEND="${COMMONDEPEND}
!aqua? ( x11-proto/scrnsaverproto )
"
RDEPEND="${COMMONDEPEND}
!sys-power/powerdevil
pm-utils? ( sys-power/pm-utils )
"
KMEXTRACTONLY="
krunner/
ksmserver/org.kde.KSMServerInterface.xml
"
PATCHES=(
"${FILESDIR}/${PN}-4.4.3-fix-sleep-205453.patch"
)
|