mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
xpra: update to 6.0.
This commit is contained in:
parent
5bfeda0591
commit
0396c3b2f9
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xpra'
|
# Template file for 'xpra'
|
||||||
pkgname=xpra
|
pkgname=xpra
|
||||||
version=5.0.8
|
version=6.0
|
||||||
revision=1
|
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"
|
||||||
|
@ -8,7 +8,8 @@ make_install_args="$(vopt_with docs) ${make_build_args}"
|
||||||
hostmakedepends="pkg-config python3-Cython $(vopt_if docs pandoc)"
|
hostmakedepends="pkg-config python3-Cython $(vopt_if docs pandoc)"
|
||||||
makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel
|
makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel
|
||||||
libvpx-devel libwebp-devel libxkbfile-devel python3-gobject-devel x264-devel
|
libvpx-devel libwebp-devel libxkbfile-devel python3-gobject-devel x264-devel
|
||||||
gtk+3-devel pam-devel libXres-devel liblz4-devel libavif-devel procps-ng-devel"
|
gtk+3-devel pam-devel libXres-devel liblz4-devel libavif-devel procps-ng-devel
|
||||||
|
xxHash-devel"
|
||||||
depends="cups python3-gobject python3-Pillow python3-cups python3-dbus
|
depends="cups python3-gobject python3-Pillow python3-cups python3-dbus
|
||||||
python3-lz4 python3-paramiko python3-rencode xauth xf86-video-dummy
|
python3-lz4 python3-paramiko python3-rencode xauth xf86-video-dummy
|
||||||
xorg-server-xvfb python3-typing_extensions python3-cairo"
|
xorg-server-xvfb python3-typing_extensions python3-cairo"
|
||||||
|
@ -18,7 +19,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=f5cec743cbaa131b91e47fba3f7dd78213948dd44afab2eb6dc3b3091386ba6e
|
checksum=ad5a422aa6df517e1ad10dd8a863a9e03b446c5e746991180e8530c25e4c543e
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue