Skip to content
Snippets Groups Projects
Commit 7e5a0f1c authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

update recipes

parent 0577d211
No related branches found
No related tags found
No related merge requests found
#TODO Not compiled or tested #TODO directory error
[source] [source]
tar = "https://www.x.org/releases/individual/lib/libXpm-3.5.17.tar.xz" tar = "https://www.x.org/releases/individual/lib/libXpm-3.5.17.tar.xz"
[build] [build]
......
#TODO Not compiled or tested #TODO missing xorg-macros package
[source] [source]
tar = "https://www.x.org/releases/individual/lib/libXrandr-1.5.4.tar.xz" tar = "https://www.x.org/releases/individual/lib/libXrandr-1.5.4.tar.xz"
[build] [build]
......
#TODO Not compiled or tested #TODO missing xorg-macros package
[source] [source]
tar = "https://www.x.org/releases/individual/lib/libXrender-0.9.11.tar.xz" tar = "https://www.x.org/releases/individual/lib/libXrender-0.9.11.tar.xz"
[build] [build]
......
#TODO Not compiled or tested #TODO missing xorg-macros package
[source] [source]
tar = "https://www.x.org/releases/individual/lib/libXres-1.2.2.tar.xz" tar = "https://www.x.org/releases/individual/lib/libXres-1.2.2.tar.xz"
[build] [build]
......
#TODO not compiled or tested #TODO require Python 3.10
[source] [source]
tar = "https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.38.tar.xz" tar = "https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.38.tar.xz"
[build] [build]
......
#TODO Not compiled or tested #TODO missing xorg-macros package
[source] [source]
tar = "https://www.x.org/releases/individual/lib/libXScrnSaver-1.2.4.tar.xz" tar = "https://www.x.org/releases/individual/lib/libXScrnSaver-1.2.4.tar.xz"
[build] [build]
......
#TODO not compiled or tested #TODO compiled but not tested
[source] [source]
tar = "https://www.x.org/releases/individual/lib/xtrans-1.4.0.tar.gz" tar = "https://www.x.org/releases/individual/lib/xtrans-1.4.0.tar.gz"
[build] [build]
......
#TODO Not compiled or tested #TODO missing dependencies
[source] [source]
tar = "https://www.x.org/releases/individual/lib/libXtst-1.2.4.tar.xz" tar = "https://www.x.org/releases/individual/lib/libXtst-1.2.4.tar.xz"
[build] [build]
template = "configure" template = "configure"
dependencies = [
"libx11",
"libxi",
"libxext",
]
\ No newline at end of file
#TODO Not compiled or tested #TODO missing xorg-macros package
[source] [source]
tar = "https://www.x.org/releases/individual/lib/libXv-1.0.12.tar.xz" tar = "https://www.x.org/releases/individual/lib/libXv-1.0.12.tar.xz"
[build] [build]
......
#TODO Not compiled or tested #TODO missing xorg-macros package
[source] [source]
tar = "https://www.x.org/releases/individual/lib/libXvMC-1.0.13.tar.xz" tar = "https://www.x.org/releases/individual/lib/libXvMC-1.0.13.tar.xz"
[build] [build]
......
#TODO the redox target is not supported on the configure #TODO the redox target is not supported on the configure script
[source] [source]
tar = "https://sourceforge.net/projects/zapping/files/zvbi/0.2.35/zvbi-0.2.35.tar.bz2/download" tar = "https://sourceforge.net/projects/zapping/files/zvbi/0.2.35/zvbi-0.2.35.tar.bz2/download"
[build] [build]
......
#TODO Not compiled or tested #TODO move to proper category
[source] [source]
git = "https://github.com/justchokingaround/lobster" git = "https://github.com/justchokingaround/lobster"
[build] [build]
......
#TODO Not compiled or tested #TODO compiled but not tested
[source] [source]
git = "https://github.com/todoesverso/logss" git = "https://github.com/todoesverso/logss"
[build] [build]
......
...@@ -2,4 +2,7 @@ ...@@ -2,4 +2,7 @@
[source] [source]
git = "https://github.com/lodosgroup/lpm" git = "https://github.com/lodosgroup/lpm"
[build] [build]
template = "cargo" template = "custom"
script = """
cookbook_cargo_packages lpm
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment