summaryrefslogtreecommitdiff
blob: 7c05a914b79e8b9c5ce38acbdef037e676a35157 (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-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-scan/gnome-scan-0.6.2.ebuild,v 1.3 2009/11/01 17:31:26 mrpouet Exp $

inherit gnome2

DESCRIPTION="The Gnome Scan project aim to provide scan features every where in the desktop like print is."
HOMEPAGE="http://www.gnome.org/projects/gnome-scan/index"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug doc"

RDEPEND=">=x11-libs/gtk+-2.12
	media-gfx/sane-backends
	~media-libs/gegl-0.0.22
	~media-libs/babl-0.0.22
	>=media-gfx/gimp-2.3
	>=gnome-base/libglade-2.6
	gnome-base/gconf"
DEPEND="${RDEPEND}
	sys-devel/gettext
	>=dev-util/intltool-0.35
	dev-util/pkgconfig"

DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"

pkg_setup() {
	G2CONF="${G2CONF} $(use_enable debug)"
}