[PATCH] gnu: wlroots: Update to 0.16.0.

  • Done
  • quality assurance status badge
Details
3 participants
  • Adam Faiz
  • Andreas Enge
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Adam Faiz
Severity
normal

Debbugs page

Adam Faiz wrote 2 years ago
(address . guix-patches@gnu.org)
8a97d9cd-85b9-eb8e-8808-dddf02ef70ad@disroot.org
From 41f5067efe97cbe3211605126361582c6f48c484 Mon Sep 17 00:00:00 2001
From: AwesomeAdam54321 <adam.faiz@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:
---
gnu/packages/wm.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (26 lines)
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
Adam Faiz wrote 2 years ago
(address . guix-patches@gnu.org)
470f63e5-ba82-a9a9-dbfe-6db0cc6f5b2b@disroot.org
On 11/21/22 13:51, Adam Faiz wrote:
Toggle quote (1 lines)
> [PATCH] gnu: wlroots: Update to 0.16.0.
This patch depends on wayland being updated, so it'll probably wait
until the next cycle.
Ricardo Wurmus wrote 2 years ago
Control message for 59434
(address . control@debbugs.gnu.org)
87zgb8adsc.fsf@elephly.net
block 59434 by 59433
thanks

--
Ricardo
Andreas Enge wrote 2 years ago
Close
(address . 59433-done@debbugs.gnu.org)
ZDVH1Fl4T1rcpUuy@jurong
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
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 59433
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