Add libxklavier

This commit is contained in:
Jeremy Soller 2025-11-14 19:38:23 -07:00
parent 38fe8e0fd1
commit 56ee7559bd
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -0,0 +1,20 @@
[source]
tar = "https://download.gnome.org/sources/libxklavier/5.3/libxklavier-5.3.tar.xz"
blake3 = "4811b8e069faef364b0cdd230dd7e42bc4afc279cb15282b68c11e89518c8930"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
dependencies = [
"glib",
"iso-codes",
"libx11",
"libxml2",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure
"""