From 28392de69809468352e8f308ea304fbf3cce1a3c Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 15 Jun 2026 13:51:55 +0200 Subject: [PATCH] libxkbcommon: Update version from 0.7.2 to 1.13.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://lore.freedesktop.org/wayland-devel/5d4c2e76872bbbc0f2bbef757573ba0832df8251@wismill.eu/ 0.7.2 is too old to build Wine 11.11 with `--with-wayland`. $ /pkg/wine-11.11-0/build/wine-11.11/configure --prefix=/pkg/wine-11.11-0 --libdir=/pkg/wine-11.11-0/lib --with-x --with-gnutls --with-opengl --with-vulkan --with-wayland --enable-win64 --enable-archs=i386,x86_64 --disable-tests […] checking for -lGL... libGL.so.1 checking for wayland-client.h... yes checking for wl_display_connect in -lwayland-client... yes checking for wayland-scanner... /bin/wayland-scanner checking for xkb_context_new in -lxkbcommon... yes checking for wayland-egl.h... yes checking for wl_egl_window_create in -lwayland-egl... yes configure: error: Wayland 64-bit development files not found, the Wayland driver won't be supported. This is an error since --with-wayland was requested. $ pkg-config --libs xkbregistry Package xkbregistry was not found in the pkg-config search path. Perhaps you should add the directory containing `xkbregistry.pc' to the PKG_CONFIG_PATH environment variable No package 'xkbregistry' found --- libxkbcommon.be0 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libxkbcommon.be0 b/libxkbcommon.be0 index 3e04d5208..10657f0b3 100755 --- a/libxkbcommon.be0 +++ b/libxkbcommon.be0 @@ -1,9 +1,10 @@ #!/usr/bin/env beesh -# BEE_VERSION libxkbcommon-0.7.2-1 +# BEE_VERSION libxkbcommon-1.13.2-0 -# SRCURL[0]="https://xkbcommon.org/download/libxkbcommon-${PKGVERSION}.tar.xz" -SRCURL[0]="https://beehive.molgen.mpg.de/f53fa65beb5ae4b6a6b7f08f9dedabc4/libxkbcommon-0.7.2.tar.xz" +# SRCURL[0]="https://github.com/xkbcommon/libxkbcommon/archive/refs/tags/xkbcommon-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/693d96f17c1e9216e34495fa09643ab7/xkbcommon-1.13.2.tar.gz" +MD5=693d96f17c1e9216e34495fa09643ab7 # PATCHURL+=()