river: install session file

This commit is contained in:
Marcin Puc 2023-07-22 13:41:58 +02:00 committed by Duncan Overbruck
parent 9a927425a5
commit 3d9f273635

View File

@ -1,7 +1,7 @@
# Template file for 'river'
pkgname=river
version=0.2.4
revision=1
revision=2
archs="~i686* ~armv6l* ~armv7l*"
build_style=zig-build
configure_args="$(vopt_if xwayland -Dxwayland) -Dpie"
@ -21,5 +21,6 @@ build_options_default="xwayland"
desc_option_xwayland="Enable Xwayland support"
post_install() {
vinstall contrib/river.desktop 644 usr/share/wayland-sessions
vsconf example/init
}