xpra: create "xpra" system group on install
This commit is contained in:
parent
e8e2b2e90a
commit
6e6c18797a
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xpra'
|
||||
pkgname=xpra
|
||||
version=3.0.5
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
hostmakedepends="pkg-config python3-Cython"
|
||||
makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel
|
||||
|
@ -22,6 +22,8 @@ conf_files="
|
|||
/etc/xpra/xorg.conf
|
||||
/etc/xpra/conf.d/*"
|
||||
|
||||
system_groups="xpra"
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
depends+=" python3-PyOpenGL-accelerate"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Reference in a new issue