mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 14:54:20 +08:00
update recipes
This commit is contained in:
parent
0577d211f1
commit
7e5a0f1c13
@ -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]
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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",
|
||||
]
|
||||
@ -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]
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO move to proper category
|
||||
[source]
|
||||
git = "https://github.com/justchokingaround/lobster"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/todoesverso/logss"
|
||||
[build]
|
||||
|
||||
@ -2,4 +2,7 @@
|
||||
[source]
|
||||
git = "https://github.com/lodosgroup/lpm"
|
||||
[build]
|
||||
template = "cargo"
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages lpm
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user