summaryrefslogtreecommitdiff
blob: 84a1400d0db99a97b6ca5af2b921b75c713c7e7d (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
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-power/guidance-power-manager/guidance-power-manager-4.3.3.ebuild,v 1.2 2010/06/23 14:26:57 arfrever Exp $

EAPI=2
KDE_LINGUAS="cs de el en_GB es et fr ga gl is it km ko lt lv ml nb nds nl nn pa
pl pt pt_BR ro ru sk sv tr uk zh_CN zh_TW"
inherit python kde4-base

DESCRIPTION="KDE Power Manager control module"
HOMEPAGE="http://www.kde.org/"
SRC_URI="mirror://kde/stable/${PV}/src/extragear/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE="debug"

DEPEND=">=kde-base/pykde4-${KDE_MINIMAL}
	dev-python/dbus-python
	dev-python/sip"

pkg_postinst() {
	kde4-base_pkg_postinst
	python_mod_optimize $(python_get_sitedir)/xf86misc.py
}

pkg_postrm() {
	kde4-base_pkg_postrm
	python_mod_cleanup $(python_get_sitedir)/xf86misc.py
}