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

Collapse All | Expand All

(-)/usr/portage/gnome-extra/gcalctool/gcalctool-5.9.14.ebuild (-1 / +7 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/gnome-extra/gcalctool/gcalctool-5.9.14.ebuild,v 1.10 2007/09/22 08:06:24 tgall Exp $
3
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gcalctool/gcalctool-5.9.14.ebuild,v 1.10 2007/09/22 08:06:24 tgall Exp $
4
4
5
inherit gnome2
5
inherit eutils gnome2 autotools
6
6
7
DESCRIPTION="A calculator application for GNOME"
7
DESCRIPTION="A calculator application for GNOME"
8
HOMEPAGE="http://calctool.sourceforge.net/"
8
HOMEPAGE="http://calctool.sourceforge.net/"
Lines 28-33 Link Here
28
28
29
DOCS="AUTHORS ChangeLog* MAINTAINERS NEWS README TODO"
29
DOCS="AUTHORS ChangeLog* MAINTAINERS NEWS README TODO"
30
30
31
src_unpack() {
32
	gnome2_src_unpack
33
	epatch "${FILESDIR}/${PN}-gtk+-2.12.0-compat.patch"
34
	AT_M4DIR="m4" eautoreconf
35
}
36
31
pkg_setup() {
37
pkg_setup() {
32
	G2CONF="${G2CONF} --enable-gnome"
38
	G2CONF="${G2CONF} --enable-gnome"
33
}
39
}

Return to bug 193701