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