Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/xdg-desktop-portal/
Date: Tue, 26 Feb 2019 12:13:12
Message-Id: 1551183174.56d0fad1d4d031a5394249e35f0dd790d0be6c9c.asturm@gentoo
1 commit: 56d0fad1d4d031a5394249e35f0dd790d0be6c9c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 26 12:03:22 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 26 12:12:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d0fad1
7
8 sys-apps/xdg-desktop-portal: Drop USE geolocation for now
9
10 Bug: https://bugs.gentoo.org/678802
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.2.0.ebuild | 7 ++++---
15 1 file changed, 4 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.2.0.ebuild b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.2.0.ebuild
18 index 90099e8c1c6..dcef36d48dc 100644
19 --- a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.2.0.ebuild
20 +++ b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.2.0.ebuild
21 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz"
22 LICENSE="LGPL-2.1"
23 SLOT="0"
24 KEYWORDS="~amd64 ~x86"
25 -IUSE="doc geolocation"
26 +IUSE="doc" # geolocation
27
28 BDEPEND="
29 dev-util/gdbus-codegen
30 @@ -26,8 +26,8 @@ BDEPEND="
31 DEPEND="
32 dev-libs/glib:2[dbus]
33 sys-fs/fuse:0
34 - geolocation? ( app-misc/geoclue:2.0 )
35 "
36 +# geolocation? ( >=app-misc/geoclue-2.5.2:2.0 ) # bug 678802
37 RDEPEND="${DEPEND}"
38
39 src_prepare() {
40 @@ -41,7 +41,8 @@ src_configure() {
41 --disable-pipewire
42 --with-systemduserunitdir="$(systemd_get_userunitdir)"
43 $(use_enable doc docbook-docs)
44 - $(use_enable geolocation geoclue)
45 + --disable-geoclue
46 )
47 +# $(use_enable geolocation geoclue)
48 econf "${myeconfargs[@]}"
49 }