mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
river: install session file
This commit is contained in:
parent
9a927425a5
commit
3d9f273635
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'river'
|
# Template file for 'river'
|
||||||
pkgname=river
|
pkgname=river
|
||||||
version=0.2.4
|
version=0.2.4
|
||||||
revision=1
|
revision=2
|
||||||
archs="~i686* ~armv6l* ~armv7l*"
|
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"
|
||||||
|
@ -21,5 +21,6 @@ build_options_default="xwayland"
|
||||||
desc_option_xwayland="Enable Xwayland support"
|
desc_option_xwayland="Enable Xwayland support"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
vinstall contrib/river.desktop 644 usr/share/wayland-sessions
|
||||||
vsconf example/init
|
vsconf example/init
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue