xpra: update to 0.16.1.

This commit is contained in:
Christian Neukirchen 2016-01-24 16:35:30 +01:00
parent 3fd68da6a1
commit 763ec5703e

View file

@ -1,6 +1,6 @@
# Template file for 'xpra' # Template file for 'xpra'
pkgname=xpra pkgname=xpra
version=0.16.0 version=0.16.1
revision=1 revision=1
build_style=python-module build_style=python-module
conf_files="/etc/xpra/xpra.conf /etc/xpra/xorg.conf" conf_files="/etc/xpra/xpra.conf /etc/xpra/xorg.conf"
@ -15,7 +15,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
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=69ab3d14ffbd4aa34f9d7cda237a8e72183ac395c23252d3882f889a20cc189f checksum=727178e64578679ac0111dd868e01579e8add5384ed40624dee508bf9ed5f677
post_extract() { post_extract() {
sed -i 's/-Werror/-Wno-error/g' setup.py # ugh sed -i 's/-Werror/-Wno-error/g' setup.py # ugh