mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Merge branch 'master' of https://gitlab.redox-os.org/redox-os/cookbook
This commit is contained in:
commit
f7ef609fe4
@ -1,5 +1,18 @@
|
||||
#TODO compilation error
|
||||
#TODO waiting on sigjmp_buf and related POSIX functions in relibc
|
||||
[source]
|
||||
tar = "https://ftp.postgresql.org/pub/source/v16.0/postgresql-16.0.tar.bz2"
|
||||
[build]
|
||||
template = "configure"
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"readline",
|
||||
"zlib",
|
||||
]
|
||||
script = """
|
||||
cp "${COOKBOOK_SOURCE}/src/backend/utils/errcodes.h" "${COOKBOOK_SOURCE}/src/include/utils/errcodes.h"
|
||||
COOKBOOK_CONFIGURE_FLAGS+=(
|
||||
--without-icu
|
||||
--without-readline
|
||||
--with-template=redox
|
||||
)
|
||||
cookbook_configure
|
||||
"""
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO pyo3-ffi crate error
|
||||
[source]
|
||||
git = "https://github.com/keszybz/add-determinism"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO rfd crate error
|
||||
[source]
|
||||
git = "https://github.com/WINSDK/bite"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO require rustc 1.75 or newer
|
||||
[source]
|
||||
git = "https://github.com/lu-zero/cargo-c"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO camino crate compilation error
|
||||
#TODO camino crate error
|
||||
[source]
|
||||
git = "https://github.com/matthiaskrgr/cargo-cache"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO serde crate error (after cargo update)
|
||||
[source]
|
||||
git = "https://github.com/qryxip/cargo-compete"
|
||||
[build]
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO camino crate error
|
||||
[source]
|
||||
git = "https://github.com/qryxip/cargo-equip"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO serde crate error
|
||||
[source]
|
||||
git = "https://github.com/M4SS-Code/cargo-goggles"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO serde crate error
|
||||
[source]
|
||||
git = "https://github.com/taiki-e/cargo-hack"
|
||||
[build]
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO cargo-util crate error
|
||||
[source]
|
||||
git = "https://github.com/quininer/cargo-outofdate"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO serde crate error
|
||||
[source]
|
||||
git = "https://github.com/obi1kenobi/cargo-semver-checks"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO serde crate error
|
||||
[source]
|
||||
git = "https://github.com/rust-lang/rust-clippy"
|
||||
[build]
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO camino crate error
|
||||
[source]
|
||||
git = "https://github.com/rust-lang/crater"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO mimalloc error
|
||||
[source]
|
||||
git = "https://github.com/01mf02/jaq"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO undefined reference
|
||||
[source]
|
||||
tar = "https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-1.7.1.tar.gz"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO users crate error
|
||||
[source]
|
||||
git = "https://github.com/JakWai01/lurk"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/kyren/piccolo"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO proc-maps crate error
|
||||
[source]
|
||||
git = "https://github.com/benfred/py-spy"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO serde crate error
|
||||
[source]
|
||||
git = "https://github.com/ofek/pyapp"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO erg_compiler crate error
|
||||
[source]
|
||||
git = "https://github.com/mtshiba/pylyzer"
|
||||
[build]
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO serde crate error (after cargo update)
|
||||
[source]
|
||||
git = "https://github.com/aswinnnn/pyscan"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO serde crate error (after cargo update)
|
||||
[source]
|
||||
git = "https://github.com/brettcannon/python-launcher"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO serde crate error
|
||||
[source]
|
||||
git = "https://github.com/LuchoBazz/quicktest"
|
||||
rev = "f4d32f87d350a725b47d5bc92756e7be208cd466"
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO require rustc 1.76 or newer
|
||||
[source]
|
||||
git = "https://github.com/rust-lang/rust-analyzer"
|
||||
[build]
|
||||
template = "cargo"
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages rust-analyzer
|
||||
"""
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO serde crate error (after cargo update)
|
||||
[source]
|
||||
git = "https://github.com/rust-lang/rustfmt"
|
||||
[build]
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO serde crate error
|
||||
[source]
|
||||
git = "https://github.com/rust-lang/rustup"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/PhilippRados/wrecc"
|
||||
[build]
|
||||
|
||||
9
recipes/wip/libs/libssh/recipe.toml
Normal file
9
recipes/wip/libs/libssh/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO missing script for CMake, see https://git.libssh.org/projects/libssh.git/tree/INSTALL#n36
|
||||
[source]
|
||||
tar = "https://www.libssh.org/files/0.10/libssh-0.10.6.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"zlib",
|
||||
"openssl1",
|
||||
]
|
||||
@ -1,5 +1,5 @@
|
||||
#TODO Compilation error
|
||||
[source]
|
||||
tar = "https://nginx.org/download/nginx-1.24.0.tar.gz"
|
||||
tar = "https://nginx.org/download/nginx-1.26.0.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
#TODO use the GTK2 or wxWidgets frontend?
|
||||
#TODO probably need audio server patching
|
||||
[source]
|
||||
tar = "https://github.com/audacity/audacity/releases/download/Audacity-3.4.2/audacity-sources-3.4.2.tar.gz"
|
||||
tar = "https://github.com/audacity/audacity/releases/download/Audacity-3.5.1/audacity-sources-3.5.1.tar.gz"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
|
||||
21
recipes/wip/tools/remmina/recipe.toml
Normal file
21
recipes/wip/tools/remmina/recipe.toml
Normal file
@ -0,0 +1,21 @@
|
||||
#TODO missing script for CMake, see https://gitlab.com/Remmina/Remmina/-/wikis/Compilation/Compilation-guide
|
||||
#TODO dependencies need a cleanup (outdated and up-to-date information is mixed in the build instructions)
|
||||
[source]
|
||||
git = "https://gitlab.com/Remmina/Remmina"
|
||||
rev = "2a455eadd6462457d08c2d066c5c245e0dee3bf9"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"libxml2",
|
||||
"gstreamer",
|
||||
"ffmpeg6",
|
||||
"gtk3",
|
||||
"libgcrypt",
|
||||
"libssh",
|
||||
"libvte",
|
||||
"libjpeg",
|
||||
"gnutls3",
|
||||
"libsodium",
|
||||
"pcre",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user