summaryrefslogtreecommitdiff
blob: a5c5e3d67cfcdab285f3d46de5a34a4d36b98a9c (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
# 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.4 2005/10/12 13:52:17 greg_g Exp $

inherit kde

DESCRIPTION="A runlevel/initscript editor for the KDE control center."
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"

SLOT="0"
KEYWORDS="~ppc ~sparc ~x86"
IUSE=""

RDEPEND="|| ( kde-base/kcontrol kde-base/kdebase )"

need-kde 3

src_install() {
	kde_src_install

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