diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-10-01 14:19:36 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-10-01 14:19:36 +0000 |
commit | d1a8cd73adfad1fff36caa4da837c9be675d43dc (patch) | |
tree | 54e9b960231693cfbcd36ccc9cdba53a6aeb74b9 /x11-misc/ksplash-ml | |
parent | fix bugs #6519, #5953 with a new masked kdebase revision. cf bugzilla items a... (diff) | |
download | historical-d1a8cd73adfad1fff36caa4da837c9be675d43dc.tar.gz historical-d1a8cd73adfad1fff36caa4da837c9be675d43dc.tar.bz2 historical-d1a8cd73adfad1fff36caa4da837c9be675d43dc.zip |
new masked revision that fixes bug #6519. see changelog for details.
Diffstat (limited to 'x11-misc/ksplash-ml')
-rw-r--r-- | x11-misc/ksplash-ml/ChangeLog | 16 | ||||
-rw-r--r-- | x11-misc/ksplash-ml/files/digest-ksplash-ml-0.95.2-r1 | 1 | ||||
-rw-r--r-- | x11-misc/ksplash-ml/ksplash-ml-0.95.2-r1.ebuild | 26 |
3 files changed, 41 insertions, 2 deletions
diff --git a/x11-misc/ksplash-ml/ChangeLog b/x11-misc/ksplash-ml/ChangeLog index 3715edc569ed..b46a6968dfdf 100644 --- a/x11-misc/ksplash-ml/ChangeLog +++ b/x11-misc/ksplash-ml/ChangeLog @@ -1,6 +1,18 @@ # ChangeLog for x11-misc/ksplash-ml -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-misc/ksplash-ml/ChangeLog,v 1.4 2002/08/13 20:16:03 gerk Exp $ +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ksplash-ml/ChangeLog,v 1.5 2002/10/01 14:19:36 danarmak Exp $ + +*ksplash-ml-0.95.2-r1 (01 Oct 2002) + + 01 Oct 2002; Dan Armak <danarmak@gentoo.org> ChangeLog : + + Fix bug #6519 (ksplash-ml now being actually used as the kde + splashscreen). See the bugzilla page for full info. Briefly, you can set + $KSPLASH in your profile to the full path of a ksplash-replacement binary + of your choice. By default, ksplash-ml is used if installed (actually it + sets $KSPLASH in env.d), otherwise the default kde ksplash. You will need + the latest revision of ksplash-ml and ksplash-ml-themes as well. All this + is masked for now. *ksplash-ml-0.95.2 (24 Jun 2002) diff --git a/x11-misc/ksplash-ml/files/digest-ksplash-ml-0.95.2-r1 b/x11-misc/ksplash-ml/files/digest-ksplash-ml-0.95.2-r1 new file mode 100644 index 000000000000..776c91053ad5 --- /dev/null +++ b/x11-misc/ksplash-ml/files/digest-ksplash-ml-0.95.2-r1 @@ -0,0 +1 @@ +MD5 7c8236812fbd929076ae46a8cf6a5d78 ksplashml-0.95.2.tgz 1161379 diff --git a/x11-misc/ksplash-ml/ksplash-ml-0.95.2-r1.ebuild b/x11-misc/ksplash-ml/ksplash-ml-0.95.2-r1.ebuild new file mode 100644 index 000000000000..99b8a49a76dc --- /dev/null +++ b/x11-misc/ksplash-ml/ksplash-ml-0.95.2-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $ Header: $ +inherit kde-base + +need-kde 3 + +S=${WORKDIR}/ksplashml-${PV} +DESCRIPTION="Fancy splash-screen for KDE 3.x" +SRC_URI="http://www.shadowcom.net/Software/ksplash-ml/ksplashml-${PV}.tgz" +HOMEPAGE="http://www.shadowcom.net/Software/ksplash-ml" + +newdepend ">=kde-base/kdebase-3.0" + +LICENSE="ksplash-ml" + +KEYWORDS="x86 ppc" + +src_install() { + + kde_src_install + + dodir /etc/env.d + echo "KSPLASH=${PREFIX}/bin/ksplash" > ${D}/etc/env.d/90ksplash-ml + +} |