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

Collapse All | Expand All

(-)referencer-1.1.6-r2.ebuild (-2 / +7 lines)
Lines 1-10 Link Here
1
# Copyright 1999-2010 Gentoo Foundation
1
# Copyright 1999-2011 Gentoo Foundation
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: $
3
# $Header: $
4
4
5
EAPI="2"
5
EAPI="2"
6
6
7
inherit fdo-mime
7
inherit eutils autotools fdo-mime
8
8
9
DESCRIPTION="Gnome application to organise documents or references, and to generate BibTeX bibliography files"
9
DESCRIPTION="Gnome application to organise documents or references, and to generate BibTeX bibliography files"
10
HOMEPAGE="http://icculus.org/referencer/"
10
HOMEPAGE="http://icculus.org/referencer/"
Lines 32-37 DEPEND="${RDEPEND} Link Here
32
	dev-util/intltool
32
	dev-util/intltool
33
	app-text/rarian"
33
	app-text/rarian"
34
34
35
src_prepare() {
36
	epatch "${FILESDIR}"/referencer-1.1.6-poppler016.patch
37
	eautoreconf
38
}
39
35
src_configure() {
40
src_configure() {
36
	econf --disable-update-mime-database --enable-python
41
	econf --disable-update-mime-database --enable-python
37
}
42
}

Return to bug 164750