unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#74228] [PATCH] gnu: sway: Update to 1.10.
@ 2024-11-06 14:48 ashish.is--- via Guix-patches via
  2024-11-07  0:33 ` [bug#74228] [PATCH v2 0/1] Review for 74228 Mazin AlHaddad
  0 siblings, 1 reply; 4+ messages in thread
From: ashish.is--- via Guix-patches via @ 2024-11-06 14:48 UTC (permalink / raw)
  To: 74228; +Cc: Ashish SHUKLA

From: Ashish SHUKLA <ashish.is@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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#74228] [PATCH v2 0/1] Review for 74228
  2024-11-06 14:48 [bug#74228] [PATCH] gnu: sway: Update to 1.10 ashish.is--- via Guix-patches via
@ 2024-11-07  0:33 ` Mazin AlHaddad
  2024-11-07  0:33   ` [bug#74227] [PATCH v2 1/1] gnu: sway: Update to 1.10 Mazin AlHaddad
  0 siblings, 1 reply; 4+ messages in thread
From: Mazin AlHaddad @ 2024-11-07  0:33 UTC (permalink / raw)
  To: 74227, 74228; +Cc: mazin

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





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#74227] [PATCH v2 1/1] gnu: sway: Update to 1.10.
  2024-11-07  0:33 ` [bug#74228] [PATCH v2 0/1] Review for 74228 Mazin AlHaddad
@ 2024-11-07  0:33   ` Mazin AlHaddad
  2024-11-12 22:49     ` bug#74228: " Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Mazin AlHaddad @ 2024-11-07  0:33 UTC (permalink / raw)
  To: 74227, 74228; +Cc: mazin, ashish.is

From: Ashish SHUKLA <ashish.is@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@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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#74228: [PATCH v2 1/1] gnu: sway: Update to 1.10.
  2024-11-07  0:33   ` [bug#74227] [PATCH v2 1/1] gnu: sway: Update to 1.10 Mazin AlHaddad
@ 2024-11-12 22:49     ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2024-11-12 22:49 UTC (permalink / raw)
  To: Mazin AlHaddad; +Cc: 74228-done, 74227-done, ashish.is

Mazin AlHaddad <mazin@getstate.dev> skribis:

> From: Ashish SHUKLA <ashish.is@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@getstate.dev>

Applied, thanks!




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-11-12 23:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-06 14:48 [bug#74228] [PATCH] gnu: sway: Update to 1.10 ashish.is--- via Guix-patches via
2024-11-07  0:33 ` [bug#74228] [PATCH v2 0/1] Review for 74228 Mazin AlHaddad
2024-11-07  0:33   ` [bug#74227] [PATCH v2 1/1] gnu: sway: Update to 1.10 Mazin AlHaddad
2024-11-12 22:49     ` bug#74228: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).