From 4f63f3245f88e1aaa108927bf89efae8becb272e Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 16 Dec 2023 01:12:28 +0000 Subject: [PATCH] Update recipes --- recipes/wip/c2rust/recipe.toml | 3 --- recipes/wip/call-of-ferris/recipe.toml | 2 +- recipes/wip/capnproto/recipe.toml | 2 +- recipes/wip/carbonyl/recipe.toml | 1 + recipes/wip/cargo-about/recipe.toml | 2 +- 5 files changed, 4 insertions(+), 6 deletions(-) diff --git a/recipes/wip/c2rust/recipe.toml b/recipes/wip/c2rust/recipe.toml index f44c8d118..d2d41eb9c 100644 --- a/recipes/wip/c2rust/recipe.toml +++ b/recipes/wip/c2rust/recipe.toml @@ -5,9 +5,6 @@ git = "https://github.com/immunant/c2rust" template = "custom" dependencies = [ "openssl1", - "libffi", - "libxml2", - "zlib", ] script = """ cookbook_cargo_packages c2rust diff --git a/recipes/wip/call-of-ferris/recipe.toml b/recipes/wip/call-of-ferris/recipe.toml index 9c1e2d5c6..5c23987a5 100644 --- a/recipes/wip/call-of-ferris/recipe.toml +++ b/recipes/wip/call-of-ferris/recipe.toml @@ -1,4 +1,4 @@ -#TODO require a update on the redox_syscall crate (after a update on the libc crate) +#TODO camino crate error (after a cargo update) [source] git = "https://github.com/Andy-Python-Programmer/CallOfFerris" [build] diff --git a/recipes/wip/capnproto/recipe.toml b/recipes/wip/capnproto/recipe.toml index 6c51dbebf..70b5c3446 100644 --- a/recipes/wip/capnproto/recipe.toml +++ b/recipes/wip/capnproto/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compilation error [source] tar = "https://capnproto.org/capnproto-c++-1.0.1.1.tar.gz" [build] diff --git a/recipes/wip/carbonyl/recipe.toml b/recipes/wip/carbonyl/recipe.toml index a2936aa38..e4d434863 100644 --- a/recipes/wip/carbonyl/recipe.toml +++ b/recipes/wip/carbonyl/recipe.toml @@ -1,3 +1,4 @@ +#TODO make nss work #TODO require Chromium building [source] tar = "https://github.com/fathyb/carbonyl/archive/refs/tags/v0.0.3.tar.gz" diff --git a/recipes/wip/cargo-about/recipe.toml b/recipes/wip/cargo-about/recipe.toml index b1bae67ff..8e8214f0c 100644 --- a/recipes/wip/cargo-about/recipe.toml +++ b/recipes/wip/cargo-about/recipe.toml @@ -1,5 +1,5 @@ #TODO needs to update the tokio version [source] -tar = "https://github.com/EmbarkStudios/cargo-about/archive/refs/tags/0.5.6.tar.gz" +tar = "https://github.com/EmbarkStudios/cargo-about/archive/refs/tags/0.6.0.tar.gz" [build] template = "cargo" -- GitLab