GNU bug report logs -
#63085
[PATCH 1/2] gnu: wlroots: Update to 0.16.2.
Previous Next
Reported by: Jack Hill <jackhill <at> jackhill.us>
Date: Wed, 26 Apr 2023 04:52:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
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 63085 in the body.
You can then email your comments to 63085 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#63085
; Package
guix-patches
.
(Wed, 26 Apr 2023 04:52:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jack Hill <jackhill <at> jackhill.us>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 26 Apr 2023 04:52:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/wm.scm (wlroots): Update to 0.16.2.
---
gnu/packages/wm.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index f1fcc68d5f..54d6bd4c9b 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1565,7 +1565,7 @@ (define-public polybar
(define-public wlroots
(package
(name "wlroots")
- (version "0.16.1")
+ (version "0.16.2")
(source
(origin
(method git-fetch)
@@ -1574,7 +1574,7 @@ (define-public wlroots
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "11kcica9waj1a1xgbi12gif9z5z0b4xzycbcgawbgdmj77pws8sk"))))
+ (base32 "1m12nv6avgnz626h3giqp6gcx44w1wq6z0jy780mx8z255ic7q15"))))
(build-system meson-build-system)
(arguments
`(#:phases
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63085
; Package
guix-patches
.
(Wed, 26 Apr 2023 04:58:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 63085 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/wm.scm (sway): Update to 1.8.1.
---
gnu/packages/wm.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 54d6bd4c9b..88ab6aab2f 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1619,7 +1619,7 @@ (define-public wlroots
(define-public sway
(package
(name "sway")
- (version "1.8")
+ (version "1.8.1")
(source
(origin
(method git-fetch)
@@ -1628,7 +1628,7 @@ (define-public sway
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "17dqr2lkmcv2ssp7vky27zw599i77whpb1aqh1s6kl8a8vkrz6mg"))))
+ (base32 "1y7brfrsjnm9gksijgnr6zxqiqvn06mdiwsk5j87ggmxazxd66av"))))
(build-system meson-build-system)
(arguments
`(;; elogind is propagated by wlroots -> libseat
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63085
; Package
guix-patches
.
(Thu, 27 Apr 2023 15:44:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 63085 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/wm.scm (sway): Update to 1.8.1.
---
gnu/packages/wm.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 6bf5ad6687..09eb06ce57 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1619,7 +1619,7 @@ (define-public wlroots
(define-public sway
(package
(name "sway")
- (version "1.8")
+ (version "1.8.1")
(source
(origin
(method git-fetch)
@@ -1628,7 +1628,7 @@ (define-public sway
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "17dqr2lkmcv2ssp7vky27zw599i77whpb1aqh1s6kl8a8vkrz6mg"))))
+ (base32 "1y7brfrsjnm9gksijgnr6zxqiqvn06mdiwsk5j87ggmxazxd66av"))))
(build-system meson-build-system)
(arguments
`(;; elogind is propagated by wlroots -> libseat
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63085
; Package
guix-patches
.
(Thu, 27 Apr 2023 15:44:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 63085 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/wm.scm (wlroots): Update to 0.16.2.
[home-page]: Switch to new upstream homepage.
---
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 f1fcc68d5f..6bf5ad6687 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1565,7 +1565,7 @@ (define-public polybar
(define-public wlroots
(package
(name "wlroots")
- (version "0.16.1")
+ (version "0.16.2")
(source
(origin
(method git-fetch)
@@ -1574,7 +1574,7 @@ (define-public wlroots
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "11kcica9waj1a1xgbi12gif9z5z0b4xzycbcgawbgdmj77pws8sk"))))
+ (base32 "1m12nv6avgnz626h3giqp6gcx44w1wq6z0jy780mx8z255ic7q15"))))
(build-system meson-build-system)
(arguments
`(#:phases
@@ -1609,7 +1609,7 @@ (define-public wlroots
(list
`(,hwdata "pnp")
pkg-config))
- (home-page "https://github.com/swaywm/wlroots")
+ (home-page "https://gitlab.freedesktop.org/wlroots/wlroots/")
(synopsis "Pluggable, composable, unopinionated modules for building a
Wayland compositor")
(description "wlroots is a set of pluggable, composable, unopinionated
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63085
; Package
guix-patches
.
(Mon, 19 Jun 2023 10:17:01 GMT)
Full text and
rfc822 format available.
Message #17 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
These patches look good to me, I've pushed them to master as
49cd552866f2b18db0c02a8a8768a28935fe6de1.
Thanks,
Chris
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63085
; Package
guix-patches
.
(Mon, 19 Jun 2023 10:17:02 GMT)
Full text and
rfc822 format available.
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Tue, 20 Jun 2023 21:08:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Jack Hill <jackhill <at> jackhill.us>
:
bug acknowledged by developer.
(Tue, 20 Jun 2023 21:08:02 GMT)
Full text and
rfc822 format available.
Message #25 received at 63085-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Marking as done.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 19 Jul 2023 11:24:13 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 297 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.