GNU bug report logs - #74228
[PATCH] gnu: sway: Update to 1.10.

Previous Next

Package: guix-patches;

Reported by: ashish.is <at> lostca.se

Date: Wed, 6 Nov 2024 14:49:03 UTC

Owned by: "Mazin Alhaddad" <mazin <at> getstate.dev>

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 74228 in the body.
You can then email your comments to 74228 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#74228; Package guix-patches. (Wed, 06 Nov 2024 14:49:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to ashish.is <at> lostca.se:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 06 Nov 2024 14:49:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: ashish.is <at> lostca.se
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: sway: Update to 1.10.
Date: Wed,  6 Nov 2024 15:48:01 +0100
From: Ashish SHUKLA <ashish.is <at> lostca.se>

* gnu/packages/wm.scm (sway): Update to 1.10.
[inputs] Replace wlroots-0.17 with wlroots.

Change-Id: Ia5230c58ecb11e3b1e5a94557f2965d7e648851f
---
 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 836d4b6c04..b8c47d0317 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1906,7 +1906,7 @@ (define-public wmenu
 (define-public sway
   (package
     (name "sway")
-    (version "1.9")
+    (version "1.10")
     (source
      (origin
        (method git-fetch)
@@ -1915,7 +1915,7 @@ (define-public sway
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1n36vgpi4bg2gkiq4fam4khly1z9bjinmjclzq5vfx0z8h7a5bzz"))))
+        (base32 "0f8mdvpv9w44r91944s90s0cssqvgmnhi4zxn4xa4xllg3z98drz"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -1943,7 +1943,7 @@ (define-public sway
                   pcre2
                   swaybg
                   wayland
-                  wlroots-0.17))
+                  wlroots))
     (native-inputs
      (cons* linux-pam mesa pkg-config scdoc wayland-protocols
             (if (%current-target-system)

base-commit: bd3d7c8587c6a229fdf242bfd12d540e5aa8acd3
-- 
2.47.0





Owner recorded as "Mazin Alhaddad" <mazin <at> getstate.dev>. Request was from "Mazin Alhaddad" <mazin <at> getstate.dev> to control <at> debbugs.gnu.org. (Wed, 06 Nov 2024 23:10:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org, "Mazin Alhaddad" <mazin <at> getstate.dev>:
bug#74228; Package guix-patches. (Thu, 07 Nov 2024 00:34:02 GMT) Full text and rfc822 format available.

Message #10 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Mazin AlHaddad <mazin <at> getstate.dev>
To: 74227 <at> debbugs.gnu.org,
	74228 <at> debbugs.gnu.org
Cc: Mazin AlHaddad <mazin <at> getstate.dev>, guix-patches <at> gnu.org
Subject: [PATCH v2 0/1] Review for 74228
Date: Thu,  7 Nov 2024 03:33:39 +0300
Review:
	* submission: checked commit format, synopsis and description
	* submission: patch applies cleanly, builds and runs locally
	* functionality: test installed, guix lint is clean
	* added: Reviewed-by commit trailer


Ashish SHUKLA (1):
  gnu: sway: Update to 1.10.

 gnu/packages/wm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


base-commit: f0ac12fa1a261854c662a9746d06e7667bef1470
-- 
2.46.0





Information forwarded to guix-patches <at> gnu.org, "Mazin Alhaddad" <mazin <at> getstate.dev>:
bug#74228; Package guix-patches. (Thu, 07 Nov 2024 00:34:02 GMT) Full text and rfc822 format available.

Message #13 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Mazin AlHaddad <mazin <at> getstate.dev>
To: 74227 <at> debbugs.gnu.org,
	74228 <at> debbugs.gnu.org
Cc: Mazin Alhaddad <mazin <at> getstate.dev>, Ashish SHUKLA <ashish.is <at> lostca.se>,
 guix-patches <at> gnu.org
Subject: [PATCH v2 1/1] gnu: sway: Update to 1.10.
Date: Thu,  7 Nov 2024 03:33:40 +0300
From: Ashish SHUKLA <ashish.is <at> lostca.se>

* gnu/packages/wm.scm (sway): Update to 1.10.
[inputs] Replace wlroots-0.17 with wlroots.

Change-Id: Ia5230c58ecb11e3b1e5a94557f2965d7e648851f
Reviewed-by: Mazin Alhaddad <mazin <at> getstate.dev>
---
 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 836d4b6c04..b8c47d0317 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1906,7 +1906,7 @@ (define-public wmenu
 (define-public sway
   (package
     (name "sway")
-    (version "1.9")
+    (version "1.10")
     (source
      (origin
        (method git-fetch)
@@ -1915,7 +1915,7 @@ (define-public sway
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1n36vgpi4bg2gkiq4fam4khly1z9bjinmjclzq5vfx0z8h7a5bzz"))))
+        (base32 "0f8mdvpv9w44r91944s90s0cssqvgmnhi4zxn4xa4xllg3z98drz"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -1943,7 +1943,7 @@ (define-public sway
                   pcre2
                   swaybg
                   wayland
-                  wlroots-0.17))
+                  wlroots))
     (native-inputs
      (cons* linux-pam mesa pkg-config scdoc wayland-protocols
             (if (%current-target-system)
-- 
2.46.0





Information forwarded to guix-patches <at> gnu.org, "Mazin Alhaddad" <mazin <at> getstate.dev>:
bug#74228; Package guix-patches. (Thu, 07 Nov 2024 00:34:04 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org, "Mazin Alhaddad" <mazin <at> getstate.dev>:
bug#74228; Package guix-patches. (Thu, 07 Nov 2024 00:34:05 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org, "Mazin Alhaddad" <mazin <at> getstate.dev>:
bug#74228; Package guix-patches. (Thu, 07 Nov 2024 00:38:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org, "Mazin Alhaddad" <mazin <at> getstate.dev>:
bug#74228; Package guix-patches. (Thu, 07 Nov 2024 00:38:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org, "Mazin Alhaddad" <mazin <at> getstate.dev>:
bug#74228; Package guix-patches. (Thu, 07 Nov 2024 00:38:03 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org, "Mazin Alhaddad" <mazin <at> getstate.dev>:
bug#74228; Package guix-patches. (Thu, 07 Nov 2024 00:38:03 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 12 Nov 2024 22:50:02 GMT) Full text and rfc822 format available.

Notification sent to ashish.is <at> lostca.se:
bug acknowledged by developer. (Tue, 12 Nov 2024 22:50:03 GMT) Full text and rfc822 format available.

Message #36 received at 74228-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Mazin AlHaddad <mazin <at> getstate.dev>
Cc: 74228-done <at> debbugs.gnu.org, 74227-done <at> debbugs.gnu.org, ashish.is <at> lostca.se
Subject: Re: [bug#74228] [PATCH v2 1/1] gnu: sway: Update to 1.10.
Date: Tue, 12 Nov 2024 23:49:28 +0100
Mazin AlHaddad <mazin <at> getstate.dev> skribis:

> From: Ashish SHUKLA <ashish.is <at> lostca.se>
>
> * gnu/packages/wm.scm (sway): Update to 1.10.
> [inputs] Replace wlroots-0.17 with wlroots.
>
> Change-Id: Ia5230c58ecb11e3b1e5a94557f2965d7e648851f
> Reviewed-by: Mazin Alhaddad <mazin <at> getstate.dev>

Applied, thanks!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 11 Dec 2024 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 241 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.