From 6ca4a5c8266e97ed58dd600ebb446e599f5bb3b9 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 8 Jun 2024 20:54:05 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/graphics/dominant-colours/recipe.toml | 2 +-
 recipes/wip/graphics/hdr10plus-tool/recipe.toml   | 2 +-
 recipes/wip/graphics/matugen/recipe.toml          | 2 +-
 recipes/wip/graphics/oculante/recipe.toml         | 6 +-----
 recipes/wip/graphics/pilka/recipe.toml            | 2 +-
 recipes/wip/security/dfir-toolkit/recipe.toml     | 2 +-
 recipes/wip/security/kanha/recipe.toml            | 2 +-
 recipes/wip/security/sqop/recipe.toml             | 5 ++++-
 recipes/wip/security/sss-cli/recipe.toml          | 2 +-
 recipes/wip/security/stegano/recipe.toml          | 2 +-
 recipes/wip/security/vagga/recipe.toml            | 2 +-
 11 files changed, 14 insertions(+), 15 deletions(-)

diff --git a/recipes/wip/graphics/dominant-colours/recipe.toml b/recipes/wip/graphics/dominant-colours/recipe.toml
index ba3dde09e..cc92e1919 100644
--- a/recipes/wip/graphics/dominant-colours/recipe.toml
+++ b/recipes/wip/graphics/dominant-colours/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/alexwlchan/dominant_colours"
 [build]
diff --git a/recipes/wip/graphics/hdr10plus-tool/recipe.toml b/recipes/wip/graphics/hdr10plus-tool/recipe.toml
index b222fe916..b0d08f3c5 100644
--- a/recipes/wip/graphics/hdr10plus-tool/recipe.toml
+++ b/recipes/wip/graphics/hdr10plus-tool/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO yeslogic-fontconfig-sys crate error
 [source]
 git = "https://github.com/quietvoid/hdr10plus_tool"
 [build]
diff --git a/recipes/wip/graphics/matugen/recipe.toml b/recipes/wip/graphics/matugen/recipe.toml
index 9f12b258c..7c3374d46 100644
--- a/recipes/wip/graphics/matugen/recipe.toml
+++ b/recipes/wip/graphics/matugen/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/InioX/matugen"
 [build]
diff --git a/recipes/wip/graphics/oculante/recipe.toml b/recipes/wip/graphics/oculante/recipe.toml
index f538a9d27..72e854d0c 100644
--- a/recipes/wip/graphics/oculante/recipe.toml
+++ b/recipes/wip/graphics/oculante/recipe.toml
@@ -1,12 +1,8 @@
-#TODO Not compiled or tested
-#TODO probably missing dependencies
+#TODO needs to be ported to Orbital
 [source]
 git = "https://github.com/woelper/oculante"
-rev = "25b6ae94f743988be216dfd341dde159337d193d"
 [build]
 template = "cargo"
 dependencies = [
-    "libxcb",
-    "libxfixes",
     "gtk3",
 ]
diff --git a/recipes/wip/graphics/pilka/recipe.toml b/recipes/wip/graphics/pilka/recipe.toml
index 412fc14bd..ce576d59c 100644
--- a/recipes/wip/graphics/pilka/recipe.toml
+++ b/recipes/wip/graphics/pilka/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO winit crate error (after cargo update)
 [source]
 git = "https://github.com/pudnax/pilka"
 [build]
diff --git a/recipes/wip/security/dfir-toolkit/recipe.toml b/recipes/wip/security/dfir-toolkit/recipe.toml
index 0117993bd..94dc1f6b4 100644
--- a/recipes/wip/security/dfir-toolkit/recipe.toml
+++ b/recipes/wip/security/dfir-toolkit/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO forensic-rs crate error
 [source]
 git = "https://github.com/dfir-dd/dfir-toolkit"
 [build]
diff --git a/recipes/wip/security/kanha/recipe.toml b/recipes/wip/security/kanha/recipe.toml
index 29019f602..a951070bb 100644
--- a/recipes/wip/security/kanha/recipe.toml
+++ b/recipes/wip/security/kanha/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO linking error (after cargo update)
 [source]
 git = "https://github.com/pwnwriter/kanha"
 [build]
diff --git a/recipes/wip/security/sqop/recipe.toml b/recipes/wip/security/sqop/recipe.toml
index c60c1972e..8d567852c 100644
--- a/recipes/wip/security/sqop/recipe.toml
+++ b/recipes/wip/security/sqop/recipe.toml
@@ -1,5 +1,8 @@
-#TODO Not compiled or tested
+#TODO make libnettle work
 [source]
 git = "https://gitlab.com/sequoia-pgp/sequoia-sop"
 [build]
 template = "cargo"
+dependencies = [
+    "libnettle",
+]
diff --git a/recipes/wip/security/sss-cli/recipe.toml b/recipes/wip/security/sss-cli/recipe.toml
index dbd8cfed0..899166855 100644
--- a/recipes/wip/security/sss-cli/recipe.toml
+++ b/recipes/wip/security/sss-cli/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO source code error (after cargo update)
 [source]
 git = "https://github.com/dsprenkels/sss-cli"
 [build]
diff --git a/recipes/wip/security/stegano/recipe.toml b/recipes/wip/security/stegano/recipe.toml
index 9e8618d8f..1e67ce410 100644
--- a/recipes/wip/security/stegano/recipe.toml
+++ b/recipes/wip/security/stegano/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO require a command to move the binary
 [source]
 git = "https://github.com/steganogram/stegano-rs"
 [build]
diff --git a/recipes/wip/security/vagga/recipe.toml b/recipes/wip/security/vagga/recipe.toml
index f1da02ed4..e284538b8 100644
--- a/recipes/wip/security/vagga/recipe.toml
+++ b/recipes/wip/security/vagga/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO libc and nix crate errors (after cargo update)
 [source]
 git = "https://github.com/tailhook/vagga"
 [build]
-- 
GitLab