diff options
author | Matthew Turk <satai@gentoo.org> | 2002-10-01 18:43:09 +0000 |
---|---|---|
committer | Matthew Turk <satai@gentoo.org> | 2002-10-01 18:43:09 +0000 |
commit | 7de758a9324787e3c0ee871564706b61d8ad9f9a (patch) | |
tree | 9ff7bd533fa2fe92452b6ed50d3a1fd405912b07 /x11-themes | |
parent | sandbox errors (diff) | |
download | gentoo-2-7de758a9324787e3c0ee871564706b61d8ad9f9a.tar.gz gentoo-2-7de758a9324787e3c0ee871564706b61d8ad9f9a.tar.bz2 gentoo-2-7de758a9324787e3c0ee871564706b61d8ad9f9a.zip |
Taking over maintainership; updating to 092502 snapshot.
Diffstat (limited to 'x11-themes')
3 files changed, 42 insertions, 1 deletions
diff --git a/x11-themes/conectiva-crystal/ChangeLog b/x11-themes/conectiva-crystal/ChangeLog index d937439aa367..3071b19cfcaa 100644 --- a/x11-themes/conectiva-crystal/ChangeLog +++ b/x11-themes/conectiva-crystal/ChangeLog @@ -1,6 +1,13 @@ # 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.2 2002/07/29 14:38:58 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/conectiva-crystal/ChangeLog,v 1.3 2002/10/01 18:43:09 satai Exp $ + +*conectiva-crystal-092502 (01 Oct 02) + + 01 Oct 02; Matthew Turk <satai@gentoo.org> : + + Updating to snapshot. Taking over maintainership. Also changing + index.desktop. *conectiva-crystal-3.1_beta37-r1 (29 Jul 2002) diff --git a/x11-themes/conectiva-crystal/conectiva-crystal-092502.ebuild b/x11-themes/conectiva-crystal/conectiva-crystal-092502.ebuild new file mode 100644 index 000000000000..3a2136f7f043 --- /dev/null +++ b/x11-themes/conectiva-crystal/conectiva-crystal-092502.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-092502.ebuild,v 1.1 2002/10/01 18:43:09 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 0.6/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-092502 b/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-092502 new file mode 100644 index 000000000000..4e233d734d72 --- /dev/null +++ b/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-092502 @@ -0,0 +1 @@ +MD5 6fef3b64c19ed8736cb061b08c5e518a conectiva-crystal-092502.tar.gz 5858514 |