startup-notification, xcb-util: fix and move to wip/x11

This commit is contained in:
Jeremy Soller 2025-11-20 09:15:59 -07:00
parent 8cdc80dbe7
commit 9e506e0e81
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA
4 changed files with 36 additions and 13 deletions

View File

@ -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"

View File

@ -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",
]

View 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
"""

View 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
"""