From a4d91cd66c1ba7b6ad436fc586e045836e9d010a Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Mon, 10 Jun 2024 02:39:36 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/benchmarks/canbench/recipe.toml        | 2 +-
 recipes/wip/benchmarks/cargo-criterion/recipe.toml | 2 +-
 recipes/wip/graphics/dify/recipe.toml              | 2 +-
 recipes/wip/graphics/dssim/recipe.toml             | 2 +-
 recipes/wip/graphics/jxl-oxide/recipe.toml         | 2 +-
 recipes/wip/graphics/kantig/recipe.toml            | 2 +-
 recipes/wip/graphics/ocrs/recipe.toml              | 2 +-
 recipes/wip/graphics/rascii/recipe.toml            | 2 +-
 recipes/wip/graphics/rimage/recipe.toml            | 2 +-
 recipes/wip/libs/lzlib/recipe.toml                 | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/recipes/wip/benchmarks/canbench/recipe.toml b/recipes/wip/benchmarks/canbench/recipe.toml
index 26ee7e54e..383443b29 100644
--- a/recipes/wip/benchmarks/canbench/recipe.toml
+++ b/recipes/wip/benchmarks/canbench/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/dfinity/canbench"
 [build]
diff --git a/recipes/wip/benchmarks/cargo-criterion/recipe.toml b/recipes/wip/benchmarks/cargo-criterion/recipe.toml
index 5e684034a..6ba7cb273 100644
--- a/recipes/wip/benchmarks/cargo-criterion/recipe.toml
+++ b/recipes/wip/benchmarks/cargo-criterion/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested (after cargo update)
 [source]
 git = "https://github.com/bheisler/cargo-criterion"
 [build]
diff --git a/recipes/wip/graphics/dify/recipe.toml b/recipes/wip/graphics/dify/recipe.toml
index ca5050b34..4c782143e 100644
--- a/recipes/wip/graphics/dify/recipe.toml
+++ b/recipes/wip/graphics/dify/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/jihchi/dify"
 [build]
diff --git a/recipes/wip/graphics/dssim/recipe.toml b/recipes/wip/graphics/dssim/recipe.toml
index af5795f22..2a61ed07c 100644
--- a/recipes/wip/graphics/dssim/recipe.toml
+++ b/recipes/wip/graphics/dssim/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/kornelski/dssim"
 [build]
diff --git a/recipes/wip/graphics/jxl-oxide/recipe.toml b/recipes/wip/graphics/jxl-oxide/recipe.toml
index d025db41c..57db5289b 100644
--- a/recipes/wip/graphics/jxl-oxide/recipe.toml
+++ b/recipes/wip/graphics/jxl-oxide/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO missing header on compilation
 [source]
 git = "https://github.com/tirr-c/jxl-oxide"
 [build]
diff --git a/recipes/wip/graphics/kantig/recipe.toml b/recipes/wip/graphics/kantig/recipe.toml
index 4814f0971..b3700a09c 100644
--- a/recipes/wip/graphics/kantig/recipe.toml
+++ b/recipes/wip/graphics/kantig/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested (after cargo update)
 [source]
 git = "https://github.com/DenSASoftware/kantig"
 [build]
diff --git a/recipes/wip/graphics/ocrs/recipe.toml b/recipes/wip/graphics/ocrs/recipe.toml
index 70baa607c..ec623d78d 100644
--- a/recipes/wip/graphics/ocrs/recipe.toml
+++ b/recipes/wip/graphics/ocrs/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO add a command to move the executable to a propeer folder
 [source]
 git = "https://github.com/robertknight/ocrs"
 [build]
diff --git a/recipes/wip/graphics/rascii/recipe.toml b/recipes/wip/graphics/rascii/recipe.toml
index 2450966ff..2eeb5a111 100644
--- a/recipes/wip/graphics/rascii/recipe.toml
+++ b/recipes/wip/graphics/rascii/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested (after cargo update)
 [source]
 git = "https://github.com/orhnk/RASCII"
 [build]
diff --git a/recipes/wip/graphics/rimage/recipe.toml b/recipes/wip/graphics/rimage/recipe.toml
index 0792b1722..34b0f1357 100644
--- a/recipes/wip/graphics/rimage/recipe.toml
+++ b/recipes/wip/graphics/rimage/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/SalOne22/rimage"
 [build]
diff --git a/recipes/wip/libs/lzlib/recipe.toml b/recipes/wip/libs/lzlib/recipe.toml
index 15b2f153d..a092f870f 100644
--- a/recipes/wip/libs/lzlib/recipe.toml
+++ b/recipes/wip/libs/lzlib/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 tar = "https://download.savannah.gnu.org/releases/lzip/lzlib/lzlib-1.14.tar.gz"
 [build]
-- 
GitLab