xpra: update to 2.0.

This commit is contained in:
Leah Neukirchen 2017-03-18 19:28:59 +01:00
parent d4bf2ff149
commit ec37c1fcf4
1 changed files with 3 additions and 5 deletions

View File

@ -1,14 +1,12 @@
# Template file for 'xpra' # Template file for 'xpra'
pkgname=xpra pkgname=xpra
version=1.0.4 version=2.0
revision=1 revision=1
build_style=python2-module build_style=python2-module
conf_files=" conf_files="
/etc/xpra/xpra.conf /etc/xpra/xpra.conf
/etc/xpra/xorg.conf /etc/xpra/xorg.conf
/etc/xpra/conf.d/* /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
@ -22,7 +20,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2" license="GPL-2"
homepage="http://xpra.org/" homepage="http://xpra.org/"
distfiles="https://xpra.org/src/${pkgname}-${version}.tar.xz" distfiles="https://xpra.org/src/${pkgname}-${version}.tar.xz"
checksum=c841940957761e60454eac44c955d174b3d864c853f28b387e784a6d85fc9924 checksum=ca9e9622a9d435f9591bf60baec50ea02ebad4e0c0017e1df43dfddd6616e807
build_options="vpx" build_options="vpx"