You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/gnome-online-miners/gnome-online-miners-3.14.3....

42 lines
841 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
GCONF_DEBUG="no"
inherit gnome2
DESCRIPTION="Crawls through your online content"
HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineMiners"
LICENSE="GPL-2+"
SLOT="0"
IUSE=""
KEYWORDS="amd64 x86"
# libgdata[gnome] needed for goa support
RDEPEND="
>=app-misc/tracker-1:0=
>=dev-libs/glib-2.35.1:2
>=dev-libs/libgdata-0.15.2:0=[gnome]
>=media-libs/grilo-0.2.6:0.2
>=net-libs/gnome-online-accounts-3.13.3
>=net-libs/libgfbgraph-0.2.2:0.2
>=net-libs/libzapojit-0.0.2
"
DEPEND="${RDEPEND}
virtual/pkgconfig
"
src_configure() {
gnome2_src_configure \
--disable-static \
--enable-facebook \
--enable-flickr \
--enable-google \
--enable-media-server \
--enable-owncloud \
--enable-windows-live
}