From 0fd17730b445ec993d60fbcf42b22f957edaeedf Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 20 Jul 2024 01:20:22 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/text/kibi/recipe.toml | 9 +++++++--
 recipes/wip/text/zed/recipe.toml  | 5 +++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/recipes/wip/text/kibi/recipe.toml b/recipes/wip/text/kibi/recipe.toml
index 5e90d5352..828a42703 100644
--- a/recipes/wip/text/kibi/recipe.toml
+++ b/recipes/wip/text/kibi/recipe.toml
@@ -1,5 +1,10 @@
-#TODO move to proper category
+#TODO promote
 [source]
 git = "https://github.com/ilai-deutel/kibi"
 [build]
-template = "cargo"
+template = "custom"
+script = """
+mkdir -pv "${COOKBOOK_STAGE}"/usr/share/kibi
+cp -rv "${COOKBOOK_SOURCE}"/syntax.d "${COOKBOOK_STAGE}"/usr/share/kibi
+cookbook_cargo
+"""
diff --git a/recipes/wip/text/zed/recipe.toml b/recipes/wip/text/zed/recipe.toml
index eb2f2340d..673b6f4f5 100644
--- a/recipes/wip/text/zed/recipe.toml
+++ b/recipes/wip/text/zed/recipe.toml
@@ -1,5 +1,6 @@
 #TODO not compiled or tested
 #TODO maybe missing dependencies, see https://github.com/zed-industries/zed/blob/main/script/linux#L15
+#TODO build the gui ("zed" package) once we have gpu drivers to render vulkan at decent fps
 # build instructions - https://zed.dev/docs/development/linux
 [source]
 git = "https://github.com/zed-industries/zed"
@@ -14,7 +15,7 @@ dependencies = [
     "sqlite3",
 ]
 script = """
-cookbook_cargo_packages cli zed
+cookbook_cargo_packages cli
 mv "${COOKBOOK_STAGE}/usr/bin/cli" "${COOKBOOK_STAGE}/usr/bin/zed-cli"
-mv "${COOKBOOK_STAGE}/usr/bin/zed" "${COOKBOOK_STAGE}/usr/bin/zed-editor"
+#mv "${COOKBOOK_STAGE}/usr/bin/zed" "${COOKBOOK_STAGE}/usr/bin/zed-editor"
 """
-- 
GitLab