summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-01-10 21:55:15 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-01-10 21:55:15 +0000
commite8051152957c7aacfc38331155de86bda43861fd (patch)
tree0b26a050c45e35525c3c91a65f863c13a5851112 /x11-themes/fusionx-aqua
parentstable on amd64 (diff)
downloadhistorical-e8051152957c7aacfc38331155de86bda43861fd.tar.gz
historical-e8051152957c7aacfc38331155de86bda43861fd.tar.bz2
historical-e8051152957c7aacfc38331155de86bda43861fd.zip
Corrected post-install message.
Diffstat (limited to 'x11-themes/fusionx-aqua')
-rw-r--r--x11-themes/fusionx-aqua/Manifest4
-rw-r--r--x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild15
2 files changed, 9 insertions, 10 deletions
diff --git a/x11-themes/fusionx-aqua/Manifest b/x11-themes/fusionx-aqua/Manifest
index 7caaa5b45634..6d1692e38213 100644
--- a/x11-themes/fusionx-aqua/Manifest
+++ b/x11-themes/fusionx-aqua/Manifest
@@ -1,4 +1,4 @@
-MD5 74a11cdea0707ece73618ac722adb598 fusionx-aqua-1.1.ebuild 1761
-MD5 c70514b1ac7c8719396b164a273645d2 ChangeLog 752
MD5 1b6808bbd78c9161f8b7efb090d966f8 metadata.xml 162
+MD5 c70514b1ac7c8719396b164a273645d2 ChangeLog 752
+MD5 54a95c7bcdc62710922631f40fb26b2d fusionx-aqua-1.1.ebuild 1720
MD5 b4dda0bfb72a5212167d14e033690873 files/digest-fusionx-aqua-1.1 72
diff --git a/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild b/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild
index 4281eb8f5140..2a27ffee7fcb 100644
--- a/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild
+++ b/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild,v 1.9 2004/07/03 20:11:39 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild,v 1.10 2005/01/10 21:55:15 greg_g Exp $
inherit kde
@@ -19,12 +19,12 @@ IUSE=""
DEPEND="kde-base/kdebase"
need-kde 3.1
-src_compile(){
+src_compile() {
# nothing to compile, but don't want the eclass to try to compile anything
return 0
}
-src_install(){
+src_install() {
mkdir -p ${D}/${KDEDIR}/share/apps/kstyle
cp -R -f ${WORKDIR}/${MY_P}/pixmaps ${D}/${KDEDIR}/share/apps/kstyle/ || die
cp -R -f ${WORKDIR}/${MY_P}/themes ${D}/${KDEDIR}/share/apps/kstyle/ || die
@@ -35,7 +35,7 @@ src_install(){
dodoc ${WORKDIR}/${MY_P}/{CREDITS,README,CHANGELOG}
}
-pkg_postinst(){
+pkg_postinst() {
einfo "This theme is an IceWM pixmap theme for KDE."
einfo ""
einfo "To use this theme set the following options in the"
@@ -45,8 +45,7 @@ pkg_postinst(){
einfo " - Window Decorations = \"IceWM\""
einfo " - Configuration [IceWM] = \"fusionX-aqua\""
einfo ""
- einfo "To make the theme visible in any currently running KDE session"
- einfo "execute the following command from a shell or the"
- einfo "KDE \"Run Command\" dialog:"
+ einfo "To make the theme visible execute the following command"
+ einfo "from a shell or the KDE \"Run Command\" dialog:"
einfo " kinstalltheme"
}