Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 112129 | Differences between
and this patch

Collapse All | Expand All

(-)gthumb-2.6.7.ebuild.orig (-2 / +4 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-2.6.7.ebuild,v 1.1 2005/09/17 00:37:21 agriffis Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-2.6.7.ebuild,v 1.1 2005/09/17 00:37:21 agriffis Exp $
4
4
5
inherit gnome2
5
inherit gnome2 eutils
6
6
7
DESCRIPTION="Image viewer and browser for Gnome"
7
DESCRIPTION="Image viewer and browser for Gnome"
8
HOMEPAGE="http://gthumb.sourceforge.net/"
8
HOMEPAGE="http://gthumb.sourceforge.net/"
Lines 10-16 Link Here
10
10
11
IUSE="jpeg tiff png gphoto2"
11
IUSE="jpeg tiff png gphoto2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
13
KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~ppc64"
14
14
15
# FIXME : configure switches, no autodetection
15
# FIXME : configure switches, no autodetection
16
16
Lines 50-55 Link Here
50
	rm ${S}/components/catalog-view/*.server
50
	rm ${S}/components/catalog-view/*.server
51
	rm ${S}/components/image-viewer/*.server
51
	rm ${S}/components/image-viewer/*.server
52
52
53
	cd ${S}
54
	epatch ${FILESDIR}/components-cv.patch
53
}
55
}
54
56
55
src_install() {
57
src_install() {

Return to bug 112129