Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 373501
Collapse All | Expand All

(-)epdfview-0.1.7-r2.ebuild (-7 / +3 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/app-text/epdfview/epdfview-0.1.7-r2.ebuild,v 1.3 2010/12/29 08:53:17 ssuominen Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-text/epdfview/epdfview-0.1.7-r2.ebuild,v 1.3 2010/12/29 08:53:17 ssuominen Exp $
4
4
5
EAPI=2
5
EAPI=2
6
inherit autotools eutils gnome2
6
inherit gnome2
7
7
8
DESCRIPTION="Lightweight PDF viewer using Poppler and GTK+ libraries."
8
DESCRIPTION="Lightweight PDF viewer using Poppler and GTK+ libraries."
9
HOMEPAGE="http://trac.emma-soft.com/epdfview/"
9
HOMEPAGE="http://trac.emma-soft.com/epdfview/"
Lines 12-20 Link Here
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
14
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
15
IUSE="cups nls test"
15
IUSE="cups debug nls test"
16
16
17
RDEPEND=">=app-text/poppler-0.12.3-r3[cairo]
17
RDEPEND=">=app-text/poppler-0.12.3-r3[cairo]
18
	>=x11-libs/pango-1.28.4
18
	>=x11-libs/gtk+-2.6:2
19
	>=x11-libs/gtk+-2.6:2
19
	cups? ( >=net-print/cups-1.1 )"
20
	cups? ( >=net-print/cups-1.1 )"
20
DEPEND="${RDEPEND}
21
DEPEND="${RDEPEND}
Lines 36-46 Link Here
36
		-e 's:Icon=icon_epdfview-48:Icon=epdfview:' \
37
		-e 's:Icon=icon_epdfview-48:Icon=epdfview:' \
37
		data/epdfview.desktop || die
38
		data/epdfview.desktop || die
38
39
39
	epatch "${FILESDIR}"/${PN}-0.1.7-mouse-scrolling.patch \
40
		"${FILESDIR}"/${P}-poppler-changeset_r35{4,7}.patch
41
42
	eautoreconf
43
44
	gnome2_src_prepare
40
	gnome2_src_prepare
45
}
41
}
46
42

Return to bug 373501