mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
Move libxtrans to xtrans and update
This commit is contained in:
parent
715efb558d
commit
605a955cf9
@ -1,5 +0,0 @@
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/xtrans-1.4.0.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
14
recipes/wip/x11/xtrans/recipe.toml
Normal file
14
recipes/wip/x11/xtrans/recipe.toml
Normal file
@ -0,0 +1,14 @@
|
||||
[source]
|
||||
tar = "https://xorg.freedesktop.org/archive/individual/lib/xtrans-1.6.0.tar.xz"
|
||||
blake3 = "18e5a2478425ec43370d7719bc4ee4f25d01ad7f580fcc3b5d91effa267cbaaa"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_configure
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user