gnu: xpra: Update to 4.4.3.
gnu/packages/xorg.scm (xpra): Update to 4.4.3. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
832f577734
commit
33e82ce84f
1 changed files with 3 additions and 2 deletions
|
|
@ -6181,14 +6181,14 @@ basic eye-candy effects.")
|
||||||
(define-public xpra
|
(define-public xpra
|
||||||
(package
|
(package
|
||||||
(name "xpra")
|
(name "xpra")
|
||||||
(version "4.3.4")
|
(version "4.4.3")
|
||||||
(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.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1rh4wx4af27xjcxdxrw950wkydgkvm5p3aaiqfmdij6sh6i14xcl"))
|
(base32 "03ypmkh5f1ygag3wnq776dn8gpy3aq8f0xv40ab5rjisix7lgfwg"))
|
||||||
(patches (search-patches "xpra-4.2-systemd-run.patch"
|
(patches (search-patches "xpra-4.2-systemd-run.patch"
|
||||||
"xpra-4.2-install_libs.patch"))))
|
"xpra-4.2-install_libs.patch"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
|
@ -6207,6 +6207,7 @@ basic eye-candy effects.")
|
||||||
("libxdamage" ,libxdamage)
|
("libxdamage" ,libxdamage)
|
||||||
("libxext" ,libxext)
|
("libxext" ,libxext)
|
||||||
("libxres" ,libxres)
|
("libxres" ,libxres)
|
||||||
|
("lz4" ,lz4)
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
("python-pycairo" ,python-pycairo)
|
("python-pycairo" ,python-pycairo)
|
||||||
("python-pygobject" ,python-pygobject)
|
("python-pygobject" ,python-pygobject)
|
||||||
|
|
|
||||||
Reference in a new issue