[PATCH] gnu: xpra: Update to 4.4.3

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • 宋文武
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)
CAJsg1E9HwHNRQhdo2fRC21LRGir-rDFgyn32pnB9rEeC-DovWg@mail.gmail.com

From 76a3079bf56c8758111f525cbcb00fa95ce68dad Mon Sep 17 00:00:00 2001
From: Andy Tai <atai@atai.org>
Date: Sun, 8 Jan 2023 16:20:44 -0800
Subject: [PATCH] gnu: xpra: Update to 4.4.3

gnu/packages/xorg.scm (xpra): Update to 4.4.3
---
gnu/packages/xorg.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (31 lines)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 16b211f7d2..df22bd032f 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6181,14 +6181,14 @@ (define-public xcompmgr
(define-public xpra
(package
(name "xpra")
- (version "4.3.4")
+ (version "4.4.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.xpra.org/src/xpra-"
version ".tar.xz"))
(sha256
- (base32 "1rh4wx4af27xjcxdxrw950wkydgkvm5p3aaiqfmdij6sh6i14xcl"))
+ (base32 "03ypmkh5f1ygag3wnq776dn8gpy3aq8f0xv40ab5rjisix7lgfwg"))
(patches (search-patches "xpra-4.2-systemd-run.patch"
"xpra-4.2-install_libs.patch"))))
(build-system python-build-system)
@@ -6207,6 +6207,7 @@ (define-public xpra
("libxdamage" ,libxdamage)
("libxext" ,libxext)
("libxres" ,libxres)
+ ("lz4" ,lz4)
("gtk+" ,gtk+)
("python-pycairo" ,python-pycairo)
("python-pygobject" ,python-pygobject)
--
2.38.1
宋文武 wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 60670-done@debbugs.gnu.org)
877cxs77eb.fsf@envs.net
Pushed, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 60670@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 60670
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help