summaryrefslogtreecommitdiff
blob: c3c2655160fa439bf035e2f769ec991196f00c88 (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
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/kcmgrunlevel/kcmgrunlevel-0.2.ebuild,v 1.3 2005/07/22 09:24:28 dholm Exp $

inherit kde
need-kde 3

DESCRIPTION="A runlevel/initscript editor for the KDE-3.x Controlcenter"
HOMEPAGE="http://www.kde-apps.org/content/show.php?content=11911"
SRC_URI="http://spookyk.dyndns.org/~sarah/content/download/development/${P}.tar.bz2"

LICENSE="GPL-2"
KEYWORDS="~ppc ~sparc ~x86"
IUSE=""
SLOT="0"

src_install() {
	einstall
	insinto ${KDEDIR}/share/icons/hicolor/16x16/apps/
	doins ${S}/src/icons/hicolor/16x16/apps/${PN}.png
	insinto ${KDEDIR}/share/icons/hicolor/22x22/apps/
	doins ${S}/src/icons/hicolor/22x22/apps/${PN}.png
	insinto ${KDEDIR}/share/icons/hicolor/32x32/apps/
	doins ${S}/src/icons/hicolor/32x32/apps/${PN}.png
	insinto ${KDEDIR}/share/icons/hicolor/48x48/apps/
	doins ${S}/src/icons/hicolor/48x48/apps/${PN}.png
	insinto ${KDEDIR}/share/icons/hicolor/64x64/apps/
	doins ${S}/src/icons/hicolor/64x64/apps/${PN}.png
}