all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 60670@debbugs.gnu.org
Subject: [bug#60670] [PATCH] gnu: xpra: Update to 4.4.3
Date: Sun, 8 Jan 2023 16:22:52 -0800	[thread overview]
Message-ID: <CAJsg1E9HwHNRQhdo2fRC21LRGir-rDFgyn32pnB9rEeC-DovWg@mail.gmail.com> (raw)

[-- 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


             reply	other threads:[~2023-01-09  0:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-09  0:22 Andy Tai [this message]
2023-01-12  3:34 ` bug#60670: [PATCH] gnu: xpra: Update to 4.4.3 宋文武 via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJsg1E9HwHNRQhdo2fRC21LRGir-rDFgyn32pnB9rEeC-DovWg@mail.gmail.com \
    --to=atai@atai.org \
    --cc=60670@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.