net-misc/gnome-online-miners: bump to 3.26.0 for tracker-2 support
authorMart Raudsepp <leio@gentoo.org>
Fri, 15 Feb 2019 13:07:20 +0000 (15:07 +0200)
committerMart Raudsepp <leio@gentoo.org>
Fri, 15 Feb 2019 13:38:14 +0000 (15:38 +0200)
Flipping the tracker API version it links to is the only difference
between 3.24.0 and 3.26.0, thus we flip with the bump instead of
patching it to support either in the same version like was done
with gnome-photos.

Bug: https://bugs.gentoo.org/672308
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
net-misc/gnome-online-miners/Manifest
net-misc/gnome-online-miners/gnome-online-miners-3.26.0.ebuild [new file with mode: 0644]
profiles/package.mask

index 7a1e2d1adfbe00c56dab776517d52a343dddc896..12c50cd11fc3172198cffea3e591cd10d44011a3 100644 (file)
@@ -1 +1,2 @@
 DIST gnome-online-miners-3.24.0.tar.xz 272572 BLAKE2B 6331e72f65510041cc278670df328ab6ec5336bb76ec1c6681136c6731c70b9d343ef296062da6de302cfea195d1b99c0040e1e016394b2fe3bbbe077915cd76 SHA512 96c6aa99b99553c399ecef754d10a918d8ef3bdf6369a77357241091edc9c2ff7a8350f8a064bb011deddac75b25bdde8006e8d72b6562f9cdcf3b373e693253
+DIST gnome-online-miners-3.26.0.tar.xz 272576 BLAKE2B d87a83489be58f3f78a9245bcb08c28afafab47008fc1d042d8c4964cc8451e7c257055768db88f384c75546d48ea90c477223987e0add757a1a5c614ef5a2b7 SHA512 a116a16c1f8a56bddd3cbb238cfb007d776695446c516dd12811145853553c293a9c8880465238571f6081fc7b05e3e69c14c406cd8e6fa6ee570b4aa4b22435
diff --git a/net-misc/gnome-online-miners/gnome-online-miners-3.26.0.ebuild b/net-misc/gnome-online-miners/gnome-online-miners-3.26.0.ebuild
new file mode 100644 (file)
index 0000000..e174d04
--- /dev/null
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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-2:=
+       >=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
+}
index 89483f2cf6ea4f95fe721c8ff85bf53adca93dc3..a34720d1dda4aa816875f54b097bd6537c0e8528 100644 (file)
@@ -43,6 +43,7 @@
 # Ongoing preparations for clean tracker-2 bumps
 >=app-misc/tracker-2.1.7
 >=app-misc/tracker-miners-2.1.5
+>=net-misc/gnome-online-miners-3.26.0
 
 # Michał Górny <mgorny@gentoo.org> (13 Feb 2019)
 # Release candidate, masked for testing.