unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60670] [PATCH] gnu: xpra: Update to 4.4.3
@ 2023-01-09  0:22 Andy Tai
  2023-01-12  3:34 ` bug#60670: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2023-01-09  0:22 UTC (permalink / raw)
  To: 60670

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0001-gnu-xpra-Update-to-4.4.3.patch --]
[-- Type: text/x-patch, Size: 1440 bytes --]

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(-)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#60670: [PATCH] gnu: xpra: Update to 4.4.3
  2023-01-09  0:22 [bug#60670] [PATCH] gnu: xpra: Update to 4.4.3 Andy Tai
@ 2023-01-12  3:34 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-01-12  3:34 UTC (permalink / raw)
  To: Andy Tai; +Cc: 60670-done

Pushed, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-12  3:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-09  0:22 [bug#60670] [PATCH] gnu: xpra: Update to 4.4.3 Andy Tai
2023-01-12  3:34 ` bug#60670: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).