libfontenc: move and fix compilation

This commit is contained in:
Jeremy Soller 2025-05-02 10:40:23 -06:00
parent dc892916bd
commit a2a36b4506
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA
2 changed files with 18 additions and 9 deletions

View File

@ -1,9 +0,0 @@
#TODO xorg-macros package not found
#TODO fontutil package not found
[source]
tar = "https://www.x.org/releases/individual/lib/libfontenc-1.1.7.tar.xz"
[build]
template = "configure"
dependencies = [
"zlib",
]

View File

@ -0,0 +1,18 @@
[source]
tar = "https://www.x.org/releases/individual/lib/libfontenc-1.1.8.tar.xz"
blake3 = "6ab127a335f7cb4892566e59448d91e9ec43ac522f31f97a3c94350f0a3ecaf4"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
dependencies = [
"x11proto",
"zlib",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure
"""