summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2007-01-31 19:01:02 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2007-01-31 19:01:02 +0000
commit487e9d43d4a574d4676727c92071135e625919be (patch)
treed5d146f7a0bf67cb8c1abaa05e4b6a83dcdbbbcf /media-gfx
parentStable on ppc wrt bug #161632. (diff)
downloadgentoo-2-487e9d43d4a574d4676727c92071135e625919be.tar.gz
gentoo-2-487e9d43d4a574d4676727c92071135e625919be.tar.bz2
gentoo-2-487e9d43d4a574d4676727c92071135e625919be.zip
fix for corrupted icon in the tarball
(Portage version: 2.1.2-r5)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/gtkam/ChangeLog6
-rw-r--r--media-gfx/gtkam/files/gtkam.pngbin0 -> 4418 bytes
-rw-r--r--media-gfx/gtkam/gtkam-0.1.14.ebuild5
3 files changed, 9 insertions, 2 deletions
diff --git a/media-gfx/gtkam/ChangeLog b/media-gfx/gtkam/ChangeLog
index a37013bc4022..98a5d0057545 100644
--- a/media-gfx/gtkam/ChangeLog
+++ b/media-gfx/gtkam/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/gtkam
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkam/ChangeLog,v 1.45 2007/01/29 17:40:26 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkam/ChangeLog,v 1.46 2007/01/31 19:01:02 compnerd Exp $
+
+ 31 Jan 2007; Saleem Abdulrasool <compnerd@gentoo.org> +files/gtkam.png,
+ gtkam-0.1.14.ebuild:
+ Fix issue caused by a courrupted icon in the tarball
29 Jan 2007; Saleem Abdulrasool <compnerd@gentoo.org> gtkam-0.1.14.ebuild:
Fix useflag handling and autotooling
diff --git a/media-gfx/gtkam/files/gtkam.png b/media-gfx/gtkam/files/gtkam.png
new file mode 100644
index 000000000000..f548481c8701
--- /dev/null
+++ b/media-gfx/gtkam/files/gtkam.png
Binary files differ
diff --git a/media-gfx/gtkam/gtkam-0.1.14.ebuild b/media-gfx/gtkam/gtkam-0.1.14.ebuild
index c26ef314bfd6..f4b5f398473a 100644
--- a/media-gfx/gtkam/gtkam-0.1.14.ebuild
+++ b/media-gfx/gtkam/gtkam-0.1.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkam/gtkam-0.1.14.ebuild,v 1.2 2007/01/29 17:40:26 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkam/gtkam-0.1.14.ebuild,v 1.3 2007/01/31 19:01:02 compnerd Exp $
inherit autotools eutils gnome2
@@ -39,6 +39,9 @@ pkg_setup() {
src_unpack() {
gnome2_src_unpack
+ # The icon in the tarball is busted, so overwrite it
+ cp ${FILESDIR}/${PN}.png ${S}/${PN}.png
+
epatch ${FILESDIR}/${PN}-0.1.14-as-needed.patch
AT_M4DIR="m4m" eautomake
}