river: update to 0.2.4
This commit is contained in:
parent
6d5ce8dc53
commit
ec850a5966
|
@ -1,27 +1,25 @@
|
||||||
# Template file for 'river'
|
# Template file for 'river'
|
||||||
pkgname=river
|
pkgname=river
|
||||||
version=0.2.3
|
version=0.2.4
|
||||||
revision=1
|
revision=1
|
||||||
|
archs="~i686* ~armv6l* ~armv7l*"
|
||||||
build_style=zig-build
|
build_style=zig-build
|
||||||
configure_args="$(vopt_if xwayland -Dxwayland) -Dpie"
|
configure_args="$(vopt_if xwayland -Dxwayland) -Dpie"
|
||||||
hostmakedepends="pkg-config wayland-devel scdoc"
|
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)"
|
depends="$(vopt_if xwayland xorg-server-xwayland)"
|
||||||
short_desc="Dynamic tiling Wayland compositor"
|
short_desc="Dynamic tiling Wayland compositor"
|
||||||
maintainer="Isaac Freund <mail@isaacfreund.com>"
|
maintainer="Isaac Freund <mail@isaacfreund.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-only"
|
||||||
homepage="https://github.com/riverwm/river"
|
homepage="https://github.com/riverwm/river"
|
||||||
distfiles="${homepage}/releases/download/v${version}/river-${version}.tar.gz"
|
distfiles="https://github.com/riverwm/river/releases/download/v${version}/river-${version}.tar.gz"
|
||||||
checksum=7acdd2b929e16a20006b4baf1f29e7a8dc7f70cf5747e1503a610a90d1637132
|
checksum=26c1c41a65ce3804069afad6988410515cf478d2b76303ebc699766d3d4dc69f
|
||||||
|
|
||||||
build_options="xwayland"
|
build_options="xwayland"
|
||||||
build_options_default="xwayland"
|
build_options_default="xwayland"
|
||||||
desc_option_xwayland="Enable Xwayland support"
|
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() {
|
post_install() {
|
||||||
vsconf example/init
|
vsconf example/init
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue