diff options
author | Matthew Turk <satai@gentoo.org> | 2002-10-12 07:03:22 +0000 |
---|---|---|
committer | Matthew Turk <satai@gentoo.org> | 2002-10-12 07:03:22 +0000 |
commit | 455107c1ef38eb204097008cb067318815bcf182 (patch) | |
tree | 423cf31b9bd6972161726d8bc6ced91f68f0717e /x11-themes | |
parent | more fix0rs for sparc/sparc64 (diff) | |
download | gentoo-2-455107c1ef38eb204097008cb067318815bcf182.tar.gz gentoo-2-455107c1ef38eb204097008cb067318815bcf182.tar.bz2 gentoo-2-455107c1ef38eb204097008cb067318815bcf182.zip |
Bumping revision of Crystal Icons. >130 added.
Diffstat (limited to 'x11-themes')
4 files changed, 43 insertions, 3 deletions
diff --git a/x11-themes/conectiva-crystal/ChangeLog b/x11-themes/conectiva-crystal/ChangeLog index 3071b19cfcaa..69b386cdc921 100644 --- a/x11-themes/conectiva-crystal/ChangeLog +++ b/x11-themes/conectiva-crystal/ChangeLog @@ -1,6 +1,12 @@ # 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.3 2002/10/01 18:43:09 satai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/conectiva-crystal/ChangeLog,v 1.4 2002/10/12 07:03:22 satai Exp $ + +*conectiva-crystal-101202 (12 Oct 02) + + 12 Oct 02; Matthew Turk <satai@gentoo.org> : + + Version bump *conectiva-crystal-092502 (01 Oct 02) diff --git a/x11-themes/conectiva-crystal/conectiva-crystal-092502.ebuild b/x11-themes/conectiva-crystal/conectiva-crystal-092502.ebuild index 3a2136f7f043..66bfcbf80c53 100644 --- a/x11-themes/conectiva-crystal/conectiva-crystal-092502.ebuild +++ b/x11-themes/conectiva-crystal/conectiva-crystal-092502.ebuild @@ -1,6 +1,6 @@ # 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-092502.ebuild,v 1.1 2002/10/01 18:43:09 satai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/conectiva-crystal/conectiva-crystal-092502.ebuild,v 1.2 2002/10/12 07:03:22 satai Exp $ inherit kde # not kde-base since we don't need c++ deps need-kde 3 @@ -19,7 +19,7 @@ RESTRICT="$RESTRICT nostrip" src_compile() { cd ${S} - sed "s/Name=Conectiva Crystal 0.6/Name=Conectiva Crystal Snapshot ${PV}/" index.desktop > index.temp + sed "s/Name=Conectiva Crystal .*/Name=Conectiva Crystal Snapshot ${PV}/" index.desktop > index.temp mv index.temp index.desktop return 1 } diff --git a/x11-themes/conectiva-crystal/conectiva-crystal-101102.ebuild b/x11-themes/conectiva-crystal/conectiva-crystal-101102.ebuild new file mode 100644 index 000000000000..4f2fe3bd4797 --- /dev/null +++ b/x11-themes/conectiva-crystal/conectiva-crystal-101102.ebuild @@ -0,0 +1,33 @@ +# 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-101102.ebuild,v 1.1 2002/10/12 07:03:22 satai 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/${P}.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() { + + cd ${S} + sed "s/Name=Conectiva Crystal .*/Name=Conectiva Crystal Snapshot ${PV}/" index.desktop > index.temp + mv index.temp index.desktop + return 1 +} + +src_install(){ + + cd ${S} + dodir $PREFIX/share/icons/ + cp -rf ${S} ${D}/${PREFIX}/share/icons/Crystal-${PV} + +} diff --git a/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-101102 b/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-101102 new file mode 100644 index 000000000000..43f58ec56749 --- /dev/null +++ b/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-101102 @@ -0,0 +1 @@ +MD5 fe9c8819dd68b4a5b9af3dfe260c6f04 conectiva-crystal-101102.tar.gz 6666461 |