2024-02-26 11:51:15 +01:00
|
|
|
SUMMARY = "Cage: a Wayland kiosk"
|
2024-12-10 10:22:11 +01:00
|
|
|
DESCRIPTION = "\
|
|
|
|
Cage is a compositor (window manager) that displays a single maximized \
|
|
|
|
application at a time and prevents the user from interacting with anything \
|
|
|
|
but this application. As such, user input such as moving, resizing, \
|
|
|
|
minimizing and unmaximizing windows is ignored. \
|
|
|
|
"
|
2024-02-26 11:51:15 +01:00
|
|
|
HOMEPAGE = "https://www.hjdskes.nl/projects/cage/"
|
2024-12-10 10:22:11 +01:00
|
|
|
BUGTRACKER = "https://github.com/cage-kiosk/cage/issues"
|
2024-02-26 11:51:15 +01:00
|
|
|
LICENSE = "MIT"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3d06ce025701c9a0b391f15902ce8ed"
|
|
|
|
|
2024-12-10 10:22:11 +01:00
|
|
|
DEPENDS = "\
|
|
|
|
libxkbcommon \
|
|
|
|
pixman \
|
2024-02-26 11:51:15 +01:00
|
|
|
wayland \
|
2024-12-10 10:22:11 +01:00
|
|
|
wayland-native \
|
2024-02-26 11:51:15 +01:00
|
|
|
wayland-protocols \
|
|
|
|
"
|
|
|
|
|
|
|
|
inherit meson pkgconfig features_check
|
|
|
|
|
|
|
|
REQUIRED_DISTRO_FEATURES = "wayland"
|
|
|
|
|
|
|
|
SRC_URI = "git://github.com/cage-kiosk/cage;branch=master;protocol=https"
|
2024-12-10 10:22:11 +01:00
|
|
|
S = "${UNPACKDIR}/git"
|