commit:     cd6ab0758f821a1209846ffff4f4279afaece906
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 24 16:03:26 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Sep 24 16:43:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd6ab075

sys-apps/xdg-desktop-portal: Version bump to 1.15.0

Closes: https://bugs.gentoo.org/867025
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 sys-apps/xdg-desktop-portal/Manifest               |  1 +
 .../xdg-desktop-portal-1.15.0.ebuild               | 45 ++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/sys-apps/xdg-desktop-portal/Manifest 
b/sys-apps/xdg-desktop-portal/Manifest
index ba757d537994..bffac4d717fa 100644
--- a/sys-apps/xdg-desktop-portal/Manifest
+++ b/sys-apps/xdg-desktop-portal/Manifest
@@ -1 +1,2 @@
 DIST xdg-desktop-portal-1.14.6.tar.xz 515076 BLAKE2B 
fa39b207fa883cd15389d644eb6e6491f8619a4609d3fc9c7e92c039f7247c4b2acbc5031ec25213b61b69d1b14f1f8867b41a20f0d85e4bfd56a9d3d5d715f4
 SHA512 
2991f435d6808d0838b0ed64f37694dbd9128473edfbc36468e9ee289a962a8c2ec465b87c22a1571801de34bd08ea64b4570dcc3160e03fb6a07270a311e263
+DIST xdg-desktop-portal-1.15.0.tar.xz 521732 BLAKE2B 
a49ab7a1462771c628a24f9759e239dd3f8233b26c2a5f6e9fc848e00eb36c74a21cd1fd4d43af0c0f46782c46d6a822af86fd7b49fa1f77a1cbd96452a00348
 SHA512 
98b36841c54bdd5221c0719e9646abb7f117351ff780682591c269d2a57f7b1946deaef38c2caa6474e1048e283a68c55a791e8d2a0be000ca9e563ed98c28ef

diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.15.0.ebuild 
b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.15.0.ebuild
new file mode 100644
index 000000000000..c0589cac6847
--- /dev/null
+++ b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.15.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd
+
+DESCRIPTION="Desktop integration portal"
+HOMEPAGE="https://flatpak.org/ https://github.com/flatpak/xdg-desktop-portal";
+SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz";
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+IUSE="geolocation screencast systemd"
+
+DEPEND="
+       >=dev-libs/glib-2.66:2
+       dev-libs/json-glib
+       >=sys-fs/fuse-3.10.0:3[suid]
+       x11-libs/gdk-pixbuf
+       geolocation? ( >=app-misc/geoclue-2.5.3:2.0 )
+       screencast? ( >=media-video/pipewire-0.3:= )
+       systemd? ( sys-apps/systemd )
+"
+RDEPEND="${DEPEND}
+       sys-apps/dbus
+"
+BDEPEND="
+       dev-util/gdbus-codegen
+       sys-devel/gettext
+       virtual/pkgconfig
+"
+
+src_configure() {
+       local myeconfargs=(
+               --disable-docbook-docs # requires flatpak
+               --disable-libportal # not packaged
+               --with-systemduserunitdir="$(systemd_get_userunitdir)"
+               $(use_enable geolocation geoclue)
+               $(use_enable screencast pipewire)
+               $(use_with systemd)
+       )
+       econf "${myeconfargs[@]}"
+}

Reply via email to