diff options
Diffstat (limited to 'x11-themes')
3 files changed, 41 insertions, 1 deletions
diff --git a/x11-themes/conectiva-crystal/ChangeLog b/x11-themes/conectiva-crystal/ChangeLog index 158f10b5f68a..faaf999f80f5 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.7 2002/10/28 17:48:15 satai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/conectiva-crystal/ChangeLog,v 1.8 2002/12/09 19:34:03 satai Exp $ + +*conectiva-crystal-120902 (09 Dec 02) + + 09 Dec 02; Matthew Turk <satai@gentoo.org> : + + Version bump, tons of new icons for actions and apps. *conectiva-crystal-102802 (28 Oct 02) diff --git a/x11-themes/conectiva-crystal/conectiva-crystal-120902.ebuild b/x11-themes/conectiva-crystal/conectiva-crystal-120902.ebuild new file mode 100644 index 000000000000..7e3b48bcd8b1 --- /dev/null +++ b/x11-themes/conectiva-crystal/conectiva-crystal-120902.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-120902.ebuild,v 1.1 2002/12/09 19:34:03 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-120902 b/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-120902 new file mode 100644 index 000000000000..c52e23131304 --- /dev/null +++ b/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-120902 @@ -0,0 +1 @@ +MD5 d7b93c3de908eebf96030e94ba482eab conectiva-crystal-120902.tar.gz 7341671 |