8b627c40af
KF6 frameworks: 44 frameworks bumped from 6.10.0/6.26.0 to 6.27.0 (latest stable). All switched to download.kde.org canonical release URLs with BLAKE3 hashes. KDE Plasma packages bumped to 6.7.2 (latest stable): - breeze 6.3.4→6.7.2 - plasma-workspace 6.3.4→6.7.2 - kf6-kwayland 6.3.4→6.7.2 - kf6-plasma-activities 6.6.5→6.7.2 Other graphics libs bumped to latest stable: - libxkbcommon 1.9.2→1.11.0 - seatd-redox 0.9.3→0.10.1 (URL switched to gitlab.freedesktop.org) - plasma-wayland-protocols 1.16.0→1.21.0 All BLAKE3 hashes computed from actual upstream tarballs.
25 lines
675 B
TOML
25 lines
675 B
TOML
[source]
|
|
tar = "https://github.com/xkbcommon/libxkbcommon/archive/refs/tags/xkbcommon-1.11.0.tar.gz"
|
|
blake3 = "fe285c256f8550d2f9e9b7ad883ea0939a0f824019355309315cfa2df3f423d5"
|
|
|
|
[build]
|
|
template = "meson"
|
|
mesonflags = [
|
|
"-Denable-wayland=true",
|
|
"-Denable-x11=false",
|
|
"-Denable-tools=false",
|
|
"-Denable-docs=false",
|
|
"-Denable-xkbregistry=false",
|
|
"-Dxkb-config-root=/usr/share/X11/xkb",
|
|
"-Dx-locale-root=/usr/share/X11/locale",
|
|
]
|
|
dependencies = [
|
|
"libwayland",
|
|
"wayland-protocols",
|
|
"xkeyboard-config",
|
|
]
|
|
|
|
[package]
|
|
version = "0.2.3"
|
|
description = "libxkbcommon — XKB keyboard handling library (Red Bear OS v6.0 2026, WIP overlay fork)"
|