GNU bug report logs - #71188
[PATCH] gnu: xpra: Update to 6.0.1.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Sat, 25 May 2024 05:46:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andy Tai <atai <at> atai.org>
Subject: bug#71188: closed (Re: [bug#71188] [PATCH] gnu: xpra: Update to
 6.0.1.)
Date: Sun, 26 May 2024 17:14:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#71188: [PATCH] gnu: xpra: Update to 6.0.1.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 71188 <at> debbugs.gnu.org.

-- 
71188: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71188
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Andy Tai <atai <at> atai.org>
Cc: 71188-done <at> debbugs.gnu.org
Subject: Re: [bug#71188] [PATCH] gnu: xpra: Update to 6.0.1.
Date: Sun, 26 May 2024 18:13:17 +0100
[Message part 3 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:

> * gnu/packages/xorg.scm (xpra): Update to 6.0.1.
>
> Change-Id: Iddd33aa57f1959c753df892c9b26df48e85b16ad
> ---
>  gnu/packages/xorg.scm | 12 +++++++-----
>  1 file changed, 7 insertions(+), 5 deletions(-)

Thanks for the patch, I've pushed this to master as
13d5e6f84a5a3130b628bc37377db562fc69b057.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: xpra: Update to 6.0.1.
Date: Fri, 24 May 2024 22:44:43 -0700
* gnu/packages/xorg.scm (xpra): Update to 6.0.1.

Change-Id: Iddd33aa57f1959c753df892c9b26df48e85b16ad
---
 gnu/packages/xorg.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 1f1fe4d7c6..c13a1f4215 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6158,14 +6158,16 @@ (define-public xcompmgr
 (define-public xpra
   (package
     (name "xpra")
-    (version "6.0")
+    (version "6.0.1")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://www.xpra.org/src/xpra-"
-                           version ".tar.xz"))
+       (method git-fetch)
+       (uri (git-reference
+           (url "https://github.com/Xpra-org/xpra.git")
+           (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "1dh89k2whvim4lgnryr9hisdq2zzcc5md9c3vm49y6jsp4j77glq"))
+        (base32 "0l92zscy1kjb0bpsdd8r2mchv2gks0krz6dj34s65c34zwa1rwg6"))
        (patches (search-patches "xpra-6.0-systemd-run.patch"
                                 "xpra-6.0-install_libs.patch"))))
     (build-system python-build-system)

base-commit: 9901416233867233192b63fde7f616751127b189
-- 
2.34.1




This bug report was last modified 364 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.