diff options
author | Matthew Turk <satai@gentoo.org> | 2002-10-14 20:36:16 +0000 |
---|---|---|
committer | Matthew Turk <satai@gentoo.org> | 2002-10-14 20:36:16 +0000 |
commit | ebeb41ed0d4898e31ba0d23786f0769d117a4e93 (patch) | |
tree | adb917beb94598953aa6c0b9e33a2284f2df42d9 /x11-themes/conectiva-crystal | |
parent | version bump (diff) | |
download | gentoo-2-ebeb41ed0d4898e31ba0d23786f0769d117a4e93.tar.gz gentoo-2-ebeb41ed0d4898e31ba0d23786f0769d117a4e93.tar.bz2 gentoo-2-ebeb41ed0d4898e31ba0d23786f0769d117a4e93.zip |
Snapshot update. 80 more icons added.
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 69b386cdc921..7bcf6e9e9aa6 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.4 2002/10/12 07:03:22 satai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/conectiva-crystal/ChangeLog,v 1.5 2002/10/14 20:36:16 satai Exp $ + +*conectiva-crystal-101402 (14 Oct 02) + + 14 Oct 02; Matthew Turk <satai@gentoo.org> : + + Version bump (80 more icons) *conectiva-crystal-101202 (12 Oct 02) diff --git a/x11-themes/conectiva-crystal/conectiva-crystal-101402.ebuild b/x11-themes/conectiva-crystal/conectiva-crystal-101402.ebuild new file mode 100644 index 000000000000..16317d5fcbce --- /dev/null +++ b/x11-themes/conectiva-crystal/conectiva-crystal-101402.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-101402.ebuild,v 1.1 2002/10/14 20:36:16 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-101402 b/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-101402 new file mode 100644 index 000000000000..b8ee5f06a1c1 --- /dev/null +++ b/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-101402 @@ -0,0 +1 @@ +MD5 a5b07bd116b154c73d7d2ce82cf58cbb conectiva-crystal-101402.tar.gz 6828100 |