diff options
author | Matthew Turk <satai@gentoo.org> | 2002-10-23 17:10:29 +0000 |
---|---|---|
committer | Matthew Turk <satai@gentoo.org> | 2002-10-23 17:10:29 +0000 |
commit | 914a8b678eaf154c1c98ff7501f4efa2ca37f02d (patch) | |
tree | 7a58509dc0cdf1cb90096ef2e3bbf5509a0d2d02 /x11-themes/conectiva-crystal | |
parent | New version (diff) | |
download | gentoo-2-914a8b678eaf154c1c98ff7501f4efa2ca37f02d.tar.gz gentoo-2-914a8b678eaf154c1c98ff7501f4efa2ca37f02d.tar.bz2 gentoo-2-914a8b678eaf154c1c98ff7501f4efa2ca37f02d.zip |
Version bump. 20 more icons.
Diffstat (limited to 'x11-themes/conectiva-crystal')
3 files changed, 41 insertions, 1 deletions
diff --git a/x11-themes/conectiva-crystal/ChangeLog b/x11-themes/conectiva-crystal/ChangeLog index 7bcf6e9e9aa6..9b3b8f3dc99f 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.5 2002/10/14 20:36:16 satai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/conectiva-crystal/ChangeLog,v 1.6 2002/10/23 17:10:29 satai Exp $ + +*conectiva-crystal-102302 (23 Oct 02) + + 23 Oct 02; Matthew Turk <satai@gentoo.org> : + + Version bump (20 more icons) *conectiva-crystal-101402 (14 Oct 02) diff --git a/x11-themes/conectiva-crystal/conectiva-crystal-102302.ebuild b/x11-themes/conectiva-crystal/conectiva-crystal-102302.ebuild new file mode 100644 index 000000000000..fe0bcd34810c --- /dev/null +++ b/x11-themes/conectiva-crystal/conectiva-crystal-102302.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-102302.ebuild,v 1.1 2002/10/23 17:10:29 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 alpha" +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-102302 b/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-102302 new file mode 100644 index 000000000000..aec08cfcdbc8 --- /dev/null +++ b/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-102302 @@ -0,0 +1 @@ +MD5 89a33a16763008618fd93cfce1cf4106 conectiva-crystal-102302.tar.gz 6946592 |