Skip to content

Commit

Permalink
net-misc/gnome-online-miners: version bump 3.22.0 → 3.24.0
Browse files Browse the repository at this point in the history
Adapt the nfo:Ebook extension from gnome-documents.

Package-Manager: Portage-2.3.7, Repoman-2.3.3
  • Loading branch information
EvaSDK committed Aug 15, 2017
1 parent 09ac994 commit 9769f7e
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions net-misc/gnome-online-miners/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST gnome-online-miners-3.22.0.tar.xz 272832 SHA256 bf51666866527b236d980fa3a0d036581a85987c59d604566ccb3ad685dd8bb8 SHA512 91fafb41523b239fae6dda6dbbf0a1c64dba6089f70b2336574604c996c2e09e1f64445621c170ec70a98736362633443aea5ed7028cd8347d9beaaeb7f4aed4 WHIRLPOOL d79936770c0ad4b51ce59f078531f212fa54d06e368b3ecea547d886617cf69b21a9e78bea902da303d0d5a4c49dc289856d5b1f751eacc9927e6a8590767395
DIST gnome-online-miners-3.24.0.tar.xz 272572 SHA256 8c0508f459b0364bed5f2f6a997aa81c1cbe75a94b23cc8fcfd83b0d3485d3ab SHA512 96c6aa99b99553c399ecef754d10a918d8ef3bdf6369a77357241091edc9c2ff7a8350f8a064bb011deddac75b25bdde8006e8d72b6562f9cdcf3b373e693253 WHIRLPOOL 68c1dddd0456470623b23d5b05a3632c932ce1313e00e7f428a8babc582dd92f355496c1bdcd4864c6284b498fc3fcb8fd7107ec30c836ac857d05195347a72f
39 changes: 39 additions & 0 deletions net-misc/gnome-online-miners/gnome-online-miners-3.24.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit gnome2

DESCRIPTION="Crawls through your online content"
HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineMiners"

LICENSE="GPL-2+"
SLOT="0"
IUSE="flickr"
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=[crypt,gnome-online-accounts]
media-libs/grilo:0.3
>=net-libs/gnome-online-accounts-3.13.3:=
>=net-libs/libgfbgraph-0.2.2:0.2
>=net-libs/libzapojit-0.0.2
flickr? ( media-plugins/grilo-plugins:0.3[flickr] )
"
DEPEND="${RDEPEND}
virtual/pkgconfig
"

src_configure() {
gnome2_src_configure \
$(use_enable flickr) \
--disable-static \
--enable-facebook \
--enable-google \
--enable-media-server \
--enable-owncloud \
--enable-windows-live
}

0 comments on commit 9769f7e

Please sign in to comment.