commit: 0865b01c66bbcde2d5eb75e88e7e2a3c445140b9
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu May 13 15:44:41 2021 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> 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 <prometheanfire <AT> 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
}