diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-07-29 14:38:58 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-07-29 14:38:58 +0000 |
commit | 9d0bceda43e345d01afffbb74e762cf4d394ffe2 (patch) | |
tree | 7e4c0a2d3fdac7fba0ccfb844df1fa605701380e /x11-themes/conectiva-crystal | |
parent | submission #5018: kde implementation of mousetool.com's anti-RSI tool (diff) | |
download | gentoo-2-9d0bceda43e345d01afffbb74e762cf4d394ffe2.tar.gz gentoo-2-9d0bceda43e345d01afffbb74e762cf4d394ffe2.tar.bz2 gentoo-2-9d0bceda43e345d01afffbb74e762cf4d394ffe2.zip |
fix #5251: make it use the eclasses to determine where to install to. also note this is soon to be deprecated since kde 3.1 tree includes this icon theme.
Diffstat (limited to 'x11-themes/conectiva-crystal')
3 files changed, 40 insertions, 1 deletions
diff --git a/x11-themes/conectiva-crystal/ChangeLog b/x11-themes/conectiva-crystal/ChangeLog index ba85f4a3e324..d937439aa367 100644 --- a/x11-themes/conectiva-crystal/ChangeLog +++ b/x11-themes/conectiva-crystal/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-themes/conectiva-crystal # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-themes/conectiva-crystal/ChangeLog,v 1.1 2002/07/03 16:37:48 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/conectiva-crystal/ChangeLog,v 1.2 2002/07/29 14:38:58 danarmak Exp $ + +*conectiva-crystal-3.1_beta37-r1 (29 Jul 2002) + + 29 Jul 2002; Dan Armak <danarmak@gentoo.org> ChangeLog : + + Fix bug #5259 - now it will install into the correct location in accordance + with the latest eclasses (it didn't use the eclasses before). Note that + kde 3.1 already has this icon theme. 02 Jul 2002; Seemant Kulleen <seemant@gentoo.org> : diff --git a/x11-themes/conectiva-crystal/conectiva-crystal-3.1_beta37-r1.ebuild b/x11-themes/conectiva-crystal/conectiva-crystal-3.1_beta37-r1.ebuild new file mode 100644 index 000000000000..fbbfe170f180 --- /dev/null +++ b/x11-themes/conectiva-crystal/conectiva-crystal-3.1_beta37-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/conectiva-crystal/conectiva-crystal-3.1_beta37-r1.ebuild,v 1.1 2002/07/29 14:38:58 danarmak Exp $ +inherit kde # not kde-base since we don't need c++ deps + +need-kde 3 + +S="${WORKDIR}/Crystal" +DESCRIPTION="Conectiva Crystal - Icon theme. WARNING: already included in >=kde-3.1." +SRC_URI="http://www.ibiblio.org/gentoo/distfiles/crystal-3.1_beta3.7.tar.gz" +HOMEPAGE="http://www.conectiva.com.br" +KEYWORDS="x86" +SLOT="0" +LICENSE="as-is" + +# stripping hangs and we've no binaries +RESTRICT="$RESTRICT nostrip" + +src_compile() { + + return 1 +} + +src_install(){ + + cd ${S} + dodir $PREFIX/share/icons/ + cp -rf ${S} ${D}/${PREFIX}/share/icons/Crystal + +} diff --git a/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-3.1_beta37-r1 b/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-3.1_beta37-r1 new file mode 100644 index 000000000000..079c90e39e54 --- /dev/null +++ b/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-3.1_beta37-r1 @@ -0,0 +1 @@ +MD5 7a4d93a277f1e40f14a1181fac51c782 crystal-3.1_beta3.7.tar.gz 1544793 |