blob: d357d718c3ff8ab2bc74003a4a00e424808ae730 (
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
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-web-photo/gnome-web-photo-0.10.4.ebuild,v 1.2 2011/12/29 17:45:29 pacho Exp $
EAPI="4"
GCONF_DEBUG="yes"
inherit gnome2
DESCRIPTION="A tool to generate images and thumbnails from HTML files"
HOMEPAGE="http://git.gnome.org/browse/gnome-web-photo/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND=">=dev-libs/glib-2.14:2
>=x11-libs/gtk+-2.99.3:3
>=net-libs/webkit-gtk-1.1.23:3
"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.19
>=dev-util/intltool-0.40.6
sys-devel/gettext"
pkg_setup() {
DOCS="AUTHORS ChangeLog HACKING NEWS README TODO"
G2CONF="${G2CONF} --with-gtk=3.0"
}
|