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

Collapse All | Expand All

(-)gtk+-1.2.10-r11.ebuild.orig (-7 / +3 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.10-r11.ebuild,v 1.24 2006/04/12 14:40:09 flameeyes Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.10-r11.ebuild,v 1.24 2006/04/12 14:40:09 flameeyes Exp $
4
4
5
GNOME_TARBALL_SUFFIX="gz"
5
GNOME_TARBALL_SUFFIX="gz"
6
inherit gnome.org eutils libtool toolchain-funcs
6
inherit gnome.org eutils libtool toolchain-funcs autotools
7
7
8
DESCRIPTION="The GIMP Toolkit"
8
DESCRIPTION="The GIMP Toolkit"
9
HOMEPAGE="http://www.gtk.org/"
9
HOMEPAGE="http://www.gtk.org/"
Lines 36-49 Link Here
36
	unpack ${P}.tar.gz
36
	unpack ${P}.tar.gz
37
	cd "${S}"
37
	cd "${S}"
38
	epatch "${FILESDIR}"/${P}-m4.patch
38
	epatch "${FILESDIR}"/${P}-m4.patch
39
40
	cd "${S}"/..
41
	epatch "${DISTDIR}"/gtk+-1.2.10-r8-gentoo.diff.bz2
39
	epatch "${DISTDIR}"/gtk+-1.2.10-r8-gentoo.diff.bz2
42
43
	# locale fix by sbrabec@suse.cz
44
	cd "${S}"
45
	epatch "${FILESDIR}"/${PN}-1.2-locale_fix.patch
40
	epatch "${FILESDIR}"/${PN}-1.2-locale_fix.patch
46
41
	epatch "${FILESDIR}"/${P}-as-needed.patch
42
	eautoreconf
47
	elibtoolize
43
	elibtoolize
48
}
44
}
49
45

Return to bug 133819