From bb4624cd949b844963174591cf9c2b2c1f0b00dc Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Sat, 22 Jul 2023 13:41:58 +0200 Subject: [PATCH] river: install session file --- srcpkgs/river/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/river/template b/srcpkgs/river/template index 506a54dc04910..24f9c53d45ea4 100644 --- a/srcpkgs/river/template +++ b/srcpkgs/river/template @@ -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 }