public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthew Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/xdg-desktop-portal-wlr/
Date: Tue,  2 Mar 2021 01:08:36 +0000 (UTC)	[thread overview]
Message-ID: <1614647313.eb00909a232eec5a363fe6b44a31f3379d8167fe.prometheanfire@gentoo> (raw)

commit:     eb00909a232eec5a363fe6b44a31f3379d8167fe
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  2 01:08:16 2021 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Mar  2 01:08:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb00909a

gui-libs/xdg-desktop-portal-wlr: 0.2.0 bump

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 gui-libs/xdg-desktop-portal-wlr/Manifest                   |  1 +
 ...wlr-9999.ebuild => xdg-desktop-portal-wlr-0.2.0.ebuild} | 14 ++++----------
 .../xdg-desktop-portal-wlr-9999.ebuild                     |  6 +++---
 3 files changed, 8 insertions(+), 13 deletions(-)

diff --git a/gui-libs/xdg-desktop-portal-wlr/Manifest b/gui-libs/xdg-desktop-portal-wlr/Manifest
new file mode 100644
index 00000000000..158e2400ed7
--- /dev/null
+++ b/gui-libs/xdg-desktop-portal-wlr/Manifest
@@ -0,0 +1 @@
+DIST xdg-desktop-portal-wlr-0.2.0.tar.gz 22260 BLAKE2B a1f3a8244b985874a0b663b311157bc2e2098b8c50b6e3688c89d1c7bf7c454048b359ad42b97edb2faae7b232cd5b6843c07098c07e1f97ede507995d214271 SHA512 9b01919b380510389710c005901810ac6fa00299f2b35a37fa949aab361438ab08c30fc95b88e1805dcea7e97ebe2d19111693f82eee545864077347d2659ca9

diff --git a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.2.0.ebuild
similarity index 75%
copy from gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild
copy to gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.2.0.ebuild
index 1387d91cb4b..1aa36ee0f39 100644
--- a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild
+++ b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.2.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
 	inherit git-r3
 else
-	SRC_URI="https://github.com/emersion/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	SRC_URI="https://github.com/emersion/${PN}/releases/download/v${PV}/${P}.tar.gz"
 	#KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 fi
 
@@ -22,7 +22,7 @@ IUSE="elogind systemd"
 REQUIRED_USE="?? ( elogind systemd )"
 
 DEPEND="
-	>=media-video/pipewire-0.2.9:=
+	>=media-video/pipewire-0.3.2:=
 	dev-libs/wayland
 	>=dev-libs/wayland-protocols-1.14:=
 	elogind? ( >=sys-auth/elogind-237 )
@@ -33,9 +33,9 @@ RDEPEND="
 	sys-apps/xdg-desktop-portal
 "
 BDEPEND="
-	>=media-video/pipewire-0.2.9:=
+	>=media-video/pipewire-0.3.2:=
 	>=dev-libs/wayland-protocols-1.14
-	>=dev-util/meson-0.47.0
+	>=dev-util/meson-0.50.0
 	virtual/pkgconfig
 "
 
@@ -43,11 +43,5 @@ src_configure() {
 	local emesonargs=(
 		"-Dwerror=false"
 	)
-	if use systemd; then
-		emesonargs+=("-DHAVE_SYSTEMD=1")
-	else
-		emesonargs+=("-DHAVE_ELOGIND=1")
-	fi
-
 	meson_src_configure
 }

diff --git a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild
index 1387d91cb4b..029d5a3963d 100644
--- a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild
+++ b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild
@@ -22,7 +22,7 @@ IUSE="elogind systemd"
 REQUIRED_USE="?? ( elogind systemd )"
 
 DEPEND="
-	>=media-video/pipewire-0.2.9:=
+	>=media-video/pipewire-0.3.2:=
 	dev-libs/wayland
 	>=dev-libs/wayland-protocols-1.14:=
 	elogind? ( >=sys-auth/elogind-237 )
@@ -33,9 +33,9 @@ RDEPEND="
 	sys-apps/xdg-desktop-portal
 "
 BDEPEND="
-	>=media-video/pipewire-0.2.9:=
+	>=media-video/pipewire-0.3.2:=
 	>=dev-libs/wayland-protocols-1.14
-	>=dev-util/meson-0.47.0
+	>=dev-util/meson-0.50.0
 	virtual/pkgconfig
 "
 


             reply	other threads:[~2021-03-02  1:08 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-02  1:08 Matthew Thode [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-03  7:36 [gentoo-commits] repo/gentoo:master commit in: gui-libs/xdg-desktop-portal-wlr/ 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-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
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=1614647313.eb00909a232eec5a363fe6b44a31f3379d8167fe.prometheanfire@gentoo \
    --to=prometheanfire@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