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

Collapse All | Expand All

(-)bluefish-1.3.2.ebuild (-8 / +7 lines)
Lines 2-7 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-editors/bluefish/bluefish-1.3.2.ebuild,v 1.1 2009/02/22 11:42:01 hanno Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-1.3.2.ebuild,v 1.1 2009/02/22 11:42:01 hanno Exp $
4
4
5
EAPI="2"
6
5
inherit eutils fdo-mime
7
inherit eutils fdo-mime
6
8
7
IUSE="nls spell gnome python"
9
IUSE="nls spell gnome python"
Lines 24-48 Link Here
24
	dev-util/pkgconfig
26
	dev-util/pkgconfig
25
	>=dev-libs/glib-2
27
	>=dev-libs/glib-2
26
	x11-libs/pango
28
	x11-libs/pango
27
	gnome-base/gnome-vfs
28
	dev-libs/libxml2
29
	dev-libs/libxml2
29
	nls? ( sys-devel/gettext )
30
	nls? ( sys-devel/gettext dev-util/intltool )
30
	gnome? ( gnome-base/libgnomeui )
31
	gnome? ( gnome-extra/gucharmap )
31
	python? ( dev-lang/python )"
32
	python? ( dev-lang/python )"
32
33
33
S="${WORKDIR}/${MY_P}"
34
S="${WORKDIR}/${MY_P}"
34
35
35
src_compile() {
36
src_configure() {
36
	econf --disable-update-databases \
37
	econf --disable-update-databases \
37
		--disable-xml-catalog-update \
38
		--disable-xml-catalog-update \
38
		$(use_enable nls) \
39
		$(use_enable nls) \
39
		$(use_enable python) \
40
		$(use_enable python)
40
		$(use_enable gnome libgnomeui) || die
41
	emake || die
42
}
41
}
43
42
44
src_install() {
43
src_install() {
45
	emake DESTDIR="${D}" install || die
44
	emake DESTDIR="${D}" install || die "emake install failed"
46
}
45
}
47
46
48
pkg_postinst() {
47
pkg_postinst() {

Return to bug 262212