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