[PATCH] gnu: sway: Update to 1.10.

  • Open
  • quality assurance status badge
Details
2 participants
  • ashish.is
  • Mazin Alhaddad
Owner
Somebody
Submitted by
ashish.is
Severity
normal
A
A
ashish.is wrote 11 hours ago
(address . guix-patches@gnu.org)(name . Ashish SHUKLA)(address . ashish.is@lostca.se)
29f327a358db571ede0c0532dd9cb005a582bb81.1730904481.git.ashish.is@lostca.se
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(-)

Toggle diff (35 lines)
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
M
M
Mazin Alhaddad wrote 3 hours ago
setting onwner on 74228
(address . control@debbugs.gnu.org)
D5FH2YJ4U4XV.1KNVRZTOHZ5LL@getstate.dev
owner 74228 !
quit
M
M
Mazin AlHaddad wrote 81 minutes ago
[PATCH v2 0/1] Review for 74228
cover.1730939116.git.mazin@getstate.dev
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
M
M
Mazin AlHaddad wrote 81 minutes ago
[PATCH v2 1/1] gnu: sway: Update to 1.10.
9c0a634d315885cdb667f4e2c4313265af771d70.1730939116.git.mazin@getstate.dev
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(-)

Toggle diff (33 lines)
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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 74228@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74228
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch