From 0291009ccee2a43b96ca39379f457cee9d35bbe8 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Thu, 21 Dec 2023 16:59:58 +0000
Subject: [PATCH] update recipes

---
 recipes/wip/imlib2/recipe.toml          | 2 +-
 recipes/wip/influxdb/recipe.toml        | 2 +-
 recipes/wip/innernet-cli/recipe.toml    | 2 +-
 recipes/wip/innernet-server/recipe.toml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/wip/imlib2/recipe.toml b/recipes/wip/imlib2/recipe.toml
index f62669397..e4e84b31f 100644
--- a/recipes/wip/imlib2/recipe.toml
+++ b/recipes/wip/imlib2/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO compilation error - unknown type name "sigjmp_buf"
 [source]
 tar = "https://downloads.sourceforge.net/project/enlightenment/imlib2-src/1.12.1/imlib2-1.12.1.tar.xz"
 [build]
diff --git a/recipes/wip/influxdb/recipe.toml b/recipes/wip/influxdb/recipe.toml
index 94012a505..5d7b22e69 100644
--- a/recipes/wip/influxdb/recipe.toml
+++ b/recipes/wip/influxdb/recipe.toml
@@ -1,4 +1,4 @@
-#TODO probably wrong template, lacking build instructions
+#TODO nonsense error "Cargo.toml doesn't exist"
 #TODO configure the CLI and service
 [source]
 git = "https://github.com/influxdata/influxdb"
diff --git a/recipes/wip/innernet-cli/recipe.toml b/recipes/wip/innernet-cli/recipe.toml
index f1b81434f..7b7216725 100644
--- a/recipes/wip/innernet-cli/recipe.toml
+++ b/recipes/wip/innernet-cli/recipe.toml
@@ -5,5 +5,5 @@ rev = "8d058c8d879bdeec64506f2d34c2c55e2975ec28"
 [build]
 template = "custom"
 script = """
-cookbook_cargo_packages innernet
+cookbook_cargo_packages client
 """
diff --git a/recipes/wip/innernet-server/recipe.toml b/recipes/wip/innernet-server/recipe.toml
index dc9ebad3b..466a65f60 100644
--- a/recipes/wip/innernet-server/recipe.toml
+++ b/recipes/wip/innernet-server/recipe.toml
@@ -8,5 +8,5 @@ dependencies = [
     "sqlite3",
 ]
 script = """
-cookbook_cargo_packages innernet-server
+cookbook_cargo_packages server
 """
-- 
GitLab