From 6f29e06bbab7c229cbc2ca64bd0241621674a50e Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Fri, 22 Mar 2024 20:01:15 +0000
Subject: [PATCH] update recipes

---
 recipes/wip/net/boringtun/recipe.toml          | 2 +-
 recipes/wip/net/dufs/recipe.toml               | 2 +-
 recipes/wip/net/floresta/recipe.toml           | 2 +-
 recipes/wip/net/simple-http-server/recipe.toml | 2 +-
 recipes/wip/net/slumber/recipe.toml            | 2 +-
 recipes/wip/net/vpncloud/recipe.toml           | 2 +-
 recipes/wip/security/angryoxide/recipe.toml    | 2 +-
 recipes/wip/services/grub/recipe.toml          | 2 +-
 recipes/wip/sound/audeye/recipe.toml           | 2 +-
 recipes/wip/sound/soundboard/recipe.toml       | 3 +++
 10 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/recipes/wip/net/boringtun/recipe.toml b/recipes/wip/net/boringtun/recipe.toml
index 5ca7af784..2f4e25313 100644
--- a/recipes/wip/net/boringtun/recipe.toml
+++ b/recipes/wip/net/boringtun/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO source code error
 [source]
 git = "https://github.com/cloudflare/boringtun"
 [build]
diff --git a/recipes/wip/net/dufs/recipe.toml b/recipes/wip/net/dufs/recipe.toml
index 3bd1e1282..3949986d7 100644
--- a/recipes/wip/net/dufs/recipe.toml
+++ b/recipes/wip/net/dufs/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO if-addrs crate error
 [source]
 git = "https://github.com/sigoden/dufs"
 [build]
diff --git a/recipes/wip/net/floresta/recipe.toml b/recipes/wip/net/floresta/recipe.toml
index 7143cbcf0..5ce877771 100644
--- a/recipes/wip/net/floresta/recipe.toml
+++ b/recipes/wip/net/floresta/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compilation error
 [source]
 git = "https://github.com/Davidson-Souza/Floresta"
 [build]
diff --git a/recipes/wip/net/simple-http-server/recipe.toml b/recipes/wip/net/simple-http-server/recipe.toml
index a269ad81e..e654b5071 100644
--- a/recipes/wip/net/simple-http-server/recipe.toml
+++ b/recipes/wip/net/simple-http-server/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO open crate error
 [source]
 git = "https://github.com/TheWaWaR/simple-http-server"
 [build]
diff --git a/recipes/wip/net/slumber/recipe.toml b/recipes/wip/net/slumber/recipe.toml
index c2e814601..cae7f6608 100644
--- a/recipes/wip/net/slumber/recipe.toml
+++ b/recipes/wip/net/slumber/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO port to Orbital
 [source]
 git = "https://github.com/LucasPickering/slumber"
 [build]
diff --git a/recipes/wip/net/vpncloud/recipe.toml b/recipes/wip/net/vpncloud/recipe.toml
index a5e830ccc..ced2c2261 100644
--- a/recipes/wip/net/vpncloud/recipe.toml
+++ b/recipes/wip/net/vpncloud/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO libc and nix crate error
 #TODO require Ruby and asciidoctor at runtime
 [source]
 git = "https://github.com/dswd/vpncloud"
diff --git a/recipes/wip/security/angryoxide/recipe.toml b/recipes/wip/security/angryoxide/recipe.toml
index 73d3e89ff..6363cae7a 100644
--- a/recipes/wip/security/angryoxide/recipe.toml
+++ b/recipes/wip/security/angryoxide/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO port to Orbital
 #TODO in case of errors, read https://github.com/Ragnt/AngryOxide#building-from-source
 [source]
 git = "https://github.com/Ragnt/AngryOxide"
diff --git a/recipes/wip/services/grub/recipe.toml b/recipes/wip/services/grub/recipe.toml
index f674fb2b5..e314bc845 100644
--- a/recipes/wip/services/grub/recipe.toml
+++ b/recipes/wip/services/grub/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compilation error
 [source]
 tar = "https://ftp.gnu.org/gnu/grub/grub-2.12.tar.xz"
 [build]
diff --git a/recipes/wip/sound/audeye/recipe.toml b/recipes/wip/sound/audeye/recipe.toml
index 20870cef4..2ed219392 100644
--- a/recipes/wip/sound/audeye/recipe.toml
+++ b/recipes/wip/sound/audeye/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compilation error
 [source]
 git = "https://github.com/maxmarsc/audeye"
 [build]
diff --git a/recipes/wip/sound/soundboard/recipe.toml b/recipes/wip/sound/soundboard/recipe.toml
index 9e12ec279..74c1e05c6 100644
--- a/recipes/wip/sound/soundboard/recipe.toml
+++ b/recipes/wip/sound/soundboard/recipe.toml
@@ -6,3 +6,6 @@ template = "custom"
 script = """
 cookbook_cargo --features full
 """
+dependencies = [
+    "glib",
+]
-- 
GitLab