blob: 0a60c719bcff5abad598b460c1f79550cbf46f3a [file] [log] [blame]
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="4"
GCONF_DEBUG="yes"
inherit gnome2
DESCRIPTION="A tool to generate images and thumbnails from HTML files"
HOMEPAGE="https://git.gnome.org/browse/gnome-web-photo/"
LICENSE="LGPL-2.1+"
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}
virtual/pkgconfig
>=dev-util/intltool-0.40.6
sys-devel/gettext"
pkg_setup() {
DOCS="AUTHORS ChangeLog HACKING NEWS README TODO"
G2CONF="${G2CONF} --with-gtk=3.0"
}