summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-07-04 22:03:10 +0000
committerDan Armak <danarmak@gentoo.org>2002-07-04 22:03:10 +0000
commit22f83bbff8730c0a945d9ed702088049f4790a80 (patch)
tree9cb2522c9ebf61f1acc59de416c1a9c291fbf2a1 /x11-themes/ksplash-ml-themes
parentForgot to add some files :-) (diff)
downloadgentoo-2-22f83bbff8730c0a945d9ed702088049f4790a80.tar.gz
gentoo-2-22f83bbff8730c0a945d9ed702088049f4790a80.tar.bz2
gentoo-2-22f83bbff8730c0a945d9ed702088049f4790a80.zip
this contains all the extra theme pacakges for ksplash-ml (i.e. kde splash screens) referenced
on its homepage.
Diffstat (limited to 'x11-themes/ksplash-ml-themes')
-rw-r--r--x11-themes/ksplash-ml-themes/ChangeLog9
-rw-r--r--x11-themes/ksplash-ml-themes/files/digest-ksplash-ml-themes-200207057
-rw-r--r--x11-themes/ksplash-ml-themes/ksplash-ml-themes-20020705.ebuild28
3 files changed, 44 insertions, 0 deletions
diff --git a/x11-themes/ksplash-ml-themes/ChangeLog b/x11-themes/ksplash-ml-themes/ChangeLog
new file mode 100644
index 000000000000..fd0ee9ca2a5e
--- /dev/null
+++ b/x11-themes/ksplash-ml-themes/ChangeLog
@@ -0,0 +1,9 @@
+# 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.1 2002/07/04 22:03:10 danarmak Exp $
+
+*ksplash-ml-themes-20020705 (05 Jul 2002)
+
+ 05 Jul 2002; Dan Armak <danarmak@gentoo.org> ChangeLog :
+
+ This contains all the extra themes from the ksplash-ml homepage.
diff --git a/x11-themes/ksplash-ml-themes/files/digest-ksplash-ml-themes-20020705 b/x11-themes/ksplash-ml-themes/files/digest-ksplash-ml-themes-20020705
new file mode 100644
index 000000000000..acdd1130bbe3
--- /dev/null
+++ b/x11-themes/ksplash-ml-themes/files/digest-ksplash-ml-themes-20020705
@@ -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.ebuild b/x11-themes/ksplash-ml-themes/ksplash-ml-themes-20020705.ebuild
new file mode 100644
index 000000000000..7ee07769930a
--- /dev/null
+++ b/x11-themes/ksplash-ml-themes/ksplash-ml-themes-20020705.ebuild
@@ -0,0 +1,28 @@
+# 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.ebuild,v 1.1 2002/07/04 22:03:10 danarmak Exp $
+inherit kde-functions
+set-kdedir 3
+
+LICENSE="GPL-2"
+HOMEPAGE="http://www.shadowcom.net/Software/ksplash-ml/"
+DESCRIPTION="Extra theme packagse for ksplash-ml"
+
+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 ${KDEDIR}/share/apps/ksplashml/Themes/
+ cp -r ${WORKDIR}/* ${D}/${KDEDIR}/share/apps/ksplashml/Themes/
+
+}
+
+
+