Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/1] package/sway: bump to version 1.12
@ 2026-05-28 17:28 Raphael Pavlidis
  2026-06-02 14:07 ` Adrian Perez de Castro
  0 siblings, 1 reply; 2+ messages in thread
From: Raphael Pavlidis @ 2026-05-28 17:28 UTC (permalink / raw)
  To: buildroot; +Cc: Raphael Pavlidis

Also fix the current build error with 1.11, because sway 1.11 cannot be
build with wlroots 0.20.0.

Changelog:
https://github.com/swaywm/sway/releases/tag/1.12
Signed-off-by: Raphael Pavlidis <raphael.pavlidis@gmail.com>
---
 package/sway/sway.hash | 5 +++--
 package/sway/sway.mk   | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/package/sway/sway.hash b/package/sway/sway.hash
index 46f2bee753..2b8a8ee990 100644
--- a/package/sway/sway.hash
+++ b/package/sway/sway.hash
@@ -1,5 +1,6 @@
 # Locally calculated after checking pgp signature
-# https://github.com/swaywm/sway/releases/download/1.11/sway-1.11.tar.gz.sig
+# https://github.com/swaywm/sway/releases/download/1.12/sway-1.12.tar.gz.sig
 # with key 34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48 "emersion <contact@emersion.fr>"
-sha256  0e37a55b7c3379230e97e1ad982542b75016a0c7d6676198604e557f9b373dae  sway-1.11.tar.gz
+# Unfortunately, the keys expired on 2025-04-03.
+sha256  a7b1becc217433c11c6284d36bcea0687b87b77b0ed26a384565292ec321f2b1  sway-1.12.tar.gz
 sha256  bd35722bff46327f5eded1d211207277bbe043d2a22048b282c42ef801593b8b  LICENSE
diff --git a/package/sway/sway.mk b/package/sway/sway.mk
index a497a2cbe7..56d18ef6f9 100644
--- a/package/sway/sway.mk
+++ b/package/sway/sway.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SWAY_VERSION = 1.11
+SWAY_VERSION = 1.12
 SWAY_SITE = https://github.com/swaywm/sway/releases/download/$(SWAY_VERSION)
 SWAY_LICENSE = MIT
 SWAY_LICENSE_FILES = LICENSE
-- 
2.54.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v1 1/1] package/sway: bump to version 1.12
  2026-05-28 17:28 [Buildroot] [PATCH v1 1/1] package/sway: bump to version 1.12 Raphael Pavlidis
@ 2026-06-02 14:07 ` Adrian Perez de Castro
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Perez de Castro @ 2026-06-02 14:07 UTC (permalink / raw)
  To: Raphael Pavlidis; +Cc: buildroot, Raphael Pavlidis


[-- Attachment #1.1: Type: text/plain, Size: 1796 bytes --]

On Thu, 28 May 2026 19:28:18 +0200 Raphael Pavlidis <raphael.pavlidis@gmail.com> wrote:
> Also fix the current build error with 1.11, because sway 1.11 cannot be
> build with wlroots 0.20.0.
> 
> Changelog:
> https://github.com/swaywm/sway/releases/tag/1.12
> Signed-off-by: Raphael Pavlidis <raphael.pavlidis@gmail.com>
> ---
>  package/sway/sway.hash | 5 +++--
>  package/sway/sway.mk   | 2 +-
>  2 files changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/package/sway/sway.hash b/package/sway/sway.hash
> index 46f2bee753..2b8a8ee990 100644
> --- a/package/sway/sway.hash
> +++ b/package/sway/sway.hash
> @@ -1,5 +1,6 @@
>  # Locally calculated after checking pgp signature
> -# https://github.com/swaywm/sway/releases/download/1.11/sway-1.11.tar.gz.sig
> +# https://github.com/swaywm/sway/releases/download/1.12/sway-1.12.tar.gz.sig
>  # with key 34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48 "emersion <contact@emersion.fr>"
> -sha256  0e37a55b7c3379230e97e1ad982542b75016a0c7d6676198604e557f9b373dae  sway-1.11.tar.gz
> +# Unfortunately, the keys expired on 2025-04-03.
> +sha256  a7b1becc217433c11c6284d36bcea0687b87b77b0ed26a384565292ec321f2b1  sway-1.12.tar.gz
>  sha256  bd35722bff46327f5eded1d211207277bbe043d2a22048b282c42ef801593b8b  LICENSE
> diff --git a/package/sway/sway.mk b/package/sway/sway.mk
> index a497a2cbe7..56d18ef6f9 100644
> --- a/package/sway/sway.mk
> +++ b/package/sway/sway.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -SWAY_VERSION = 1.11
> +SWAY_VERSION = 1.12
>  SWAY_SITE = https://github.com/swaywm/sway/releases/download/$(SWAY_VERSION)
>  SWAY_LICENSE = MIT
>  SWAY_LICENSE_FILES = LICENSE
> -- 
> 2.54.0

Reviewed-by: Adrian Perez de Castro <aperez@igalia.com>

Cheers,
—Adrián

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2026-06-02 14:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-28 17:28 [Buildroot] [PATCH v1 1/1] package/sway: bump to version 1.12 Raphael Pavlidis
2026-06-02 14:07 ` Adrian Perez de Castro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox