17 lines
572 B
Python
17 lines
572 B
Python
version = "2.44"
|
|
revision = 1
|
|
description = "X keyboard configuration database (keymaps for libxkbcommon)"
|
|
license = "MIT"
|
|
url = "https://www.freedesktop.org/wiki/Software/XKeyboardConfig/"
|
|
source = tarball(
|
|
url=f"https://www.x.org/archive/individual/data/xkeyboard-config/xkeyboard-config-{version}.tar.xz",
|
|
sha256="54d2c33eeebb031d48fa590c543e54c9bcbd0f00386ebc6489b2f47a0da4342a",
|
|
)
|
|
host_deps = ["pkgconf"]
|
|
# Pure keymap data installed under /usr/share/X11/xkb.
|
|
deps = []
|
|
|
|
configure, build, install = meson(
|
|
configure_args=["-Dxorg-rules-symlinks=true"],
|
|
)
|