cage: Update git and add 0.2.0

The meson option for xwayland was dropped with
d3fb99d6654325ec46277cfdb589f89316bed701. The rework was to make oelint-adv
more happy.

Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
This commit is contained in:
Jörg Sommer 2024-12-10 10:22:11 +01:00 committed by Markus Volk
parent 0e5aced921
commit c96e15cd5e
4 changed files with 35 additions and 34 deletions

View File

@ -1,15 +1,21 @@
SUMMARY = "Cage: a Wayland kiosk" SUMMARY = "Cage: a Wayland kiosk"
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. \
"
HOMEPAGE = "https://www.hjdskes.nl/projects/cage/" HOMEPAGE = "https://www.hjdskes.nl/projects/cage/"
BUGTRACKER = "https://github.com/cage-kiosk/cage/issues"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3d06ce025701c9a0b391f15902ce8ed" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3d06ce025701c9a0b391f15902ce8ed"
DEPENDS = " \ DEPENDS = "\
wayland-native \
wayland \
wayland-protocols \
wlroots-0.16 \
pixman \
libxkbcommon \ libxkbcommon \
pixman \
wayland \
wayland-native \
wayland-protocols \
" "
inherit meson pkgconfig features_check inherit meson pkgconfig features_check
@ -17,9 +23,4 @@ inherit meson pkgconfig features_check
REQUIRED_DISTRO_FEATURES = "wayland" REQUIRED_DISTRO_FEATURES = "wayland"
SRC_URI = "git://github.com/cage-kiosk/cage;branch=master;protocol=https" SRC_URI = "git://github.com/cage-kiosk/cage;branch=master;protocol=https"
SRCREV = "83ffc574be860527814c595756a558c228a3475d" S = "${UNPACKDIR}/git"
S = "${WORKDIR}/git"
PV = "0.1.5"
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'xwayland', d)}"
PACKAGECONFIG[xwayland] = "-Dxwayland=true,-Dxwayland=false,xserver-xorg,xwayland"

View File

@ -0,0 +1,10 @@
require cage.inc
DEPENDS += "\
wlroots-0.16 \
"
SRCREV = "83ffc574be860527814c595756a558c228a3475d"
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'xwayland', d)}"
PACKAGECONFIG[xwayland] = "-Dxwayland=true,-Dxwayland=false,xserver-xorg,xwayland"

View File

@ -0,0 +1,7 @@
require cage.inc
DEPENDS += "\
wlroots-0.18 \
"
SRCREV = "e128a9f2511644529fa47701a7147d65d9920488"

View File

@ -1,25 +1,8 @@
SUMMARY = "Cage: a Wayland kiosk" require cage.inc
HOMEPAGE = "https://www.hjdskes.nl/projects/cage/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3d06ce025701c9a0b391f15902ce8ed"
DEPENDS = " \ DEPENDS += "\
wayland-native \ wlroots-0.18 \
wayland \
wayland-protocols \
wlroots-0.17 \
pixman \
libxkbcommon \
" "
inherit meson pkgconfig features_check PV = "0.2.0+dev"
SRCREV = "19157d35649f96aa04d26036a76eaed65de60944"
REQUIRED_DISTRO_FEATURES = "wayland"
SRC_URI = "git://github.com/cage-kiosk/cage;branch=master;protocol=https"
SRCREV = "9d43282fa0cd5925a6f9304f0218fd79ae9fcd94"
PV = "0.1.5+dev"
S = "${WORKDIR}/git"
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'xwayland', d)}"
PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,xserver-xorg,xwayland"