cage: update to 0.2.0
This commit is contained in:
parent
a93de963ae
commit
fe999b961d
|
@ -1,22 +1,18 @@
|
|||
# Template file for 'cage'
|
||||
pkgname=cage
|
||||
version=0.1.5
|
||||
version=0.2.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="$(vopt_bool xwayland xwayland)"
|
||||
hostmakedepends="pkg-config wayland-devel scdoc"
|
||||
makedepends="wlroots0.16-devel"
|
||||
depends="$(vopt_if xwayland xorg-server-xwayland)"
|
||||
makedepends="wlroots0.18-devel"
|
||||
depends="xorg-server-xwayland"
|
||||
short_desc="Kiosk compositor for Wayland"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://www.hjdskes.nl/projects/cage/"
|
||||
changelog="https://github.com/cage-kiosk/cage/releases"
|
||||
distfiles="https://github.com/cage-kiosk/cage/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=576b8b5a041712b8d8785243ac6db08c7bc9c32822f96ad6dec7ac2b2db9b2b5
|
||||
|
||||
build_options="xwayland"
|
||||
build_options_default="xwayland"
|
||||
desc_option_xwayland="Enable Xwayland support in cage"
|
||||
checksum=9d3f659e0f19636a958f9e1bf4d22268d7e2705d7e2989888401ec443c1cb6c3
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue