summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTroy Dack <tad@gentoo.org>2003-06-20 08:36:44 +0000
committerTroy Dack <tad@gentoo.org>2003-06-20 08:36:44 +0000
commit9aa1a8c7f47f06bc483bf7b59c2eac84e3c2c5eb (patch)
treec334513414c04565cf28cfca1ee18eee1c3c2a89 /x11-themes/lush
parentInitial import - Bug #23143. A good looking KDE iconset. (diff)
downloadhistorical-9aa1a8c7f47f06bc483bf7b59c2eac84e3c2c5eb.tar.gz
historical-9aa1a8c7f47f06bc483bf7b59c2eac84e3c2c5eb.tar.bz2
historical-9aa1a8c7f47f06bc483bf7b59c2eac84e3c2c5eb.zip
Initial import - Bug #23143. A good looking KDE iconset.
Diffstat (limited to 'x11-themes/lush')
-rw-r--r--x11-themes/lush/Manifest4
-rw-r--r--x11-themes/lush/files/digest-lush-0.1.01
-rw-r--r--x11-themes/lush/lush-0.1.0.ebuild28
3 files changed, 31 insertions, 2 deletions
diff --git a/x11-themes/lush/Manifest b/x11-themes/lush/Manifest
index b07b47ae90b1..80d4c45bc0de 100644
--- a/x11-themes/lush/Manifest
+++ b/x11-themes/lush/Manifest
@@ -1,3 +1,3 @@
-MD5 f99ac1b27e7966a862ad9aac4cd6439f ChangeLog 287
-MD5 010c3b672068562d20cd978028c294b9 lush-0.1.0.ebuild 636
+MD5 1c6c5587dceec55785b31b21f7ee6e6f ChangeLog 373
+MD5 455550fcc6bed73eec761afb83217598 lush-0.1.0.ebuild 617
MD5 30eef944f34eac32e48b3815a3a3285e files/digest-lush-0.1.0 67
diff --git a/x11-themes/lush/files/digest-lush-0.1.0 b/x11-themes/lush/files/digest-lush-0.1.0
new file mode 100644
index 000000000000..5cd0fd955627
--- /dev/null
+++ b/x11-themes/lush/files/digest-lush-0.1.0
@@ -0,0 +1 @@
+MD5 82ab0cbf18fd187a11cf87362ace2e20 lush-0.1.0dave.tar.gz 2072409
diff --git a/x11-themes/lush/lush-0.1.0.ebuild b/x11-themes/lush/lush-0.1.0.ebuild
new file mode 100644
index 000000000000..62ada132a68d
--- /dev/null
+++ b/x11-themes/lush/lush-0.1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header:
+inherit kde
+need-kde 3
+
+S="${WORKDIR}/lush"
+DESCRIPTION="Lush KDE icon theme"
+SRC_URI="http://projects.dims.org/~dave/distribution/${P}dave.tar.gz"
+HOMEPAGE="http://www.kde-look.org/content/show.php?content=5483"
+KEYWORDS="x86 ~alpha ~ppc ~sparc"
+SLOT="0"
+LICENSE="GPL-1"
+
+# stripping hangs and we've no binaries
+RESTRICT="$RESTRICT nostrip"
+
+src_compile() {
+ unpack ${P}dave.tar.gz
+ cd ${S}
+
+}
+
+src_install(){
+ cd ${S}
+ dodir $PREFIX/share/icons/
+ cp -rf ${S} ${D}/${PREFIX}/share/icons
+}