mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 10:08:45 +08:00
startup-notification, xcb-util: fix and move to wip/x11
This commit is contained in:
parent
8cdc80dbe7
commit
9e506e0e81
@ -1,5 +0,0 @@
|
||||
#TODO compilation error
|
||||
[source]
|
||||
tar = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.12.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
@ -1,8 +0,0 @@
|
||||
#TODO make libxcb work
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/xcb-util-0.4.1.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libxcb",
|
||||
]
|
||||
19
recipes/wip/x11/startup-notification/recipe.toml
Normal file
19
recipes/wip/x11/startup-notification/recipe.toml
Normal file
@ -0,0 +1,19 @@
|
||||
[source]
|
||||
tar = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.12.tar.gz"
|
||||
blake3 = "134131fdd210d2eaef76eda9826b4a832807aac231dba334f157751ed1d6da36"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"libice",
|
||||
"libx11",
|
||||
"xcb-util",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_configure lf_cv_sane_realloc=yes
|
||||
"""
|
||||
17
recipes/wip/x11/xcb-util/recipe.toml
Normal file
17
recipes/wip/x11/xcb-util/recipe.toml
Normal file
@ -0,0 +1,17 @@
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/xcb-util-0.4.1.tar.xz"
|
||||
blake3 = "ebc940220db0ca39a690a47b565ce73ab536c1fbfdebf008fa0edf0ced862aca"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"libxcb",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_configure
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user