hikari: disable suid

This commit is contained in:
Ondřej Fiala 2020-11-08 18:31:14 +01:00 committed by Érico Nogueira Rolim
parent e2498233f1
commit a90b7ba9e2
2 changed files with 8 additions and 2 deletions

View file

@ -0,0 +1,6 @@
Setting the SUID bit after install has been retired for all Wayland
compositors. It is recommended that users use a session management daemon
such as elogind or seatd and do not rely on compositors dropping privileges.
All users who require this functionality will need to set the SUID bit manually
after each update going forward.

View file

@ -1,13 +1,13 @@
# Template file for 'hikari'
pkgname=hikari
version=2.2.2
revision=1
revision=2
build_style=gnu-makefile
make_cmd=bmake
make_use_env=yes
make_build_args="WITH_POSIX_C_SOURCE=YES WITH_XWAYLAND=YES
WITH_SCREENCOPY=YES WITH_GAMMACONTROL=YES WITH_LAYERSHELL=YES ETC_PREFIX="
make_install_args="ETC_PREFIX="
make_install_args="ETC_PREFIX= WITHOUT_SUID=YES"
hostmakedepends="bmake pkg-config wayland-devel"
makedepends="wlroots-devel pango-devel cairo-devel pam-devel glib-devel libucl-devel"
short_desc="Stacking Wayland compositor with tiling features"