Update upstream recipe TOMLs, add orbutils patch and smallvil recipe

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-04-18 17:59:21 +01:00
parent 841773c3a7
commit 6566b29a13
24 changed files with 118 additions and 95 deletions
+1 -4
View File
@@ -1,9 +1,6 @@
[source]
tar = "https://www.x.org/releases/individual/lib/libX11-1.8.12.tar.xz"
blake3 = "5bf1c64733322b6a90d9bce8d2bd2d8117a4950955caa00d0cd7974d42571d1e"
script = """
autotools_recursive_regenerate
"""
[build]
dependencies = [
@@ -16,5 +13,5 @@ dependencies = [
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure --enable-malloc0returnsnull
cookbook_configure --enable-malloc0returnsnull --disable-dependency-tracking
"""