diff options
author | Troy Dack <tad@gentoo.org> | 2003-06-20 08:36:44 +0000 |
---|---|---|
committer | Troy Dack <tad@gentoo.org> | 2003-06-20 08:36:44 +0000 |
commit | 4fa7215b54f97da4e1f18d2bb21c8c1cdede3433 (patch) | |
tree | 7de68b544ea36b9d84888dc507e0e2c35bde08dc /x11-themes/lush | |
parent | Initial import - Bug #23143. A good looking KDE iconset. (diff) | |
download | gentoo-2-4fa7215b54f97da4e1f18d2bb21c8c1cdede3433.tar.gz gentoo-2-4fa7215b54f97da4e1f18d2bb21c8c1cdede3433.tar.bz2 gentoo-2-4fa7215b54f97da4e1f18d2bb21c8c1cdede3433.zip |
Initial import - Bug #23143. A good looking KDE iconset.
Diffstat (limited to 'x11-themes/lush')
-rw-r--r-- | x11-themes/lush/ChangeLog | 9 | ||||
-rw-r--r-- | x11-themes/lush/Manifest | 4 | ||||
-rw-r--r-- | x11-themes/lush/files/digest-lush-0.1.0 | 1 | ||||
-rw-r--r-- | x11-themes/lush/lush-0.1.0.ebuild | 28 |
4 files changed, 40 insertions, 2 deletions
diff --git a/x11-themes/lush/ChangeLog b/x11-themes/lush/ChangeLog new file mode 100644 index 000000000000..c311387f8d26 --- /dev/null +++ b/x11-themes/lush/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for x11-themes/lush +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-themes/lush/ChangeLog,v 1.1 2003/06/20 08:36:34 tad Exp $ + +*lush-0.1.0 (20 June 2003) + + 20 June 2003; Troy Dack <tad@gentoo.org> lush-0.1.0.ebuild : + Initial import. Ebuild submitted by Elias Probst <elias.probst@t-online.de> + 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 +} |