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

---
 recipes/wip/twitch-tui/recipe.toml | 2 +-
 recipes/wip/typst/recipe.toml      | 3 ++-
 recipes/wip/usbutils/recipe.toml   | 3 +--
 recipes/wip/util-linux/recipe.toml | 2 +-
 recipes/wip/valgrind/recipe.toml   | 2 +-
 recipes/wip/veloren/recipe.toml    | 2 +-
 recipes/wip/verrou/recipe.toml     | 2 +-
 recipes/wip/vincenzo/recipe.toml   | 5 ++++-
 8 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/recipes/wip/twitch-tui/recipe.toml b/recipes/wip/twitch-tui/recipe.toml
index ea3bea90a..28a166577 100644
--- a/recipes/wip/twitch-tui/recipe.toml
+++ b/recipes/wip/twitch-tui/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO rustyline crate error
 [source]
 git = "https://github.com/Xithrius/twitch-tui"
 [build]
diff --git a/recipes/wip/typst/recipe.toml b/recipes/wip/typst/recipe.toml
index 293b9fc6f..be14591e5 100644
--- a/recipes/wip/typst/recipe.toml
+++ b/recipes/wip/typst/recipe.toml
@@ -1,4 +1,5 @@
-#TODO require rustc 1.70 or newer
+#TODO compiled but not tested
+#TODO missing script to properly move the binary
 [source]
 git = "https://github.com/typst/typst"
 rev = "70ca0d257bb4ba927f63260e20443f244e0bb58c"
diff --git a/recipes/wip/usbutils/recipe.toml b/recipes/wip/usbutils/recipe.toml
index 4359a058d..ea3c222e6 100644
--- a/recipes/wip/usbutils/recipe.toml
+++ b/recipes/wip/usbutils/recipe.toml
@@ -1,5 +1,4 @@
-#TODO libusb needs to be patched
-#TODO not compiled or tested
+#TODO compilation error
 [source]
 tar = "https://www.kernel.org/pub/linux/utils/usb/usbutils/usbutils-017.tar.xz"
 [build]
diff --git a/recipes/wip/util-linux/recipe.toml b/recipes/wip/util-linux/recipe.toml
index dc1855625..0355aa697 100644
--- a/recipes/wip/util-linux/recipe.toml
+++ b/recipes/wip/util-linux/recipe.toml
@@ -1,4 +1,4 @@
-#TODO probably need a script for custom build options
+#TODO compilation error
 [source]
 tar = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.39/util-linux-2.39.tar.xz"
 [build]
diff --git a/recipes/wip/valgrind/recipe.toml b/recipes/wip/valgrind/recipe.toml
index 65962b2e5..720d81fa8 100644
--- a/recipes/wip/valgrind/recipe.toml
+++ b/recipes/wip/valgrind/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO port to redox
 [source]
 tar = "https://sourceware.org/pub/valgrind/valgrind-3.22.0.tar.bz2"
 [build]
diff --git a/recipes/wip/veloren/recipe.toml b/recipes/wip/veloren/recipe.toml
index 96807c875..e1db8ba74 100644
--- a/recipes/wip/veloren/recipe.toml
+++ b/recipes/wip/veloren/recipe.toml
@@ -10,6 +10,6 @@ dependencies = [
     "atk",
     "gdk-pixbuf",
     "gtk3",
-    "eudev3",
+    "eudev",
     "mesa",
 ]
diff --git a/recipes/wip/verrou/recipe.toml b/recipes/wip/verrou/recipe.toml
index 674ae38a1..0417a70db 100644
--- a/recipes/wip/verrou/recipe.toml
+++ b/recipes/wip/verrou/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO port to redox
 [source]
 tar = "https://github.com/edf-hpc/verrou/releases/download/v2.5.0/valgrind-3.21.0_verrou-2.5.0.tar.gz"
 [build]
diff --git a/recipes/wip/vincenzo/recipe.toml b/recipes/wip/vincenzo/recipe.toml
index bc9c01461..e01c47e01 100644
--- a/recipes/wip/vincenzo/recipe.toml
+++ b/recipes/wip/vincenzo/recipe.toml
@@ -2,4 +2,7 @@
 [source]
 git = "https://github.com/gabrieldemian/vincenzo"
 [build]
-template = "cargo"
+template = "custom"
+script = """
+cookbook_cargo_packages vcz
+"""
-- 
GitLab