diff options
author | Mikel Olasagasti (Hey_neken) <hey_neken@mundurat.net> | 2006-10-03 14:46:12 +0000 |
---|---|---|
committer | Mikel Olasagasti (Hey_neken) <hey_neken@mundurat.net> | 2006-10-03 14:46:12 +0000 |
commit | 2d96c9ea2a1fee1933dcc544309f5e63d98af2f7 (patch) | |
tree | 0023e1c4a474faee79c641e0b32b84cb3ccedc46 /gnome-extra/gnomescan/gnomescan-0.2.3.ebuild | |
parent | blat license to fix repoman (diff) | |
download | sunrise-2d96c9ea2a1fee1933dcc544309f5e63d98af2f7.tar.gz sunrise-2d96c9ea2a1fee1933dcc544309f5e63d98af2f7.tar.bz2 sunrise-2d96c9ea2a1fee1933dcc544309f5e63d98af2f7.zip |
gnome-extra/gnomescan: New ebuild for bug 149644, thanks to genstef
svn path=/sunrise/; revision=1379
Diffstat (limited to 'gnome-extra/gnomescan/gnomescan-0.2.3.ebuild')
-rw-r--r-- | gnome-extra/gnomescan/gnomescan-0.2.3.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/gnome-extra/gnomescan/gnomescan-0.2.3.ebuild b/gnome-extra/gnomescan/gnomescan-0.2.3.ebuild new file mode 100644 index 000000000..9ae4ef096 --- /dev/null +++ b/gnome-extra/gnomescan/gnomescan-0.2.3.ebuild @@ -0,0 +1,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://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 COPYING INSTALL NEWS README TODO" + +pkg_setup(){ + G2CONF="${G2CONF} $(use_enable pdf)" +} |