mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
Add libxklavier
This commit is contained in:
parent
38fe8e0fd1
commit
56ee7559bd
20
recipes/wip/x11/libxklavier/recipe.toml
Normal file
20
recipes/wip/x11/libxklavier/recipe.toml
Normal 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
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user