From efc09e557dcba1a96183a4c00be53ae52473d007 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Wed, 20 Dec 2023 15:54:39 +0000 Subject: [PATCH] update recipes --- recipes/wip/chars/recipe.toml | 2 +- recipes/wip/chess-tui/recipe.toml | 2 +- recipes/wip/clog-cli/recipe.toml | 2 +- recipes/wip/cobalt/recipe.toml | 2 +- recipes/wip/codevis/recipe.toml | 3 +-- recipes/wip/colm/recipe.toml | 2 +- recipes/wip/cosmic-term/recipe.toml | 2 +- recipes/wip/counts/recipe.toml | 3 +-- recipes/wip/cpuminer-opt/recipe.toml | 1 + recipes/wip/criner/recipe.toml | 4 +++- 10 files changed, 12 insertions(+), 11 deletions(-) diff --git a/recipes/wip/chars/recipe.toml b/recipes/wip/chars/recipe.toml index deb44bd31..931cd8f28 100644 --- a/recipes/wip/chars/recipe.toml +++ b/recipes/wip/chars/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/boinkor-net/chars" [build] diff --git a/recipes/wip/chess-tui/recipe.toml b/recipes/wip/chess-tui/recipe.toml index b18111051..095d92659 100644 --- a/recipes/wip/chess-tui/recipe.toml +++ b/recipes/wip/chess-tui/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/thomas-mauran/chess-tui" rev = "b61e559b26e4de63808509fc2626730a4ff31774" diff --git a/recipes/wip/clog-cli/recipe.toml b/recipes/wip/clog-cli/recipe.toml index be39ed4de..6c355c2bc 100644 --- a/recipes/wip/clog-cli/recipe.toml +++ b/recipes/wip/clog-cli/recipe.toml @@ -1,4 +1,4 @@ -#TODO Needs to patch the rustc-serialize crate and update the redox_syscall version +#TODO rust-serialize crate error (after cargo update) [source] git = "https://github.com/clog-tool/clog-cli" [build] diff --git a/recipes/wip/cobalt/recipe.toml b/recipes/wip/cobalt/recipe.toml index 1b68360a6..74cda0e02 100644 --- a/recipes/wip/cobalt/recipe.toml +++ b/recipes/wip/cobalt/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compilation error (after an update on proc-macro2) [source] git = "https://github.com/cobalt-org/cobalt.rs" rev = "70e8e19631819c7f552b63c35f4907920d23ae22" diff --git a/recipes/wip/codevis/recipe.toml b/recipes/wip/codevis/recipe.toml index 30245fbec..b951a05c7 100644 --- a/recipes/wip/codevis/recipe.toml +++ b/recipes/wip/codevis/recipe.toml @@ -1,6 +1,5 @@ -#TODO Not compiled or tested +#TODO open crate error [source] git = "https://github.com/sloganking/codevis" -rev = "af85406a2e5ebe3a0c8d1cd679c8184f6f7a99d2" [build] template = "cargo" diff --git a/recipes/wip/colm/recipe.toml b/recipes/wip/colm/recipe.toml index 23e6acaf6..21a0e1dbe 100644 --- a/recipes/wip/colm/recipe.toml +++ b/recipes/wip/colm/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compilation error [source] tar = "https://www.colm.net/files/colm/colm-0.14.7.tar.gz" [build] diff --git a/recipes/wip/cosmic-term/recipe.toml b/recipes/wip/cosmic-term/recipe.toml index 3535d7ed4..5ee76928e 100644 --- a/recipes/wip/cosmic-term/recipe.toml +++ b/recipes/wip/cosmic-term/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO mio crate error [source] git = "https://github.com/pop-os/cosmic-term" [build] diff --git a/recipes/wip/counts/recipe.toml b/recipes/wip/counts/recipe.toml index 965975793..b8821b006 100644 --- a/recipes/wip/counts/recipe.toml +++ b/recipes/wip/counts/recipe.toml @@ -1,6 +1,5 @@ -#TODO compiled after cargo update but not tested +#TODO compiled but not tested [source] git = "https://github.com/nnethercote/counts" -rev = "b940cac134ef81cf593567a6e693b9afbe89fa2d" [build] template = "cargo" diff --git a/recipes/wip/cpuminer-opt/recipe.toml b/recipes/wip/cpuminer-opt/recipe.toml index 0479327f0..b3910305e 100644 --- a/recipes/wip/cpuminer-opt/recipe.toml +++ b/recipes/wip/cpuminer-opt/recipe.toml @@ -1,4 +1,5 @@ #TODO maybe wrong template, see https://github.com/JayDDee/cpuminer-opt/wiki/Compiling-from-source +#TODO fix jansson dependency [source] git = "https://github.com/JayDDee/cpuminer-opt" rev = "9d3a46c3551655f862db74a195e769fe86266903" diff --git a/recipes/wip/criner/recipe.toml b/recipes/wip/criner/recipe.toml index 95ba9216c..9a7f599d9 100644 --- a/recipes/wip/criner/recipe.toml +++ b/recipes/wip/criner/recipe.toml @@ -1,9 +1,11 @@ #TODO Not compiled or tested [source] git = "https://github.com/the-lean-crate/criner" -rev = "e0cd0e1c7937477c466d46e4fd571ddfd15fb4d7" [build] template = "custom" +dependencies = [ + "openssl1", +] script = """ cookbook_cargo_packages criner """ -- GitLab