xpra: update to 5.0.2.

This commit is contained in:
Andrew J. Hesford 2023-09-19 10:04:27 -04:00
parent 0edca5c0c0
commit f5fb342f53

View File

@ -1,7 +1,7 @@
# Template file for 'xpra' # Template file for 'xpra'
pkgname=xpra pkgname=xpra
version=5.0.1 version=5.0.2
revision=2 revision=1
build_style=python3-module build_style=python3-module
make_build_args="--without-cuda_kernels --without-cuda_rebuild" make_build_args="--without-cuda_kernels --without-cuda_rebuild"
make_install_args="$(vopt_with docs) ${make_build_args}" make_install_args="$(vopt_with docs) ${make_build_args}"
@ -18,7 +18,7 @@ license="GPL-2.0-or-later"
homepage="https://xpra.org/" homepage="https://xpra.org/"
changelog="https://raw.githubusercontent.com/Xpra-org/xpra/master/docs/CHANGELOG.md" changelog="https://raw.githubusercontent.com/Xpra-org/xpra/master/docs/CHANGELOG.md"
distfiles="https://github.com/Xpra-org/xpra/archive/v${version}.tar.gz" distfiles="https://github.com/Xpra-org/xpra/archive/v${version}.tar.gz"
checksum=bf7b112e6518a000ac974149f6e71f8f4eb7918f87b049f0c7a59ba3841752de checksum=99b52399ab01ca75d8634a38ab32259986d2723461bcab1e1cb19877efbe8449
conf_files="/etc/xpra/xpra.conf /etc/xpra/xorg.conf /etc/xpra/conf.d/*" conf_files="/etc/xpra/xpra.conf /etc/xpra/xorg.conf /etc/xpra/conf.d/*"
# Tests don't run properly without package installed # Tests don't run properly without package installed
make_check=no make_check=no