mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cage: update to 0.1.5
This commit is contained in:
parent
6fd3d1a46d
commit
884b8ac4d8
1 changed files with 5 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'cage'
|
# Template file for 'cage'
|
||||||
pkgname=cage
|
pkgname=cage
|
||||||
version=0.1.4
|
version=0.1.5
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="$(vopt_bool xwayland xwayland)"
|
configure_args="$(vopt_bool xwayland xwayland)"
|
||||||
hostmakedepends="pkg-config wayland-devel scdoc"
|
hostmakedepends="pkg-config wayland-devel scdoc"
|
||||||
makedepends="wlroots0.14-devel"
|
makedepends="wlroots0.16-devel"
|
||||||
depends="$(vopt_if xwayland xorg-server-xwayland)"
|
depends="$(vopt_if xwayland 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/"
|
||||||
distfiles="https://github.com/Hjdskes/cage/archive/v${version}.tar.gz"
|
distfiles="https://github.com/cage-kiosk/cage/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=dfe27fb0c7d43db72d6c82f01e2736580a0791a23ba69d7b56285d08af98ad90
|
checksum=576b8b5a041712b8d8785243ac6db08c7bc9c32822f96ad6dec7ac2b2db9b2b5
|
||||||
|
|
||||||
build_options="xwayland"
|
build_options="xwayland"
|
||||||
build_options_default="xwayland"
|
build_options_default="xwayland"
|
||||||
|
|
Loading…
Add table
Reference in a new issue