diff options
author | 2002-08-24 18:36:14 +0000 | |
---|---|---|
committer | 2002-08-24 18:36:14 +0000 | |
commit | 30326e87343540b6e80f55ca4ef0614e85890399 (patch) | |
tree | 5ba307a92265fd20ed5aed3030bc4eab2627332a /x11-themes/mosfet-liquid-widgets | |
parent | Updated profiles/package.mask to mask net-irc/irssi-0.8.4 (diff) | |
download | gentoo-2-30326e87343540b6e80f55ca4ef0614e85890399.tar.gz gentoo-2-30326e87343540b6e80f55ca4ef0614e85890399.tar.bz2 gentoo-2-30326e87343540b6e80f55ca4ef0614e85890399.zip |
fix problem where the new splashscreen wasn't used; it needs to be installed under KDEDIR not PREFIX to take effect
Diffstat (limited to 'x11-themes/mosfet-liquid-widgets')
3 files changed, 38 insertions, 2 deletions
diff --git a/x11-themes/mosfet-liquid-widgets/ChangeLog b/x11-themes/mosfet-liquid-widgets/ChangeLog index 5da9056ab207..cac196d1b294 100644 --- a/x11-themes/mosfet-liquid-widgets/ChangeLog +++ b/x11-themes/mosfet-liquid-widgets/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-themes/mosfet-liquid-widgets -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-themes/mosfet-liquid-widgets/ChangeLog,v 1.2 2002/07/16 03:04:26 gerk Exp $ +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mosfet-liquid-widgets/ChangeLog,v 1.3 2002/08/24 18:36:14 danarmak Exp $ + +*mosfet-liquid-widgets-0.9.5-r1 (24 Aug 2002) + + 24 Aug 2002; Dan Armak <danarmak@gentoo.org> ChangeLog : + + Install the ksplash images (the ones you see while KDE is loading) into + the kdelibs dir, not into the prefix. Otherwise they do not work. Relocated to x11-themes diff --git a/x11-themes/mosfet-liquid-widgets/files/digest-mosfet-liquid-widgets-0.9.5-r1 b/x11-themes/mosfet-liquid-widgets/files/digest-mosfet-liquid-widgets-0.9.5-r1 new file mode 100644 index 000000000000..fa2d1be9f925 --- /dev/null +++ b/x11-themes/mosfet-liquid-widgets/files/digest-mosfet-liquid-widgets-0.9.5-r1 @@ -0,0 +1 @@ +MD5 329abf9087d269f5b0be36aa3c06b1b8 mosfet-liquid0.9.5.tar.gz 521149 diff --git a/x11-themes/mosfet-liquid-widgets/mosfet-liquid-widgets-0.9.5-r1.ebuild b/x11-themes/mosfet-liquid-widgets/mosfet-liquid-widgets-0.9.5-r1.ebuild new file mode 100644 index 000000000000..320556c9bc40 --- /dev/null +++ b/x11-themes/mosfet-liquid-widgets/mosfet-liquid-widgets-0.9.5-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mosfet-liquid-widgets/mosfet-liquid-widgets-0.9.5-r1.ebuild,v 1.1 2002/08/24 18:36:14 danarmak Exp $ +inherit kde-base + +need-kde 3 + +S=${WORKDIR}/mosfet-liquid${PV} +DESCRIPTION="Mosfet's High-Permormance Liquid Widgets and Style for KDE 3.x" +SRC_URI="http://www.mosfet.org/mosfet-liquid${PV}.tar.gz" +HOMEPAGE="http://www.mosfet.org/liquid.html" +LICENSE="BSD" + +KEYWORDS="x86 ppc" + +newdepend ">=kde-base/kdebase-3.0" + + +src_install() { + + kde_src_install all + + # replace ksplash image + dodir $KDEDIR/share/apps + mv $D/$PREFIX/share/apps/ksplash $D/$KDEDIR/share/apps + +} + |