diff options
author | Michael Januszewski <spock@gentoo.org> | 2006-03-12 11:43:03 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2006-03-12 11:43:03 +0000 |
commit | cb5adec72413c128ae535891bb10aed51df30857 (patch) | |
tree | baf707195e3ba954a88cfe6f44b683f1402296d6 | |
parent | Quote $WORKDIR. (diff) | |
download | gentoo-2-cb5adec72413c128ae535891bb10aed51df30857.tar.gz gentoo-2-cb5adec72413c128ae535891bb10aed51df30857.tar.bz2 gentoo-2-cb5adec72413c128ae535891bb10aed51df30857.zip |
Added a fix for bug #119410 (misspelled filename).
(Portage version: 2.1_pre5-r4)
-rw-r--r-- | x11-themes/gentoo-artwork/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/gentoo-artwork/gentoo-artwork-0.4.1.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/x11-themes/gentoo-artwork/ChangeLog b/x11-themes/gentoo-artwork/ChangeLog index 5074eb5c9e02..666624965138 100644 --- a/x11-themes/gentoo-artwork/ChangeLog +++ b/x11-themes/gentoo-artwork/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/gentoo-artwork # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-artwork/ChangeLog,v 1.15 2006/01/23 20:37:24 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-artwork/ChangeLog,v 1.16 2006/03/12 11:43:03 spock Exp $ + + 12 Mar 2006; Michał Januszewski <spock@gentoo.org> + gentoo-artwork-0.4.1.ebuild: + Added a fix for bug #119410 (misspelled filename). 23 Jan 2006; Markus Rothe <corsair@gentoo.org> gentoo-artwork-0.4.1.ebuild: diff --git a/x11-themes/gentoo-artwork/gentoo-artwork-0.4.1.ebuild b/x11-themes/gentoo-artwork/gentoo-artwork-0.4.1.ebuild index e4fdeaf84211..b2650c91f8c2 100644 --- a/x11-themes/gentoo-artwork/gentoo-artwork-0.4.1.ebuild +++ b/x11-themes/gentoo-artwork/gentoo-artwork-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-artwork/gentoo-artwork-0.4.1.ebuild,v 1.4 2006/01/23 20:37:24 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-artwork/gentoo-artwork-0.4.1.ebuild,v 1.5 2006/03/12 11:43:03 spock Exp $ DESCRIPTION="A collection of miscellaneous Gentoo Linux logos and artwork" SRC_URI="mirror://gentoo/gentoo-artwork-0.2.tar.bz2 @@ -26,6 +26,10 @@ src_unpack() { mv ${WORKDIR}/gentoo-artwork-0.4 ${WORKDIR}/gentoo-artwork-0.4.1 unpack gentoo-artwork-0.4.1.tar.bz2 + # fix errors in filenames + mv ${S}/pixmaps/1280x1024/gentoo-freedom-1280x1024,jpg \ + ${S}/pixmaps/1280x1024/gentoo-freedom-1280x1024.jpg + # remove misspelled files rm ${S}/icons/gentoo/{32x32,48x48,64x64}/slypheed.png |