update recipes

This commit is contained in:
Ribbon 2023-12-22 02:49:55 +00:00
parent 39be1fa410
commit cf76426e65
4 changed files with 12 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested
[source]
tar = "https://www.x.org/releases/individual/lib/libXdmcp-1.1.4.tar.xz"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO missing dependencies
[source]
tar = "https://www.x.org/releases/individual/lib/libXext-1.3.5.tar.xz"
[build]

View File

@ -1,6 +1,10 @@
#TODO probably missing dependencies
#TODO maybe wrong template
#TODO missing dependencies
[source]
tar = "https://www.x.org/releases/individual/lib/libXfixes-6.0.1.tar.xz"
[build]
template = "configure"
dependencies = [
"x11proto",
"libx11",
"libxext",
]

View File

@ -3,3 +3,7 @@
tar = "https://www.x.org/releases/individual/lib/libXft-2.3.8.tar.xz"
[build]
template = "configure"
dependencies = [
"libxrender",
"libx11",
]