From 8abbc307a5b3c4bb2fab264b804a74754f87f1df Mon Sep 17 00:00:00 2001 From: Adam Duskett Date: Wed, 14 May 2025 15:43:12 +0200 Subject: [PATCH] package/libxkbcommon: bump to version 1.9.2 Changes: - No longer hosted at https://xkbcommon.org/download. The website points to the github repository. As such, change the URL accordingly. - The sha256sum is not provided in the mailing list archive, so the sha256sum is locally calculated. - The license file was reworded as of commit e120807b: """Update license notices to SDPX short identifiers + update LICENSE""" See release notes, since version 1.7.0: - 1.8.0: https://lists.freedesktop.org/archives/wayland-devel/2025-February/043969.html - 1.8.1: https://lists.freedesktop.org/archives/wayland-devel/2025-March/044021.html - 1.9.0: https://lists.freedesktop.org/archives/wayland-devel/2025-April/044160.html - 1.9.1: https://lists.freedesktop.org/archives/wayland-devel/2025-May/044209.html - 1.9.2: https://lists.freedesktop.org/archives/wayland-devel/2025-May/044211.html Signed-off-by: Adam Duskett [Julien: add links to release notes] Signed-off-by: Julien Olivain --- package/libxkbcommon/libxkbcommon.hash | 6 +++--- package/libxkbcommon/libxkbcommon.mk | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package/libxkbcommon/libxkbcommon.hash b/package/libxkbcommon/libxkbcommon.hash index 6cdd79e01a..50bcf52f17 100644 --- a/package/libxkbcommon/libxkbcommon.hash +++ b/package/libxkbcommon/libxkbcommon.hash @@ -1,5 +1,5 @@ -# From https://lists.freedesktop.org/archives/wayland-devel/2024-March/043539.html -sha256 65782f0a10a4b455af9c6baab7040e2f537520caa2ec2092805cdfd36863b247 libxkbcommon-1.7.0.tar.xz +# Locally calculated +sha256 8d68a8b45796f34f7cace357b9f89b8c92b158557274fef5889b03648b55fe59 libxkbcommon-1.9.2.tar.gz # License file: -sha256 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb LICENSE +sha256 967e97b28658f0037bbe164a237bdfb0c3ec790e67f6c29372ea5b09306f61f3 LICENSE diff --git a/package/libxkbcommon/libxkbcommon.mk b/package/libxkbcommon/libxkbcommon.mk index c60580ef84..21a2b937ef 100644 --- a/package/libxkbcommon/libxkbcommon.mk +++ b/package/libxkbcommon/libxkbcommon.mk @@ -4,9 +4,8 @@ # ################################################################################ -LIBXKBCOMMON_VERSION = 1.7.0 -LIBXKBCOMMON_SITE = https://xkbcommon.org/download -LIBXKBCOMMON_SOURCE = libxkbcommon-$(LIBXKBCOMMON_VERSION).tar.xz +LIBXKBCOMMON_VERSION = 1.9.2 +LIBXKBCOMMON_SITE = $(call github,xkbcommon,libxkbcommon,xkbcommon-$(LIBXKBCOMMON_VERSION)) LIBXKBCOMMON_LICENSE = MIT/X11 LIBXKBCOMMON_LICENSE_FILES = LICENSE LIBXKBCOMMON_CPE_ID_VENDOR = xkbcommon