From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1DF601382C5 for ; Thu, 13 May 2021 15:45:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F560E086C; Thu, 13 May 2021 15:45:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5721AE086C for ; Thu, 13 May 2021 15:45:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DFF9E340D8D for ; Thu, 13 May 2021 15:45:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C243750 for ; Thu, 13 May 2021 15:45:05 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1620920701.0865b01c66bbcde2d5eb75e88e7e2a3c445140b9.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/xdg-desktop-portal-wlr/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild X-VCS-Directories: gui-libs/xdg-desktop-portal-wlr/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 0865b01c66bbcde2d5eb75e88e7e2a3c445140b9 X-VCS-Branch: master Date: Thu, 13 May 2021 15:45:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 578d83ea-d0c5-4f57-9a72-1919ca224134 X-Archives-Hash: ddf39a96108a021bfca6f9c70bf815ae commit: 0865b01c66bbcde2d5eb75e88e7e2a3c445140b9 Author: Matthew Thode gentoo org> AuthorDate: Thu May 13 15:44:41 2021 +0000 Commit: Matthew Thode gentoo org> CommitDate: Thu May 13 15:45:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0865b01c gui-libs/xdg-desktop-portal-wlr: update deps for 9999 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Matthew Thode gentoo.org> .../xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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 029d5a3963d..e5d42ca2277 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 @@ -12,8 +12,8 @@ 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" - #KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + SRC_URI="https://github.com/emersion/${PN}/releases/download/v${PV}/${P}.tar.gz" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" fi LICENSE="MIT" @@ -36,6 +36,7 @@ BDEPEND=" >=media-video/pipewire-0.3.2:= >=dev-libs/wayland-protocols-1.14 >=dev-util/meson-0.50.0 + dev-libs/iniparser:0 virtual/pkgconfig " @@ -43,11 +44,5 @@ src_configure() { local emesonargs=( "-Dwerror=false" ) - if use systemd; then - emesonargs+=("-DHAVE_SYSTEMD=1") - else - emesonargs+=("-DHAVE_ELOGIND=1") - fi - meson_src_configure }