From fbc347d9377c83bfaa26e83aa8a43f5a3f95963d Mon Sep 17 00:00:00 2001 From: "Haelwenn (lanodan) Monnier" Date: Sun, 27 Jun 2021 09:26:29 +0200 Subject: [PATCH] gui-wm/cage: Version bump, 0.1.4 Signed-off-by: Haelwenn (lanodan) Monnier --- gui-wm/cage/cage-0.1.4.ebuild | 36 +++++++++++++++++++++++++++++++++++ gui-wm/cage/cage-9999.ebuild | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 gui-wm/cage/cage-0.1.4.ebuild diff --git a/gui-wm/cage/cage-0.1.4.ebuild b/gui-wm/cage/cage-0.1.4.ebuild new file mode 100644 index 0000000000..0372c22615 --- /dev/null +++ b/gui-wm/cage/cage-0.1.4.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +if [[ "${PV}" == 9999 ]] +then + inherit git-r3 + EGIT_REPO_URI="https://github.com/Hjdskes/cage" +else + SRC_URI="https://github.com/Hjdskes/cage/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="A Wayland kiosk" +HOMEPAGE="https://www.hjdskes.nl/projects/cage https://github.com/Hjdskes/cage" +LICENSE="MIT" +SLOT="0" + +IUSE="X" + +RDEPEND=" + >=gui-libs/wlroots-0.14 + x11-libs/libxkbcommon + X? ( + gui-libs/wlroots[X] + x11-libs/libxkbcommon[X] + ) +" +DEPEND="${RDEPEND}" + +src_configure() { + meson_src_configure $(meson_use X xwayland) +} diff --git a/gui-wm/cage/cage-9999.ebuild b/gui-wm/cage/cage-9999.ebuild index 5502c20270..0372c22615 100644 --- a/gui-wm/cage/cage-9999.ebuild +++ b/gui-wm/cage/cage-9999.ebuild @@ -22,7 +22,7 @@ SLOT="0" IUSE="X" RDEPEND=" - >=gui-libs/wlroots-0.13 + >=gui-libs/wlroots-0.14 x11-libs/libxkbcommon X? ( gui-libs/wlroots[X]