xpra: add missing configuration files

This commit is contained in:
Alain Kalker 2016-12-09 20:34:06 +01:00 committed by Christian Neukirchen
parent 55bd8a0a3a
commit 93c4d8e8b4

View file

@ -1,9 +1,14 @@
# Template file for 'xpra' # Template file for 'xpra'
pkgname=xpra pkgname=xpra
version=1.0 version=1.0
revision=1 revision=2
build_style=python2-module build_style=python2-module
conf_files="/etc/xpra/xpra.conf /etc/xpra/xorg.conf" conf_files="
/etc/xpra/xpra.conf
/etc/xpra/xorg.conf
/etc/xpra/conf.d/*
/etc/xpra/cuda.conf
/etc/xpra/nvenc.keys"
pycompile_module="xpra" pycompile_module="xpra"
hostmakedepends="python pkg-config python-Cython" hostmakedepends="python pkg-config python-Cython"
makedepends="ffmpeg-devel libXcomposite-devel libXdamage-devel libXrandr-devel makedepends="ffmpeg-devel libXcomposite-devel libXdamage-devel libXrandr-devel