GNU bug report logs - #59433
[PATCH] gnu: wlroots: Update to 0.16.0.

Previous Next

Package: guix-patches;

Reported by: Adam Faiz <adam.faiz <at> disroot.org>

Date: Mon, 21 Nov 2022 05:52:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

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: Andreas Enge <andreas <at> enge.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#59433: closed ([PATCH] gnu: wlroots: Update to 0.16.0.)
Date: Tue, 11 Apr 2023 11:44:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 11 Apr 2023 13:43:16 +0200
with message-id <ZDVH1Fl4T1rcpUuy <at> jurong>
and subject line Close
has caused the debbugs.gnu.org bug report #59433,
regarding [PATCH] gnu: wlroots: Update to 0.16.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
59433: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59433
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Adam Faiz <adam.faiz <at> disroot.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: wlroots: Update to 0.16.0.
Date: Mon, 21 Nov 2022 13:51:28 +0800
From 41f5067efe97cbe3211605126361582c6f48c484 Mon Sep 17 00:00:00 2001
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Mon, 21 Nov 2022 13:27:46 +0800
Subject: [PATCH] gnu: wlroots: Update to 0.16.0.

* gnu/packages/wm.scm (wlroots): Update to 0.16.0.
The wlroots repository has moved: 
https://gitlab.freedesktop.org/wlroots/wlroots
---
 gnu/packages/wm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 6bca36f432..c87a616ed9 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1537,16 +1537,16 @@ (define-public polybar
 (define-public wlroots
   (package
     (name "wlroots")
-    (version "0.14.1")
+    (version "0.16.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/swaywm/wlroots")
+             (url "https://gitlab.freedesktop.org/wlroots/wlroots")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1sshp3lvlkl1i670kxhwsb4xzxl8raz6769kqvgmxzcb63ns9ay1"))))
+        (base32 "18rfr3wfm61dv9w8m4xjz4gzq2v3k5vx35ymbi1cggkgbk3lbc4k"))))
     (build-system meson-build-system)
     (arguments
      `(#:phases
-- 
2.38.1


[Message part 3 (message/rfc822, inline)]
From: Andreas Enge <andreas <at> enge.fr>
To: 59433-done <at> debbugs.gnu.org
Subject: Close
Date: Tue, 11 Apr 2023 13:43:16 +0200
wlroots has been updated to 0.16.1 in core-updates by this commit:
   d646c2937b306108e7dabe6c47e70f311e8357a6
So I am closing this bug.

Dependent patches can be considered once core-updates is merged.

Andreas



This bug report was last modified 2 years and 137 days ago.

Previous Next


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