diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-01-07 10:39:17 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-01-07 10:39:17 +0000 |
commit | 9d2859b460d198effbccc93bee3365b613ca78ff (patch) | |
tree | 7632aeef3ba597b93944a65cff93dbf4e4e6be01 /x11-themes | |
parent | Add missing x11-libs/libXaw to RDEPEND, see bug #204577. (diff) | |
download | gentoo-2-9d2859b460d198effbccc93bee3365b613ca78ff.tar.gz gentoo-2-9d2859b460d198effbccc93bee3365b613ca78ff.tar.bz2 gentoo-2-9d2859b460d198effbccc93bee3365b613ca78ff.zip |
Remove gartoon-pallete.svg to fix icon cache generation, see bug #199110.
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gartoon/ChangeLog | 7 | ||||
-rw-r--r-- | x11-themes/gartoon/gartoon-0.5-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-themes/gartoon/ChangeLog b/x11-themes/gartoon/ChangeLog index c07a05a17cf1..d4244fde448a 100644 --- a/x11-themes/gartoon/ChangeLog +++ b/x11-themes/gartoon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/gartoon -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gartoon/ChangeLog,v 1.12 2007/06/30 09:29:50 drac Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gartoon/ChangeLog,v 1.13 2008/01/07 10:39:17 nelchael Exp $ + + 07 Jan 2008; Krzysiek Pawlik <nelchael@gentoo.org> gartoon-0.5-r2.ebuild: + Remove gartoon-pallete.svg to fix icon cache generation, see bug #199110. 30 Jun 2007; Samuli Suominen <drac@gentoo.org> gartoon-0.5-r2.ebuild: Fix RESTRICT nostrip to strip. diff --git a/x11-themes/gartoon/gartoon-0.5-r2.ebuild b/x11-themes/gartoon/gartoon-0.5-r2.ebuild index 548f8e86a885..60f8a49574c6 100644 --- a/x11-themes/gartoon/gartoon-0.5-r2.ebuild +++ b/x11-themes/gartoon/gartoon-0.5-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gartoon/gartoon-0.5-r2.ebuild,v 1.4 2007/06/30 09:29:50 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gartoon/gartoon-0.5-r2.ebuild,v 1.5 2008/01/07 10:39:17 nelchael Exp $ DESCRIPTION="Gartoon SVG icon theme" SRC_URI="http://zeus.qballcow.nl/icon/paket/${P}.tar.gz" @@ -24,7 +24,7 @@ src_unpack() { src_install() { insinto ${MY_DEST} - doins gartoon-pallete.svg index.theme scalable/stock/iconrc + doins index.theme scalable/stock/iconrc dodoc AUTHORS README scalable/stock/changelog_mula.txt |