update recipes

This commit is contained in:
Ribbon 2023-12-22 03:16:13 +00:00
parent 0577d211f1
commit 7e5a0f1c13
14 changed files with 22 additions and 14 deletions

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO directory error
[source]
tar = "https://www.x.org/releases/individual/lib/libXpm-3.5.17.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/libXrandr-1.5.4.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/libXrender-0.9.11.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/libXres-1.2.2.tar.xz"
[build]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO require Python 3.10
[source]
tar = "https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.38.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/libXScrnSaver-1.2.4.tar.xz"
[build]

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/xtrans-1.4.0.tar.gz"
[build]

View File

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

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/libXv-1.0.12.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/libXvMC-1.0.13.tar.xz"
[build]

View File

@ -1,4 +1,4 @@
#TODO the redox target is not supported on the configure
#TODO the redox target is not supported on the configure script
[source]
tar = "https://sourceforge.net/projects/zapping/files/zvbi/0.2.35/zvbi-0.2.35.tar.bz2/download"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO move to proper category
[source]
git = "https://github.com/justchokingaround/lobster"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/todoesverso/logss"
[build]

View File

@ -2,4 +2,7 @@
[source]
git = "https://github.com/lodosgroup/lpm"
[build]
template = "cargo"
template = "custom"
script = """
cookbook_cargo_packages lpm
"""