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: Mon, 05 Oct 2020 11:22:08
Message-Id: 1601895914.000edaab07ff73e264f9f419845386b3f120c623.asturm@gentoo
1 commit: 000edaab07ff73e264f9f419845386b3f120c623
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 5 08:33:47 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 5 11:05:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=000edaab
7
8 sys-apps/xdg-desktop-portal: Drop 1.7.2
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sys-apps/xdg-desktop-portal/Manifest | 1 -
14 .../xdg-desktop-portal-1.7.2.ebuild | 43 ----------------------
15 2 files changed, 44 deletions(-)
16
17 diff --git a/sys-apps/xdg-desktop-portal/Manifest b/sys-apps/xdg-desktop-portal/Manifest
18 index 25295a54740..ca46ed72cb4 100644
19 --- a/sys-apps/xdg-desktop-portal/Manifest
20 +++ b/sys-apps/xdg-desktop-portal/Manifest
21 @@ -1,3 +1,2 @@
22 DIST xdg-desktop-portal-1.6.0.tar.xz 453516 BLAKE2B 13ffcb21de6b61ddeb0782dcfc7b684287e54f94b9494b19589178594d1383a15048b8f9aeed7fb1260c3a2c967b267061d1db401085a686938c8629de8824c3 SHA512 7a0c702851762a55326142cb6b470205775284e0f749620ae6b648f216afcd684f8b20500339680b42812f628634344c9e826ab7cf13dd918fdbf733381d44ce
23 -DIST xdg-desktop-portal-1.7.2.tar.xz 468140 BLAKE2B 6f2e92f79424f79e778db9c1bf94555332f1f88ef42f84e477c8784be74ce8e2cf924f34da5e17d78359bd493370dcee62aec77f60c9df5cf3475d745f3e4d8e SHA512 fac64281e89d8bf17c6f1b3751c159d9ca6c2896b71bb83622411bf2dc9b7813974d19902c81c3576b325c98edf4dae22ccc3fe290e32f717730b6aa3afbdc12
24 DIST xdg-desktop-portal-1.8.0.tar.xz 470692 BLAKE2B f21da5ad11dc2b1611983fdac87335b3c7e9c13222bbe3b90b276d75726a6f16d950a9ba62606aa31d52f57b8d076393ec0d48014b1623ab03dee23c524ed0ef SHA512 6d9760b41447af711d5937279b0031bcc88947e11204351accfcd9e6e19e498e9021675753185f92f7bd40336decc1895968796b1b71508c7caf5f6fc32a51a4
25
26 diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.7.2.ebuild b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.7.2.ebuild
27 deleted file mode 100644
28 index e217ed6874f..00000000000
29 --- a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.7.2.ebuild
30 +++ /dev/null
31 @@ -1,43 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit autotools systemd
38 -
39 -DESCRIPTION="Desktop integration portal"
40 -HOMEPAGE="https://flatpak.org/ https://github.com/flatpak/xdg-desktop-portal"
41 -SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz"
42 -
43 -LICENSE="LGPL-2.1"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
46 -IUSE="geolocation screencast"
47 -
48 -BDEPEND="
49 - dev-util/gdbus-codegen
50 - sys-devel/gettext
51 - virtual/pkgconfig
52 -"
53 -DEPEND="
54 - dev-libs/glib:2
55 - dev-libs/json-glib
56 - media-libs/fontconfig
57 - sys-fs/fuse:0
58 - geolocation? ( >=app-misc/geoclue-2.5.3:2.0 )
59 - screencast? ( >=media-video/pipewire-0.3:= )
60 -"
61 -RDEPEND="${DEPEND}
62 - sys-apps/dbus
63 -"
64 -
65 -src_configure() {
66 - local myeconfargs=(
67 - --with-systemduserunitdir="$(systemd_get_userunitdir)"
68 - $(use_enable geolocation geoclue)
69 - $(use_enable screencast pipewire)
70 - --disable-docbook-docs # flatpak not packaged
71 - --disable-libportal # not packaged
72 - )
73 - econf "${myeconfargs[@]}"
74 -}