update recipes

This commit is contained in:
Ribbon 2023-12-22 02:46:24 +00:00
parent 085ebe7c6f
commit 39be1fa410
7 changed files with 29 additions and 7 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/libXau-1.0.11.tar.xz"
[build]

View File

@ -1,5 +1,11 @@
#TODO Not compiled or tested
#TODO make dependencies work
[source]
tar = "https://www.x.org/releases/individual/lib/libXaw-1.0.15.tar.xz"
[build]
template = "configure"
dependencies = [
"libx11",
"x11proto",
"libxext",
"libxmu",
]

View File

@ -1,5 +1,4 @@
#TODO probably missing dependencies
#TODO maybe wrong template
#TODO missing xcb-proto package
[source]
tar = "https://www.x.org/releases/individual/xcb/libxcb-1.16.tar.xz"
[build]

View File

@ -1,5 +1,9 @@
#TODO Not compiled or tested
#TODO make dependencies work
[source]
tar = "https://www.x.org/releases/individual/lib/libXcomposite-0.4.6.tar.xz"
[build]
template = "configure"
dependencies = [
"libx11",
"x11proto",
]

View File

@ -1,5 +1,10 @@
#TODO Not compiled or tested
#TODO make dependencies work
[source]
tar = "https://www.x.org/releases/individual/lib/libXcursor-1.2.1.tar.xz"
[build]
template = "configure"
dependencies = [
"libx11",
"libxfixes",
"libxrender",
]

View File

@ -1,5 +1,10 @@
#TODO Not compiled or tested
#TODO missing dependencies
[source]
tar = "https://www.x.org/releases/individual/lib/libXdamage-1.1.6.tar.xz"
[build]
template = "configure"
dependencies = [
"libxfixes",
"libx11",
"x11proto",
]

View File

@ -3,3 +3,6 @@
tar = "https://www.x.org/releases/individual/lib/libXdmcp-1.1.4.tar.xz"
[build]
template = "configure"
dependencies = [
"x11proto",
]