diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-10-01 14:20:50 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-10-01 14:20:50 +0000 |
commit | b192c1f96e75daf6b2882d3eea9713fa4ae6e0c8 (patch) | |
tree | 6b66151fc3a7c63c1ea31314371a909095d3b04a /x11-themes/ksplash-ml-themes | |
parent | fix bugs #6519, #5953 with a new masked kdebase revision. cf bugzilla items a... (diff) | |
download | gentoo-2-b192c1f96e75daf6b2882d3eea9713fa4ae6e0c8.tar.gz gentoo-2-b192c1f96e75daf6b2882d3eea9713fa4ae6e0c8.tar.bz2 gentoo-2-b192c1f96e75daf6b2882d3eea9713fa4ae6e0c8.zip |
new masked revision that fixes bug #6519. see changelog for details.
Diffstat (limited to 'x11-themes/ksplash-ml-themes')
3 files changed, 53 insertions, 2 deletions
diff --git a/x11-themes/ksplash-ml-themes/ChangeLog b/x11-themes/ksplash-ml-themes/ChangeLog index 9d2514387556..757f6061c5e0 100644 --- a/x11-themes/ksplash-ml-themes/ChangeLog +++ b/x11-themes/ksplash-ml-themes/ChangeLog @@ -1,6 +1,18 @@ # ChangeLog for x11-themes/ksplash-ml-themes -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-themes/ksplash-ml-themes/ChangeLog,v 1.2 2002/08/13 20:16:50 gerk Exp $ +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/ksplash-ml-themes/ChangeLog,v 1.3 2002/10/01 14:20:50 danarmak Exp $ + +*ksplash-ml-themes-20020705-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-themes-20020705 (05 Jul 2002) diff --git a/x11-themes/ksplash-ml-themes/files/digest-ksplash-ml-themes-20020705-r1 b/x11-themes/ksplash-ml-themes/files/digest-ksplash-ml-themes-20020705-r1 new file mode 100644 index 000000000000..acdd1130bbe3 --- /dev/null +++ b/x11-themes/ksplash-ml-themes/files/digest-ksplash-ml-themes-20020705-r1 @@ -0,0 +1,7 @@ +MD5 f36473c699a5cd96103b76cf6bf4663d ExtraThemes.tgz 900981 +MD5 9e3b973706bdcab5c796149c9f923ce4 DeLorean.tgz 688292 +MD5 99c51418168f02ac90adc2f70e951a27 Viper.tgz 865041 +MD5 309c90c7196b5490c91282577de0a38b Crystal.tgz 195623 +MD5 aa9c3e958eb25be5d6059b4d6b67c1bf xpAnime.tgz 3211077 +MD5 64df5d730ae07a5907d2305bc7dc2099 Landskape.tgz 5365037 +MD5 ed8893409d67bbbb0efb307f1c55c0e0 costello.tgz 425389 diff --git a/x11-themes/ksplash-ml-themes/ksplash-ml-themes-20020705-r1.ebuild b/x11-themes/ksplash-ml-themes/ksplash-ml-themes-20020705-r1.ebuild new file mode 100644 index 000000000000..3c88c72a3b54 --- /dev/null +++ b/x11-themes/ksplash-ml-themes/ksplash-ml-themes-20020705-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-themes/ksplash-ml-themes/ksplash-ml-themes-20020705-r1.ebuild,v 1.1 2002/10/01 14:20:50 danarmak Exp $ +inherit kde-functions + +set-kdedir 3 + +HOMEPAGE="http://www.shadowcom.net/Software/ksplash-ml/" +DESCRIPTION="Extra theme packagse for ksplash-ml" + +SLOT="3" +LICENSE="GPL-2" +KEYWORDS="x86 ppc" + +newdepend "x11-misc/ksplash-ml" + +THEMES="ExtraThemes DeLorean Viper Crystal xpAnime Landskape costello" +for x in $THEMES; do + SRC_URI="$SRC_URI http://www.shadowcom.net/Software/ksplash-ml/${x}.tgz" +done + +theme-ksplash_src_compile() { true; } + +src_install() { + + dodir ${PREFIX}/share/apps/ksplashml/Themes/ + cp -r ${WORKDIR}/* ${D}/${PREFIX}/share/apps/ksplashml/Themes/ + +} + + + |