xpra: update to 6.4.4, orphan

This commit is contained in:
Andrew J. Hesford
2026-05-04 10:09:05 -04:00
parent 1f8a7de7ae
commit ed3a9232d7
2 changed files with 4 additions and 19 deletions
-15
View File
@@ -1,15 +0,0 @@
Source: https://gitlab.alpinelinux.org/alpine/aports/-/blob/9ee49e42a98bbd1037331f35abde1005f3fc6dd3/community/xpra/fix-compile.patch
diff --git a/setup.py b/setup.py
index 0f80b9e..c79f61e 100755
--- a/setup.py
+++ b/setup.py
@@ -2665,7 +2665,7 @@ toggle_packages(server_ENABLED and x11_ENABLED,
if gtk_x11_ENABLED:
add_packages("xpra.x11.bindings")
ace("xpra.x11.gtk.display_source", "gdk-3.0")
- ace("xpra.x11.gtk.bindings,xpra/x11/gtk/gdk_x11_macros.c", "gdk-3.0,xdamage,xfixes")
+ ace("xpra.x11.gtk.bindings,xpra/x11/gtk/gdk_x11_macros.c", "gdk-3.0,pygobject-3.0,xdamage,xfixes")
tace(client_ENABLED and gtk3_ENABLED, "xpra.gtk.cairo_image", "py3cairo",
extra_compile_args=["-Wno-error=parentheses-equality"] if CC_is_clang() else [], optimize=3)
+4 -4
View File
@@ -1,7 +1,7 @@
# Template file for 'xpra'
pkgname=xpra
version=6.4.3
revision=3
version=6.4.4
revision=1
build_style=python3-module
make_build_args="--without-cuda_kernels --without-cuda_rebuild
$(vopt_if docs "--with-docs")"
@@ -15,12 +15,12 @@ makedepends="ffmpeg6-devel libXcomposite-devel libXrandr-devel libXtst-devel
depends="python3-gobject python3-Pillow python3-lz4 xauth xf86-video-dummy
xorg-server-xvfb"
short_desc="Persistent remote display server and client for X11"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://xpra.org/"
changelog="https://raw.githubusercontent.com/Xpra-org/xpra/master/docs/CHANGELOG.md"
distfiles="https://github.com/Xpra-org/xpra/archive/v${version}.tar.gz"
checksum=41fbef72b03662ad24b0f127ed112ffdbf56f076742f3149be506bad841e1a2c
checksum=1b196a6d147c293b0a8f7343b9d1dce22f27c613d53efa52f03d37a3b2306954
conf_files="/etc/xpra/xpra.conf /etc/xpra/xorg.conf /etc/xpra/conf.d/*"
# Tests don't run properly without package installed
make_check=no