gui-wm/cage - 0.3.0 (parona-overlay)

Search

Install

Install this version:

emerge -a =gui-wm/cage-0.3.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =gui-wm/cage-0.3.0

Or alternatively:

emerge --autounmask-write -a =gui-wm/cage-0.3.0

Package Information

Description:
A Wayland kiosk
Homepage:
https://www.hjdskes.nl/projects/cage/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.3.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit meson verify-sig

DESCRIPTION="A Wayland kiosk"
HOMEPAGE="https://www.hjdskes.nl/projects/cage/"
SRC_URI="
	https://github.com/cage-kiosk/cage/releases/download/v${PV}/${P}.tar.gz
	verify-sig? ( https://github.com/cage-kiosk/cage/releases/download/v${PV}/${P}.tar.gz.sig )
"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

IUSE="X"

# No tests
RESTRICT="test"

DEPEND="
	dev-libs/wayland
	>=dev-libs/wayland-protocols-1.14
	gui-libs/wlroots:0.20[X=]
	x11-libs/libxkbcommon
"
RDEPEND="${DEPEND}"
BDEPEND="
	dev-util/wayland-scanner
	>=app-text/scdoc-1.9.2
	verify-sig? ( sec-keys/openpgp-keys-emersion )
"

VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/emersion.asc"

src_configure() {
	local emesonargs=(
		-Dman-pages=enabled
	)
	meson_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p gui-wm/cage | euse -E <flag> -p gui-wm/cage | euse -D <flag> -p gui-wm/cage

Global/Standard Flags

X

Inherited Eclasses

Dependencies

DEPEND

	dev-libs/wayland
	>=dev-libs/wayland-protocols-1.14
	gui-libs/wlroots:0.20[X=]
	x11-libs/libxkbcommon

RDEPEND

	dev-libs/wayland
	>=dev-libs/wayland-protocols-1.14
	gui-libs/wlroots:0.20[X=]
	x11-libs/libxkbcommon

BDEPEND

	dev-util/wayland-scanner
	>=app-text/scdoc-1.9.2
	verify-sig? ( sec-keys/openpgp-keys-emersion )

Manifest for 0.3.0

Type File Size Source URLs
DIST cage-0.3.0.tar.gz 25485 bytes https://github.com/cage-kiosk/cage/releases/download/v0.3.0/cage-0.3.0.tar.gz
DIST cage-0.3.0.tar.gz.sig 566 bytes https://github.com/cage-kiosk/cage/releases/download/v0.3.0/cage-0.3.0.tar.gz.sig