public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/xdg-desktop-portal-wlr/
Date: Mon, 22 Nov 2021 09:27:33 +0000 (UTC)	[thread overview]
Message-ID: <1637573243.bafdd82d2e24ca58c2c47ab1deb2bc26d15c4b27.sam@gentoo> (raw)

commit:     bafdd82d2e24ca58c2c47ab1deb2bc26d15c4b27
Author:     Arsen Arsenović <arsen <AT> aarsen <DOT> me>
AuthorDate: Fri Nov  5 18:40:52 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 22 09:27:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bafdd82d

gui-libs/xdg-desktop-portal-wlr: bump to 0.5.0

additionally, adds basu support

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Arsen Arsenović <arsen <AT> aarsen.me>
Closes: https://github.com/gentoo/gentoo/pull/22836
Signed-off-by: Sam James <sam <AT> gentoo.org>

 gui-libs/xdg-desktop-portal-wlr/Manifest           |  1 +
 .../xdg-desktop-portal-wlr-0.5.0.ebuild            | 56 ++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/gui-libs/xdg-desktop-portal-wlr/Manifest b/gui-libs/xdg-desktop-portal-wlr/Manifest
index bbf153137574..b654ee0dbf0b 100644
--- a/gui-libs/xdg-desktop-portal-wlr/Manifest
+++ b/gui-libs/xdg-desktop-portal-wlr/Manifest
@@ -1 +1,2 @@
 DIST xdg-desktop-portal-wlr-0.4.0.tar.gz 30776 BLAKE2B c4a6c07f57cc7cf16f16de43571bf9a281e647bcb1216da5a82e9c40d7a8344e78380b08a215a252011c9da8f97294aacc844d999095f4117ea26d17ff9ffec6 SHA512 544dea4601ce8aa8649d15b7c249aa5b0099fa5a6aec1b7a1433439265acede9ac442092da53080c36b372dd0ef5aaa15747b13a56f4a648e1c00ed3c2435e19
+DIST xdg-desktop-portal-wlr-0.5.0.tar.gz 31622 BLAKE2B 9314a1bfd121f25c6f615e1cfaa62d071224b5da9373bb3a954a06aa7ef9527617e34ae29192e25ca9c13c53eb77eb137fbaa1b121c9365397d64845c0cc3e36 SHA512 9ece46f2381e83cac8002a8175a13b0c29c0a2dab49cf11ed5ffa3448f176802b9d324b7e4fe9c15d3fb65087be42299f21a0ef505088e6281787f4067d256ac

diff --git a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.5.0.ebuild b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.5.0.ebuild
new file mode 100644
index 000000000000..bf8864955975
--- /dev/null
+++ b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.5.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="xdg-desktop-portal backend for wlroots"
+HOMEPAGE="https://github.com/emersion/xdg-desktop-portal-wlr"
+
+if [[ ${PV} == 9999 ]]; then
+	EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
+	inherit git-r3
+else
+	SRC_URI="https://github.com/emersion/${PN}/releases/download/v${PV}/${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="MIT"
+SLOT="0/9999"
+IUSE="elogind systemd"
+REQUIRED_USE="?? ( elogind systemd )"
+
+DEPEND="
+	>=media-video/pipewire-0.3.34:=
+	dev-libs/inih
+	dev-libs/wayland
+	|| (
+		systemd? ( >=sys-apps/systemd-237 )
+		elogind? ( >=sys-auth/elogind-237 )
+		sys-libs/basu
+	)
+"
+RDEPEND="
+	${DEPEND}
+	sys-apps/xdg-desktop-portal
+"
+BDEPEND="
+	dev-libs/wayland-protocols
+	dev-util/meson
+	virtual/pkgconfig
+"
+
+src_configure() {
+	local emesonargs=(
+		"-Dwerror=false"
+	)
+	if use systemd; then
+		emesonargs+=(-Dsd-bus-provider=systemd)
+	elif use elogind; then
+		emesonargs+=(-Dsd-bus-provider=elogind)
+	else
+		emesonargs+=(-Dsd-bus-provider=basu)
+	fi
+	meson_src_configure
+}


             reply	other threads:[~2021-11-22  9:27 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-22  9:27 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-24 14:31 [gentoo-commits] repo/gentoo:master commit in: gui-libs/xdg-desktop-portal-wlr/ Sam James
2025-04-24 14:31 Sam James
2025-02-28 12:08 Sam James
2024-06-03  7:36 Sam James
2024-06-03  7:36 Sam James
2024-04-21  2:02 Sam James
2024-03-16 20:33 Arthur Zamarin
2023-12-20 10:04 Sam James
2023-12-19 16:28 Matthew Thode
2023-05-05  4:39 Sam James
2023-05-05  4:39 Sam James
2023-05-05  4:39 Sam James
2023-05-05  4:39 Sam James
2022-07-10 19:39 Matthew Thode
2022-06-24  2:21 Matthew Thode
2022-05-22  0:54 Yixun Lan
2022-05-22  0:54 Yixun Lan
2022-05-17  5:59 Sam James
2021-11-22  9:32 Sam James
2021-11-22  9:29 Sam James
2021-11-22  9:27 Sam James
2021-08-06 15:13 Matthew Thode
2021-07-05 20:02 Matthew Thode
2021-06-06  3:03 Matthew Thode
2021-05-13 15:45 Matthew Thode
2021-05-13 15:45 Matthew Thode
2021-03-02  1:08 Matthew Thode
2020-07-07 20:03 Matthew Thode
2020-07-07 19:59 Matthew Thode

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1637573243.bafdd82d2e24ca58c2c47ab1deb2bc26d15c4b27.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox