xpra: update to 0.17.4.
This commit is contained in:
parent
9ab4afeff3
commit
776d816438
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xpra'
|
# Template file for 'xpra'
|
||||||
pkgname=xpra
|
pkgname=xpra
|
||||||
version=0.17.3
|
version=0.17.4
|
||||||
revision=2
|
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"
|
||||||
pycompile_module="xpra"
|
pycompile_module="xpra"
|
||||||
|
@ -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=9cd07b8caa505a8b69f4e53062d38e124f6e610befa9bb2fb0331f29a947ca39
|
checksum=92a7854b8ddad6a28efddf226bcbe8e79b051dff859246fcb5f2c7d0828f3d6d
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's/-Werror/-Wno-error/g' setup.py # ugh
|
sed -i 's/-Werror/-Wno-error/g' setup.py # ugh
|
||||||
|
|
Loading…
Reference in New Issue