# 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 }