From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95DB1138334 for ; Fri, 15 Feb 2019 13:42:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 203CFE0903; Fri, 15 Feb 2019 13:42:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F337DE0903 for ; Fri, 15 Feb 2019 13:42:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B88D9335CCB for ; Fri, 15 Feb 2019 13:42:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F793544 for ; Fri, 15 Feb 2019 13:42:15 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1550237891.3008dca6f0148d4e16cc8dfab9cb9d7e388a6885.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gnome-photos/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gnome-photos/gnome-photos-3.26.4.ebuild X-VCS-Directories: media-gfx/gnome-photos/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 3008dca6f0148d4e16cc8dfab9cb9d7e388a6885 X-VCS-Branch: master Date: Fri, 15 Feb 2019 13:42:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a721b90d-7a65-42d2-8de2-6ebea31cefb3 X-Archives-Hash: d66783194e2280d403de8c726adb1845 commit: 3008dca6f0148d4e16cc8dfab9cb9d7e388a6885 Author: Mart Raudsepp gentoo org> AuthorDate: Fri Feb 15 13:03:02 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Feb 15 13:38:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3008dca6 media-gfx/gnome-photos: support tracker-2 Bug: https://bugs.gentoo.org/672308 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> media-gfx/gnome-photos/gnome-photos-3.26.4.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/media-gfx/gnome-photos/gnome-photos-3.26.4.ebuild b/media-gfx/gnome-photos/gnome-photos-3.26.4.ebuild index e2c8b5c0544..f34fc89fd7a 100644 --- a/media-gfx/gnome-photos/gnome-photos-3.26.4.ebuild +++ b/media-gfx/gnome-photos/gnome-photos-3.26.4.ebuild @@ -15,9 +15,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="flickr test upnp-av" -# tracker-2 is supported, but we need to pull in tracker-miners for that, which we didn't have in main tree yet COMMON_DEPEND=" - app-misc/tracker:0/100[miner-fs] + app-misc/tracker:= >=dev-libs/glib-2.44:2 gnome-base/gsettings-desktop-schemas >=dev-libs/libgdata-0.15.2:0=[gnome-online-accounts] @@ -50,6 +49,12 @@ DEPEND="${COMMON_DEPEND} test? ( $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]') ) " # app-text/yelp-tools needed for eautoreconf; otherwise probably just itstool +RDEPEND="${RDEPEND} + || ( + >=app-misc/tracker-1[miner-fs(-)] + >=app-misc/tracker-miners-2 + ) +" PATCHES=( "${FILESDIR}"/${PV}-support-tracker1.patch # requires eautoreconf