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

Collapse All | Expand All

(-)im-freewnn-0.0.2.ebuild.orig (-2 / +6 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/app-i18n/im-freewnn/im-freewnn-0.0.2.ebuild,v 1.6 2007/04/22 10:37:44 corsair Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-i18n/im-freewnn/im-freewnn-0.0.2.ebuild,v 1.6 2007/04/22 10:37:44 corsair Exp $
4
4
5
inherit eutils
5
inherit eutils autotools
6
6
7
DESCRIPTION="Japanese FreeWnn input method module for GTK+2"
7
DESCRIPTION="Japanese FreeWnn input method module for GTK+2"
8
HOMEPAGE="http://bonobo.gnome.gr.jp/~nakai/immodule/"
8
HOMEPAGE="http://bonobo.gnome.gr.jp/~nakai/immodule/"
Lines 16-27 Link Here
16
RDEPEND=">=x11-libs/gtk+-2.4
16
RDEPEND=">=x11-libs/gtk+-2.4
17
	app-i18n/freewnn"
17
	app-i18n/freewnn"
18
DEPEND="${RDEPEND}
18
DEPEND="${RDEPEND}
19
	dev-util/pkgconfig"
19
	dev-util/pkgconfig
20
20
21
src_unpack() {
21
src_unpack() {
22
	unpack ${A}
22
	unpack ${A}
23
	cd ${S}
23
	cd ${S}
24
	epatch ${FILESDIR}/${PN}-wnnrc-gentoo.diff
24
	epatch ${FILESDIR}/${PN}-wnnrc-gentoo.diff
25
	epatch ${FILESDIR}/${P}-as-needed.patch
26
	# using more recent automake
27
	sed -i -e "s/52/62/" configure.in
28
	eautoreconf
25
}
29
}
26
30
27
src_compile() {
31
src_compile() {

Return to bug 298744