river: update to 0.2.4

This commit is contained in:
dkwo 2022-12-28 18:11:24 +01:00 committed by Michal Vasilek
parent 6d5ce8dc53
commit ec850a5966
1 changed files with 7 additions and 9 deletions

View File

@ -1,27 +1,25 @@
# Template file for 'river'
pkgname=river
version=0.2.3
version=0.2.4
revision=1
archs="~i686* ~armv6l* ~armv7l*"
build_style=zig-build
configure_args="$(vopt_if xwayland -Dxwayland) -Dpie"
hostmakedepends="pkg-config wayland-devel scdoc"
makedepends="wlroots-devel libevdev-devel"
makedepends="wlroots-devel libevdev-devel pixman-devel
wayland-protocols libxkbcommon-devel wayland-devel"
depends="$(vopt_if xwayland xorg-server-xwayland)"
short_desc="Dynamic tiling Wayland compositor"
maintainer="Isaac Freund <mail@isaacfreund.com>"
license="GPL-3.0-or-later"
license="GPL-3.0-only"
homepage="https://github.com/riverwm/river"
distfiles="${homepage}/releases/download/v${version}/river-${version}.tar.gz"
checksum=7acdd2b929e16a20006b4baf1f29e7a8dc7f70cf5747e1503a610a90d1637132
distfiles="https://github.com/riverwm/river/releases/download/v${version}/river-${version}.tar.gz"
checksum=26c1c41a65ce3804069afad6988410515cf478d2b76303ebc699766d3d4dc69f
build_options="xwayland"
build_options_default="xwayland"
desc_option_xwayland="Enable Xwayland support"
if [ -n "$CROSS_BUILD" ]; then
broken="https://build.voidlinux.org/builders/armv7l_builder/builds/43055/steps/shell_3/logs/stdio"
fi
post_install() {
vsconf example/init
}