update recipes

This commit is contained in:
Ribbon 2023-12-22 03:00:47 +00:00
parent cf76426e65
commit 0577d211f1
6 changed files with 16 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO missing xorg-macros package
[source]
tar = "https://www.x.org/releases/individual/lib/libXft-2.3.8.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/libXi-1.8.1.tar.xz"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO missing xorg-macros package
[source]
tar = "https://www.x.org/releases/individual/lib/libXinerama-1.1.5.tar.xz"
[build]

View File

@ -1,5 +1,8 @@
#TODO maybe wrong template
#TODO missing kbproto package
[source]
tar = "https://www.x.org/releases/individual/lib/libxkbfile-1.1.2.tar.xz"
[build]
template = "configure"
dependencies =[
"libx11",
]

View File

@ -1,5 +1,9 @@
#TODO Not compiled or tested
#TODO missing dependencies
[source]
tar = "https://www.x.org/releases/individual/lib/libXmu-1.1.4.tar.xz"
[build]
template = "configure"
dependencies = [
"libx11",
"libxext",
]

View File

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