From f4153a5da034edab9ff938fd6cb0890417ef30e1 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 23 Dec 2023 06:47:00 +0000
Subject: [PATCH] update recipes

---
 recipes/wip/rex/recipe.toml     | 2 +-
 recipes/wip/ripasso/recipe.toml | 3 ++-
 recipes/wip/rnnoise/recipe.toml | 4 ++--
 recipes/wip/rqbit/recipe.toml   | 5 ++++-
 4 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/recipes/wip/rex/recipe.toml b/recipes/wip/rex/recipe.toml
index c71e7dbfc..7dbf3460e 100644
--- a/recipes/wip/rex/recipe.toml
+++ b/recipes/wip/rex/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO rex-tui crate error (after cargo update)
 [source]
 git = "https://github.com/TheRustyPickle/Rex"
 [build]
diff --git a/recipes/wip/ripasso/recipe.toml b/recipes/wip/ripasso/recipe.toml
index be0f8b77a..fd10be75b 100644
--- a/recipes/wip/ripasso/recipe.toml
+++ b/recipes/wip/ripasso/recipe.toml
@@ -1,10 +1,11 @@
-#TODO make libgpg-error dependency work (after cargo update)
+#TODO make libgpg-error dependency work
 [source]
 git = "https://github.com/cortex/ripasso"
 [build]
 template = "custom"
 dependencies = [
     "openssl1",
+    "libgpg-error",
 ]
 script = """
 cookbook_cargo_packages ripasso-cursive
diff --git a/recipes/wip/rnnoise/recipe.toml b/recipes/wip/rnnoise/recipe.toml
index 6c1a63e84..1ba959ad2 100644
--- a/recipes/wip/rnnoise/recipe.toml
+++ b/recipes/wip/rnnoise/recipe.toml
@@ -1,5 +1,5 @@
-#TODO Not compiled or tested
+#TODO missing script for building
 [source]
 git = "https://gitlab.xiph.org/xiph/rnnoise"
 [build]
-template = "configure"
+template = "custom"
diff --git a/recipes/wip/rqbit/recipe.toml b/recipes/wip/rqbit/recipe.toml
index 26450e7f1..8a48165e3 100644
--- a/recipes/wip/rqbit/recipe.toml
+++ b/recipes/wip/rqbit/recipe.toml
@@ -3,4 +3,7 @@
 git = "https://github.com/ikatson/rqbit"
 rev = "3dc2e3eace2fce7c448d7fcf8360fe0f312a29c7"
 [build]
-template = "cargo"
+template = "custom"
+script = """
+cookbook_cargo_packages rqbit
+"""
-- 
GitLab