[PATCH] gnu: wlroots: Update to 0.15.1

  • Done
  • quality assurance status badge
Details
3 participants
  • Andy Tai
  • kiasoc5
  • Andy Tai
Owner
unassigned
Submitted by
Andy Tai
Severity
normal
Blocked by

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)
CAJsg1E8NoMq9=VL=CahG+ERa0sq_AhE2iq5rcbBx0806P0KV7A@mail.gmail.com

From c0d5a50849b02e909e465491660deef50c42b420 Mon Sep 17 00:00:00 2001
From: andy Tai <atai@atai.org>
Date: Thu, 10 Nov 2022 08:27:43 -0800
Subject: [PATCH] gnu: wlroots: Update to 0.15.1

* gnu/packages/wm.scm (wlroots): Update to 0.15.1
---
gnu/packages/wm.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)

Toggle diff (57 lines)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 54e1c9c016..4ba66d315c 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -58,6 +58,7 @@
;;; Copyright © 2022 Elais Player <elais@fastmail.com>
;;; Copyright © 2022 Trevor Richards <trev@trevdev.ca>
;;; Copyright © 2022 Fredrik Salomonsson <plattfot@posteo.net>
+;;; Copyright © 2022 Andy Tai <atai@atai.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1535,16 +1536,16 @@ (define-public polybar
(define-public wlroots
(package
(name "wlroots")
- (version "0.14.1")
+ (version "0.15.1")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/swaywm/wlroots")
+ (url "https://gitlab.freedesktop.org/wlroots/wlroots.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1sshp3lvlkl1i670kxhwsb4xzxl8raz6769kqvgmxzcb63ns9ay1"))))
+ (base32 "00s73nhi3sc48l426jdlqwpclg41kx1hv0yk4yxhbzw19gqpfm1h"))))
(build-system meson-build-system)
(arguments
`(#:phases
@@ -1559,19 +1560,20 @@ (define-public wlroots
(propagated-inputs
(list ;; As required by wlroots.pc.
eudev
+ libdrm
libinput-minimal
libxkbcommon
mesa
pixman
libseat
wayland
- wayland-protocols
+ wayland-protocols-next
xcb-util-errors
xcb-util-wm
xorg-server-xwayland))
(native-inputs
(list pkg-config))
- (home-page "https://github.com/swaywm/wlroots")
+ (home-page "https://gitlab.freedesktop.org/wlroots/wlroots.git")
(synopsis "Pluggable, composable, unopinionated modules for building a
Wayland compositor")
(description "wlroots is a set of pluggable, composable, unopinionated
--
2.38.1
Andy Tai wrote 2 years ago
(address . control@debbugs.gnu.org)
CAJsg1E_OaGGC2BUNk53YfyKCa378PcPEp8R+x66M7kpe3ajgTw@mail.gmail.com
block 59174 by 59173
Andy Tai wrote 2 years ago
(address . control@debbugs.gnu.org)
CAJsg1E83msCCt+Fkt8SVEJtL3=JN=Pz7VLu4bzenSkwT9ku5jg@mail.gmail.com
unblock 59174 by 59173
block 59173 by 59174
kiasoc5 wrote 2 years ago
(address . control@debbugs.gnu.org)
15af5de6-9290-4f58-305c-57d4ea61c9cd@disroot.org
close 59174
close 59173
thanks

addressed in core-updates already, commits:
ece7a37f59f5f19ba0ba4d246d627e004112943e
0eacf52837f184237536c8fa704d3ab1175901d0
?
Your comment

This issue is archived.

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

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