GNU bug report logs -
#57859
[PATCH] gnu: wlroots: Update to 0.15.1.
Previous Next
Reported by: Demis Balbach <db <at> minikn.xyz>
Date: Fri, 16 Sep 2022 13:17:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 57859 in the body.
You can then email your comments to 57859 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#57859
; Package
guix-patches
.
(Fri, 16 Sep 2022 13:17:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Demis Balbach <db <at> minikn.xyz>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 16 Sep 2022 13:17:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
--
Best regards / Mit freundlichen Grüßen,
Demis Balbach
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#57859
; Package
guix-patches
.
(Fri, 16 Sep 2022 13:27:03 GMT)
Full text and
rfc822 format available.
Message #8 received at 57859 <at> debbugs.gnu.org (full text, mbox):
* 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 <at> muradm.net>
;;; Copyright © 2022 Elais Player <elais <at> fastmail.com>
;;; Copyright © 2022 Trevor Richards <trev <at> trevdev.ca>
+;;; Copyright © 2022 Demis Balbach <db <at> 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#57859
; Package
guix-patches
.
(Fri, 16 Sep 2022 13:27:03 GMT)
Full text and
rfc822 format available.
Message #11 received at 57859 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.109.
---
gnu/packages/xdisorg.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 9908f29191..b42ed64587 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -56,6 +56,7 @@
;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan <at> gmail.com>
;;; Copyright © 2022 Derek Chuank <derekchuank <at> outlook.com>
;;; Copyright © 2022 Wamm K. D. <jaft.r <at> outlook.com>
+;;; Copyright © 2022 Demis Balbach <db <at> minikn.xyz>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -692,7 +693,7 @@ (define-public pixman
(define-public libdrm
(package
(name "libdrm")
- (version "2.4.107")
+ (version "2.4.109")
(source (origin
(method url-fetch)
(uri (string-append
@@ -700,7 +701,7 @@ (define-public libdrm
version ".tar.xz"))
(sha256
(base32
- "127qf1rzhaf13vdd75a58v5q34617hvangjlfnlkcdh37gqcwm65"))))
+ "09kzrdsd14zr0i3izvi5mck4vqccl3c9hr84r9i4is0zikh554v2"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags
--
2.37.3
Information forwarded
to
guix-patches <at> gnu.org
:
bug#57859
; Package
guix-patches
.
(Sat, 17 Sep 2022 01:43:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 57859 <at> debbugs.gnu.org (full text, mbox):
Hi Demis,
wlroots is updated to 0.15.1 on core-updates
(0eacf52837f184237536c8fa704d3ab1175901d0)
Information forwarded
to
guix-patches <at> gnu.org
:
bug#57859
; Package
guix-patches
.
(Tue, 20 Sep 2022 19:09:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 57859 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On 2022-09-17 01:42, kiasoc5 <at> disroot.org wrote:
> Hi Demis,
>
> wlroots is updated to 0.15.1 on core-updates
> (0eacf52837f184237536c8fa704d3ab1175901d0)
Okay thanks. When will it be merged?
--
Best regards / Mit freundlichen Grüßen,
Demis Balbach
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Fri, 14 Oct 2022 22:44:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Demis Balbach <db <at> minikn.xyz>
:
bug acknowledged by developer.
(Fri, 14 Oct 2022 22:44:02 GMT)
Full text and
rfc822 format available.
Message #22 received at 57859-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Demis Balbach <db <at> minikn.xyz> skribis:
> On 2022-09-17 01:42, kiasoc5 <at> disroot.org wrote:
>
>> Hi Demis,
>>
>> wlroots is updated to 0.15.1 on core-updates
>> (0eacf52837f184237536c8fa704d3ab1175901d0)
>
> Okay thanks. When will it be merged?
It may take another couple of months…
Thanks,
Ludo’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 12 Nov 2022 12:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 244 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.