mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
hikari: disable suid
This commit is contained in:
parent
e2498233f1
commit
a90b7ba9e2
2 changed files with 8 additions and 2 deletions
6
srcpkgs/hikari/INSTALL.msg
Normal file
6
srcpkgs/hikari/INSTALL.msg
Normal 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.
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'hikari'
|
# Template file for 'hikari'
|
||||||
pkgname=hikari
|
pkgname=hikari
|
||||||
version=2.2.2
|
version=2.2.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_cmd=bmake
|
make_cmd=bmake
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
make_build_args="WITH_POSIX_C_SOURCE=YES WITH_XWAYLAND=YES
|
make_build_args="WITH_POSIX_C_SOURCE=YES WITH_XWAYLAND=YES
|
||||||
WITH_SCREENCOPY=YES WITH_GAMMACONTROL=YES WITH_LAYERSHELL=YES ETC_PREFIX="
|
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"
|
hostmakedepends="bmake pkg-config wayland-devel"
|
||||||
makedepends="wlroots-devel pango-devel cairo-devel pam-devel glib-devel libucl-devel"
|
makedepends="wlroots-devel pango-devel cairo-devel pam-devel glib-devel libucl-devel"
|
||||||
short_desc="Stacking Wayland compositor with tiling features"
|
short_desc="Stacking Wayland compositor with tiling features"
|
||||||
|
|
Loading…
Add table
Reference in a new issue