mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 06:44:18 +08:00
Add xcb-utils
This commit is contained in:
parent
9e506e0e81
commit
53a699508b
18
recipes/wip/x11/xcb-util-cursor/recipe.toml
Normal file
18
recipes/wip/x11/xcb-util-cursor/recipe.toml
Normal file
@ -0,0 +1,18 @@
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/xcb-util-cursor-0.1.6.tar.xz"
|
||||
blake3 = "af6e7e99779682450e4cb3aa7225f5724845b1672c0380c65ca03b58dfb2d5d8"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"xcb-util-image",
|
||||
"xcb-util-renderutil",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_configure
|
||||
"""
|
||||
17
recipes/wip/x11/xcb-util-image/recipe.toml
Normal file
17
recipes/wip/x11/xcb-util-image/recipe.toml
Normal file
@ -0,0 +1,17 @@
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/xcb-util-image-0.4.1.tar.xz"
|
||||
blake3 = "c8a0652f7c215bd312d9f238aed2ba6a122f087b623dafbbac4456f5351df603"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"xcb-util",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_configure
|
||||
"""
|
||||
17
recipes/wip/x11/xcb-util-keysyms/recipe.toml
Normal file
17
recipes/wip/x11/xcb-util-keysyms/recipe.toml
Normal file
@ -0,0 +1,17 @@
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/xcb-util-keysyms-0.4.1.tar.xz"
|
||||
blake3 = "c599df56c79a9f9dcf12b083e343f321cad6af654b83e2976b5a26bc890b5774"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"libxcb",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_configure
|
||||
"""
|
||||
17
recipes/wip/x11/xcb-util-renderutil/recipe.toml
Normal file
17
recipes/wip/x11/xcb-util-renderutil/recipe.toml
Normal file
@ -0,0 +1,17 @@
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/xcb-util-renderutil-0.3.10.tar.xz"
|
||||
blake3 = "085c94d08bd8181512d4ce93cf0e5bcd48cd8ed983bbb7a7bcb3a3c2312a08ea"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"libxcb",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_configure --disable-selective-werror
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user