diff --git a/package/wayland-protocols/0001-meson.build-wayland-scanner-is-only-needed-for-tests.patch b/package/wayland-protocols/0001-meson.build-wayland-scanner-is-only-needed-for-tests.patch deleted file mode 100644 index ff3ec571..00000000 --- a/package/wayland-protocols/0001-meson.build-wayland-scanner-is-only-needed-for-tests.patch +++ /dev/null @@ -1,42 +0,0 @@ -From 80e97bd00bf6263845aa98b411507baba28be67e Mon Sep 17 00:00:00 2001 -From: Fabrice Fontaine -Date: Sun, 19 Sep 2021 11:01:00 +0200 -Subject: [PATCH] meson.build: wayland-scanner is only needed for tests - -wayland-scanner is only needed for tests so don't require it if tests -are disabled - -Signed-off-by: Fabrice Fontaine -[Retrieved from: -https://gitlab.freedesktop.org/wayland/wayland-protocols/-/commit/80e97bd00bf6263845aa98b411507baba28be67e] ---- - meson.build | 2 -- - tests/meson.build | 1 + - 2 files changed, 1 insertion(+), 2 deletions(-) - -diff --git a/meson.build b/meson.build -index 94b49e7..15dbc37 100644 ---- a/meson.build -+++ b/meson.build -@@ -8,8 +8,6 @@ wayland_protocols_version = meson.project_version() - - fs = import('fs') - --dep_scanner = dependency('wayland-scanner', native: true) -- - stable_protocols = [ - 'presentation-time', - 'viewporter', -diff --git a/tests/meson.build b/tests/meson.build -index 66337e7..74824ae 100644 ---- a/tests/meson.build -+++ b/tests/meson.build -@@ -1,4 +1,5 @@ - prog_scan_sh = find_program('scan.sh') -+dep_scanner = dependency('wayland-scanner', native: true) - prog_scanner = find_program(dep_scanner.get_pkgconfig_variable('wayland_scanner')) - - libwayland = [ --- -GitLab - diff --git a/package/wayland-protocols/wayland-protocols.hash b/package/wayland-protocols/wayland-protocols.hash old mode 100644 new mode 100755 index b76bafb4..4717523d --- a/package/wayland-protocols/wayland-protocols.hash +++ b/package/wayland-protocols/wayland-protocols.hash @@ -1,5 +1,4 @@ -# From https://lists.freedesktop.org/archives/wayland-devel/2021-September/041979.html -md5 31a6c469718db37d2688109e548506e4 wayland-protocols-1.23.tar.xz -sha1 8c4ebdce35953b1e2af458c139a432a308af6f50 wayland-protocols-1.23.tar.xz -sha256 6c0af1915f96f615927a6270d025bd973ff1c58e521e4ca1fc9abfc914633f76 wayland-protocols-1.23.tar.xz +# From https://lists.freedesktop.org/archives/wayland-devel/2022-October/042466.html +sha256 9046f10a425d4e2a00965a03acfb6b3fb575a56503ac72c2b86821c69653375c wayland-protocols-1.27.tar.xz +sha512 c0a49bc46c663c9f602998dfe2e184c09756790fbcc7acbc2bf9d9cf8f7d6dcdd00259b768222a30e5d134e6f97f7f4faf252947b544e8b32f53278b70da0390 wayland-protocols-1.27.tar.xz sha256 f1a2b233e8a9a71c40f4aa885be08a0842ac85bb8588703c1dd7e6e6502e3124 COPYING diff --git a/package/wayland-protocols/wayland-protocols.mk b/package/wayland-protocols/wayland-protocols.mk old mode 100644 new mode 100755 index 41ab1e1c..2510d7c0 --- a/package/wayland-protocols/wayland-protocols.mk +++ b/package/wayland-protocols/wayland-protocols.mk @@ -4,8 +4,8 @@ # ################################################################################ -WAYLAND_PROTOCOLS_VERSION = 1.23 -WAYLAND_PROTOCOLS_SITE = https://wayland.freedesktop.org/releases +WAYLAND_PROTOCOLS_VERSION = 1.27 +WAYLAND_PROTOCOLS_SITE = https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/$(WAYLAND_PROTOCOLS_VERSION)/downloads WAYLAND_PROTOCOLS_SOURCE = wayland-protocols-$(WAYLAND_PROTOCOLS_VERSION).tar.xz WAYLAND_PROTOCOLS_LICENSE = MIT WAYLAND_PROTOCOLS_LICENSE_FILES = COPYING