package/sway: bump to version 1.10

Changelog: [1] [2].

Also, upstream commit [3], included in v1.10, removed the "xwayland"
build time option. This commit removes the corresponding
SWAY_CONF_OPTS.

[1] https://github.com/swaywm/sway/releases/tag/1.10
[2] https://github.com/swaywm/sway/releases/tag/1.9
[3] 9704152414

Signed-off-by: Raphael Pavlidis <raphael.pavlidis@gmail.com>
[Julien:
  - add new line before S-o-b
  - add link justifying the removal of xwayland option
]
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Raphael Pavlidis
2024-11-24 11:49:07 +00:00
committed by Julien Olivain
parent 2f47195d54
commit 24bad65295
2 changed files with 5 additions and 9 deletions

View File

@@ -1,3 +1,5 @@
# Locally computed, tarball verified with GPG signature
sha256 73f08fd2cf7948e8af900709efe44eae412ae11c5773960e25c9aa09f73bad41 sway-1.8.1.tar.gz
# Locally calculated after checking pgp signature
# https://github.com/swaywm/sway/releases/download/1.10/sway-1.10.tar.gz.sig
# with key 34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48 "emersion <contact@emersion.fr>"
sha256 7472a7f11150212e0bed0bd0af9f591c9caac9f9ea87c35486e475a21f5ce81f sway-1.10.tar.gz
sha256 bd35722bff46327f5eded1d211207277bbe043d2a22048b282c42ef801593b8b LICENSE

View File

@@ -4,7 +4,7 @@
#
################################################################################
SWAY_VERSION = 1.8.1
SWAY_VERSION = 1.10
SWAY_SITE = https://github.com/swaywm/sway/releases/download/$(SWAY_VERSION)
SWAY_LICENSE = MIT
SWAY_LICENSE_FILES = LICENSE
@@ -16,12 +16,6 @@ SWAY_CONF_OPTS = \
-Dman-pages=disabled \
-Dsd-bus-provider=libsystemd
ifeq ($(BR2_PACKAGE_WLROOTS_X11),y)
SWAY_CONF_OPTS += -Dxwayland=enabled
else
SWAY_CONF_OPTS += -Dxwayland=disabled
endif
ifeq ($(BR2_PACKAGE_GDK_PIXBUF),y)
SWAY_CONF_OPTS += -Dgdk-pixbuf=enabled
SWAY_DEPENDENCIES += gdk-pixbuf