Archived
1
0
Fork 0

Revert "gnu: xpra: Update to 4.3."

This reverts commit 3debb27e7c.

The upgrade to 4.3 is not trivial and requires changes to the build
process.
This commit is contained in:
Lars-Dominik Braun 2022-01-03 09:10:09 +01:00
parent 8189ce1705
commit ab6d56d01d
No known key found for this signature in database
GPG key ID: F663943E08D8092A

View file

@ -6315,14 +6315,14 @@ basic eye-candy effects.")
(define-public xpra (define-public xpra
(package (package
(name "xpra") (name "xpra")
(version "4.3") (version "4.2.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.xpra.org/src/xpra-" (uri (string-append "https://www.xpra.org/src/xpra-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "1h9fxarhp6f90fbjrpbkjbfwb86js2gbfl6asqa5hbl1aprrwaxg")) (base32 "0nky9j07zq8d5ifx568dima7a0jgs8kwhcqbg8p6gsxlgq5zdw96"))
(patches (search-patches "xpra-4.2-systemd-run.patch")))) (patches (search-patches "xpra-4.2-systemd-run.patch"))))
(build-system python-build-system) (build-system python-build-system)
;; see also http://xpra.org/trac/wiki/Dependencies ;; see also http://xpra.org/trac/wiki/Dependencies