From: Demis Balbach <db@minikn.xyz>
To: 57859@debbugs.gnu.org
Cc: Demis Balbach <db@minikn.xyz>
Subject: [bug#57859] [PATCH 2/2] gnu: wlroots: Update to 0.15.1.
Date: Fri, 16 Sep 2022 15:26:18 +0200 [thread overview]
Message-ID: <20220916132618.15041-2-db@minikn.xyz> (raw)
In-Reply-To: <20220916132618.15041-1-db@minikn.xyz>
* gnu/packages/wm.scm (wlroots): Update to 0.15.1.
---
gnu/packages/wm.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index f329020eb4..eb23435fcd 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -57,6 +57,7 @@
;;; Copyright © 2022 muradm <mail@muradm.net>
;;; Copyright © 2022 Elais Player <elais@fastmail.com>
;;; Copyright © 2022 Trevor Richards <trev@trevdev.ca>
+;;; Copyright © 2022 Demis Balbach <db@minikn.xyz>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1534,16 +1535,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")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1sshp3lvlkl1i670kxhwsb4xzxl8raz6769kqvgmxzcb63ns9ay1"))))
+ (base32 "00s73nhi3sc48l426jdlqwpclg41kx1hv0yk4yxhbzw19gqpfm1h"))))
(build-system meson-build-system)
(arguments
`(#:phases
@@ -1564,7 +1565,7 @@ (define-public wlroots
pixman
libseat
wayland
- wayland-protocols
+ wayland-protocols-next
xcb-util-errors
xcb-util-wm
xorg-server-xwayland))
--
2.37.3
next prev parent reply other threads:[~2022-09-16 13:37 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-16 13:16 [bug#57859] [PATCH] gnu: wlroots: Update to 0.15.1 Demis Balbach
2022-09-16 13:26 ` [bug#57859] [PATCH 1/2] gnu: libdrm: Update to 2.4.109 Demis Balbach
2022-09-16 13:26 ` Demis Balbach [this message]
2022-09-17 1:42 ` [bug#57859] [PATCH] gnu: wlroots: Update to 0.15.1 kiasoc5 via Guix-patches via
2022-09-20 19:08 ` Demis Balbach
2022-10-14 22:43 ` bug#57859: " Ludovic Courtès
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=20220916132618.15041-2-db@minikn.xyz \
--to=db@minikn.xyz \
--cc=57859@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.