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, 09 May 2022 00:56:28
Message-Id: 1652057777.bb931e125e2692a19ed3592ed4dc974c2c9174ab.asturm@gentoo
1 commit: bb931e125e2692a19ed3592ed4dc974c2c9174ab
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 9 00:56:17 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon May 9 00:56:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb931e12
7
8 sys-apps/xdg-desktop-portal: Drop 1.14.2, 1.14.3
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sys-apps/xdg-desktop-portal/Manifest | 2 -
14 .../xdg-desktop-portal-1.14.2.ebuild | 44 ---------------------
15 .../xdg-desktop-portal-1.14.3.ebuild | 45 ----------------------
16 3 files changed, 91 deletions(-)
17
18 diff --git a/sys-apps/xdg-desktop-portal/Manifest b/sys-apps/xdg-desktop-portal/Manifest
19 index 53021bf8d8ca..8950c6fa5930 100644
20 --- a/sys-apps/xdg-desktop-portal/Manifest
21 +++ b/sys-apps/xdg-desktop-portal/Manifest
22 @@ -1,4 +1,2 @@
23 DIST xdg-desktop-portal-1.12.1.tar.xz 484352 BLAKE2B afa14ab78f35cb1c0e66514f313f5dc297ceef88af1ca7b3028305faa8398bdae1b9e897289b18a93b1cda1a8290c0e51bf73e66c9dce231f57a58652fb9e120 SHA512 62df427e2d8d54acd9a34a02a77c26ae3911fbb4c5844eff4a253dc839775c929c6945401b93549ba200ba637d315146767e41f18a831d7627b35de880de0da1
24 -DIST xdg-desktop-portal-1.14.2.tar.xz 504088 BLAKE2B e0a378c1f1d80afda7d73fd8e545f7304eeab349cf3298ebb616021c7e16e8a088360681e31eedca9ac90978eb04167a7e857ddaa5e023a2a8c24c9f959f9b2c SHA512 7164d6c0d89843d117e03bc46963d72f24dae2b9fc8e173f06a78bbc80655ccf192d86f951d3c404c88bf5da88d9d2053ea52cf3e541b833ee937b6931d803d7
25 -DIST xdg-desktop-portal-1.14.3.tar.xz 504296 BLAKE2B 9416e6843ed4cb8a3b33f3665ce2cca7b1bf4fc4dfb9ac11bf8b6c0906829df25bcd6a32c68231d36e16f1cbd0181a2d938a06098f00dec34c3981bca943e632 SHA512 ced23bf0973227b5d89ea976aa0978fa16cfa2983dd6b64802714a852dab215584198c04482edaa5a145e292bf7f5b9c5c98ee864fb24abb5bdc48cd1c839a9e
26 DIST xdg-desktop-portal-1.14.4.tar.xz 510492 BLAKE2B 32f71cbc74d6bb3010e31172972dd7bfc4c982691ef55f66c29d5cf4aa2abeed816f890800691e898f739c2c7aa13db1e04f322c89ce30e9ac8a69b87435a448 SHA512 23fa4f9fdf39f22d6eaa4f6020db5f81d272b85fe6051467c5e28a752c65b18a9b540fafe5b27725fafa29dffefcd113d873928cd78e3658895cd24d96b82f73
27
28 diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.14.2.ebuild b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.14.2.ebuild
29 deleted file mode 100644
30 index 32e526740664..000000000000
31 --- a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.14.2.ebuild
32 +++ /dev/null
33 @@ -1,44 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -inherit systemd
40 -
41 -DESCRIPTION="Desktop integration portal"
42 -HOMEPAGE="https://flatpak.org/ https://github.com/flatpak/xdg-desktop-portal"
43 -SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz"
44 -
45 -LICENSE="LGPL-2.1"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
48 -IUSE="geolocation screencast systemd"
49 -
50 -DEPEND="
51 - >=dev-libs/glib-2.66:2
52 - dev-libs/json-glib
53 - >=sys-fs/fuse-3.10.0:3
54 - x11-libs/gdk-pixbuf
55 - geolocation? ( >=app-misc/geoclue-2.5.3:2.0 )
56 - screencast? ( >=media-video/pipewire-0.3:= )
57 -"
58 -RDEPEND="${DEPEND}
59 - sys-apps/dbus
60 -"
61 -BDEPEND="
62 - dev-util/gdbus-codegen
63 - sys-devel/gettext
64 - virtual/pkgconfig
65 -"
66 -
67 -src_configure() {
68 - local myeconfargs=(
69 - --disable-docbook-docs # requires flatpak
70 - --disable-libportal # not packaged
71 - --with-systemduserunitdir="$(systemd_get_userunitdir)"
72 - $(use_enable geolocation geoclue)
73 - $(use_enable screencast pipewire)
74 - $(use_with systemd)
75 - )
76 - econf "${myeconfargs[@]}"
77 -}
78
79 diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.14.3.ebuild b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.14.3.ebuild
80 deleted file mode 100644
81 index 03615c15f70a..000000000000
82 --- a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.14.3.ebuild
83 +++ /dev/null
84 @@ -1,45 +0,0 @@
85 -# Copyright 1999-2022 Gentoo Authors
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI=8
89 -
90 -inherit systemd
91 -
92 -DESCRIPTION="Desktop integration portal"
93 -HOMEPAGE="https://flatpak.org/ https://github.com/flatpak/xdg-desktop-portal"
94 -SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz"
95 -
96 -LICENSE="LGPL-2.1"
97 -SLOT="0"
98 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
99 -IUSE="geolocation screencast systemd"
100 -
101 -DEPEND="
102 - >=dev-libs/glib-2.66:2
103 - dev-libs/json-glib
104 - >=sys-fs/fuse-3.10.0:3
105 - x11-libs/gdk-pixbuf
106 - geolocation? ( >=app-misc/geoclue-2.5.3:2.0 )
107 - screencast? ( >=media-video/pipewire-0.3:= )
108 - systemd? ( sys-apps/systemd )
109 -"
110 -RDEPEND="${DEPEND}
111 - sys-apps/dbus
112 -"
113 -BDEPEND="
114 - dev-util/gdbus-codegen
115 - sys-devel/gettext
116 - virtual/pkgconfig
117 -"
118 -
119 -src_configure() {
120 - local myeconfargs=(
121 - --disable-docbook-docs # requires flatpak
122 - --disable-libportal # not packaged
123 - --with-systemduserunitdir="$(systemd_get_userunitdir)"
124 - $(use_enable geolocation geoclue)
125 - $(use_enable screencast pipewire)
126 - $(use_with systemd)
127 - )
128 - econf "${myeconfargs[@]}"
129 -}