gui-wm/cage - 0.1.4 (qsx)

Search

Package Information

Description:
A Wayland kiosk
Homepage:
https://github.com/Hjdskes/cage
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.1.4 7 ~amd64 ~arm64 ~x86 0
View Raw Ebuild
# Copyright 2021 Thomas Schneider <qsx@chaotikum.eu>
# Licensed under the EUPL

EAPI=7

inherit meson

DESCRIPTION="A Wayland kiosk"
HOMEPAGE="https://github.com/Hjdskes/cage"
SRC_URI="https://github.com/Hjdskes/cage/releases/download/v${PV}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="X"

BDEPEND="
	app-text/scdoc
	dev-util/wayland-scanner
	virtual/pkgconfig
"
RDEPEND="
	>=gui-libs/wlroots-0.14.0[X?]
	dev-libs/wayland
	x11-libs/libxkbcommon[wayland]
	x11-libs/pixman
"
DEPEND="
	${RDEPEND}
	dev-libs/wayland-protocols
"

src_configure() {
	local emesonargs=(
		$(meson_use X xwayland)
		-Dman-pages=enabled
	)
	meson_src_configure
}

USE Flags

X

Dependencies

DEPEND

	
	>=gui-libs/wlroots-0.14.0[X?]
	dev-libs/wayland
	x11-libs/libxkbcommon[wayland]
	x11-libs/pixman

	dev-libs/wayland-protocols

RDEPEND

	>=gui-libs/wlroots-0.14.0[X?]
	dev-libs/wayland
	x11-libs/libxkbcommon[wayland]
	x11-libs/pixman

BDEPEND

	app-text/scdoc
	dev-util/wayland-scanner
	virtual/pkgconfig

Manifest for 0.1.4

Type File Size Source URLs
DIST cage-0.1.4.tar.gz 25430 bytes https://github.com/Hjdskes/cage/releases/download/v0.1.4/cage-0.1.4.tar.gz