blob: 734ed23cba67161efeccce0ec36b86fb12d34095 (
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
32
33
34
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit gnome2
DESCRIPTION="The Gnome Scan project aim to provide scan features every where in the desktop like print is."
HOMEPAGE="http://home.gna.org/gnomescan/index"
SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE="pdf doc"
RDEPEND=">=x11-libs/gtk+-2.8
media-gfx/sane-backends
>=dev-libs/glib-2.4
>=gnome-base/libgnome-2.14
>=gnome-base/libgnomeui-2.14
>=x11-libs/cairo-1.2
>=app-text/scrollkeeper-0.3.14
>=media-gfx/gimp-2.2"
DEPEND="${RDEPEND}
sys-devel/gettext
>=dev-util/intltool-0.35
dev-util/pkgconfig"
DOCS="AUTHORS NEWS README TODO"
pkg_setup(){
G2CONF="${G2CONF} $(use_enable pdf)"
}
|