diff options
Diffstat (limited to 'x11-themes/xmms-themes/xmms-themes-0.0.3.ebuild')
-rw-r--r-- | x11-themes/xmms-themes/xmms-themes-0.0.3.ebuild | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/x11-themes/xmms-themes/xmms-themes-0.0.3.ebuild b/x11-themes/xmms-themes/xmms-themes-0.0.3.ebuild index e8e11ddf3c14..bfcde0e74a19 100644 --- a/x11-themes/xmms-themes/xmms-themes-0.0.3.ebuild +++ b/x11-themes/xmms-themes/xmms-themes-0.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/xmms-themes/xmms-themes-0.0.3.ebuild,v 1.3 2003/12/13 17:47:51 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/xmms-themes/xmms-themes-0.0.3.ebuild,v 1.4 2004/02/12 11:28:28 eradicator Exp $ S=${WORKDIR}/${P} DESCRIPTION="Collection of XMMS themes" @@ -88,6 +88,7 @@ SRC_URI="${THEME_URI}/AbsoluteE_Xmms.zip ${THEME_URI}/nixamp2.tar.gz ${THEME_URI}/sword.tar.gz ${THEME_URI}/xmmearth.tar.gz + http://www.kde-look.org/content/files/7947-plastik.zip http://mrb.tagclan.com/files/Raj._I.O._Amp_in_2000.wsz http://mrb.tagclan.com/files/bluemetal.wsz http://mrb.tagclan.com/files/atlantis_-_meridian.wsz @@ -101,7 +102,7 @@ SRC_URI="${THEME_URI}/AbsoluteE_Xmms.zip SLOT="0" LICENSE="freedist" -KEYWORDS="~x86 ~ppc ~sparc ~alpha amd64" +KEYWORDS="x86 ~ppc ~sparc ~alpha amd64" DEPEND="net-misc/wget" RDEPEND="media-sound/xmms @@ -123,6 +124,12 @@ src_unpack() { fi fi done + + mv 7947-plastik.zip Plastik.zip +} + +src_compile() { + einfo "Nothing to compile" } src_install () { |