mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Add xcb-util-wm and xcb-util-xrm
This commit is contained in:
parent
53a699508b
commit
574fea060b
17
recipes/wip/x11/xcb-util-wm/recipe.toml
Normal file
17
recipes/wip/x11/xcb-util-wm/recipe.toml
Normal file
@ -0,0 +1,17 @@
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/xcb-util-wm-0.4.2.tar.xz"
|
||||
blake3 = "4cf6b0e204e12eb6b824c939404fc5ad63d61cb94679e8adf5670207802bc738"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"libxcb",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_configure
|
||||
"""
|
||||
18
recipes/wip/x11/xcb-util-xrm/recipe.toml
Normal file
18
recipes/wip/x11/xcb-util-xrm/recipe.toml
Normal file
@ -0,0 +1,18 @@
|
||||
[source]
|
||||
tar = "https://github.com/Airblader/xcb-util-xrm/releases/download/v1.3/xcb-util-xrm-1.3.tar.bz2"
|
||||
blake3 = "21cd9a005dde4982a452df156a16f4a61bd5299fb1a24dda2c9e8169e0654f38"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"libx11",
|
||||
"xcb-util",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_configure
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user