summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-10-12 13:52:17 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-10-12 13:52:17 +0000
commit2068d8048e7a3f24311146c44e9de00a524a5877 (patch)
tree3f3513177b1b0492f2ebac99cd0d5175bd87507d /app-admin
parentImproved NetBSD support as per bug #108999. Thanks Damian for the efforts. (diff)
downloadhistorical-2068d8048e7a3f24311146c44e9de00a524a5877.tar.gz
historical-2068d8048e7a3f24311146c44e9de00a524a5877.tar.bz2
historical-2068d8048e7a3f24311146c44e9de00a524a5877.zip
Cleanup. Fix installation directory for icons.
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/kcmgrunlevel/ChangeLog5
-rw-r--r--app-admin/kcmgrunlevel/Manifest4
-rw-r--r--app-admin/kcmgrunlevel/kcmgrunlevel-0.2.ebuild27
3 files changed, 21 insertions, 15 deletions
diff --git a/app-admin/kcmgrunlevel/ChangeLog b/app-admin/kcmgrunlevel/ChangeLog
index 352459d5bfad..605bf0e8aecd 100644
--- a/app-admin/kcmgrunlevel/ChangeLog
+++ b/app-admin/kcmgrunlevel/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/kcmgrunlevel
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/kcmgrunlevel/ChangeLog,v 1.4 2005/07/22 09:24:28 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/kcmgrunlevel/ChangeLog,v 1.5 2005/10/12 13:52:17 greg_g Exp $
+
+ 12 Oct 2005; Gregorio Guidi <greg_g@gentoo.org> kcmgrunlevel-0.2.ebuild:
+ Cleanup. Fix installation directory for icons.
22 Jul 2005; David Holm <dholm@gentoo.org> kcmgrunlevel-0.2.ebuild:
Added to ~ppc.
diff --git a/app-admin/kcmgrunlevel/Manifest b/app-admin/kcmgrunlevel/Manifest
index ea6b2da5985e..6556230bedcf 100644
--- a/app-admin/kcmgrunlevel/Manifest
+++ b/app-admin/kcmgrunlevel/Manifest
@@ -1,4 +1,4 @@
-MD5 a141329e720942a601dedb051915f2e7 ChangeLog 862
-MD5 0a498d34f221fd154d3bfca30b2b8047 kcmgrunlevel-0.2.ebuild 1078
MD5 bc5757868e9f06d6048259da3a5918aa metadata.xml 157
+MD5 f4c085e1e29e414934b28c26901081d6 ChangeLog 988
+MD5 a089b8960ede5bc6fd3ffed68f4da965 kcmgrunlevel-0.2.ebuild 1113
MD5 4b67016e980384a9e34658b4cff059af files/digest-kcmgrunlevel-0.2 69
diff --git a/app-admin/kcmgrunlevel/kcmgrunlevel-0.2.ebuild b/app-admin/kcmgrunlevel/kcmgrunlevel-0.2.ebuild
index c3c2655160fa..a5c5e3d67cfc 100644
--- a/app-admin/kcmgrunlevel/kcmgrunlevel-0.2.ebuild
+++ b/app-admin/kcmgrunlevel/kcmgrunlevel-0.2.ebuild
@@ -1,30 +1,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.3 2005/07/22 09:24:28 dholm Exp $
+# $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
-need-kde 3
-DESCRIPTION="A runlevel/initscript editor for the KDE-3.x Controlcenter"
+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=""
-SLOT="0"
+
+RDEPEND="|| ( kde-base/kcontrol kde-base/kdebase )"
+
+need-kde 3
src_install() {
- einstall
- insinto ${KDEDIR}/share/icons/hicolor/16x16/apps/
+ kde_src_install
+
+ insinto /usr/share/icons/hicolor/16x16/apps/
doins ${S}/src/icons/hicolor/16x16/apps/${PN}.png
- insinto ${KDEDIR}/share/icons/hicolor/22x22/apps/
+ insinto /usr/share/icons/hicolor/22x22/apps/
doins ${S}/src/icons/hicolor/22x22/apps/${PN}.png
- insinto ${KDEDIR}/share/icons/hicolor/32x32/apps/
+ insinto /usr/share/icons/hicolor/32x32/apps/
doins ${S}/src/icons/hicolor/32x32/apps/${PN}.png
- insinto ${KDEDIR}/share/icons/hicolor/48x48/apps/
+ insinto /usr/share/icons/hicolor/48x48/apps/
doins ${S}/src/icons/hicolor/48x48/apps/${PN}.png
- insinto ${KDEDIR}/share/icons/hicolor/64x64/apps/
+ insinto /usr/share/icons/hicolor/64x64/apps/
doins ${S}/src/icons/hicolor/64x64/apps/${PN}.png
}
-