summaryrefslogtreecommitdiff
blob: 74690dd558a918752f3bbe5aac860d6fc1a9342f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/gpdf/gpdf-0.104.ebuild,v 1.1 2003/07/04 22:05:51 liquidx Exp $

inherit flag-o-matic gnome2

DESCRIPTION="PDF viewer for Gnome 2"
HOMEPAGE="http://www.purl.org/NET/gpdf"

IUSE=""
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="-*"

RDEPEND=">=gnome-base/libgnomeui-2
	>=gnome-base/ORBit2-2.4.1
	>=gnome-base/libgnomeprint-2.2
	app-text/ghostscript
	>=media-libs/freetype-2.0.5
	>=media-libs/t1lib-1.3"

DEPEND="${RDEPEND}
	>=dev-util/pkgconfig-0.12.0"

DOCS="AUTHORS ChangeLog COPYING* MAINTAINERS TODO NEWS README"

src_compile() {
	use alpha && append-flags -fPIC
	gnome2_src_compile
}