From a89e9d9ebe34baf83f03e943432dc0a5424b44d4 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Tue, 12 Mar 2024 20:52:35 +0000
Subject: [PATCH] update recipes

---
 recipes/wip/emulators/gameroy/recipe.toml | 5 +----
 recipes/wip/libs/freeglut/recipe.toml     | 2 +-
 recipes/wip/tools/alacritty/recipe.toml   | 3 +--
 recipes/wip/tools/birdy/recipe.toml       | 5 +----
 recipes/wip/tools/thwack/recipe.toml      | 2 +-
 recipes/wip/tools/tp-note/recipe.toml     | 2 +-
 recipes/wip/tools/tui-journal/recipe.toml | 2 +-
 7 files changed, 7 insertions(+), 14 deletions(-)

diff --git a/recipes/wip/emulators/gameroy/recipe.toml b/recipes/wip/emulators/gameroy/recipe.toml
index be4a14939..5ab46748b 100644
--- a/recipes/wip/emulators/gameroy/recipe.toml
+++ b/recipes/wip/emulators/gameroy/recipe.toml
@@ -1,12 +1,9 @@
-#TODO make Wayland work
+#TODO port to Orbital
 [source]
 git = "https://github.com/Rodrigodd/gameroy"
 rev = "78d12b7a74cda37002cd2b964baaa761285925ab"
 [build]
 template = "custom"
-dependencies = [
-    "libwayland",
-]
 script = """
 cookbook_cargo_packages gameroy-native
 """
diff --git a/recipes/wip/libs/freeglut/recipe.toml b/recipes/wip/libs/freeglut/recipe.toml
index 59b8e5fc2..f2b576ad9 100644
--- a/recipes/wip/libs/freeglut/recipe.toml
+++ b/recipes/wip/libs/freeglut/recipe.toml
@@ -1,4 +1,4 @@
-#TODO make Wayland work
+#TODO port to Orbital
 [source]
 tar = "https://github.com/freeglut/freeglut/releases/download/v3.4.0/freeglut-3.4.0.tar.gz"
 #blake3 = "08c8874d6ddad5be4860813865d4d4e2a84c294da0f3cf82a29e43920806b0da"
diff --git a/recipes/wip/tools/alacritty/recipe.toml b/recipes/wip/tools/alacritty/recipe.toml
index 02aeb694a..b8668e9ba 100644
--- a/recipes/wip/tools/alacritty/recipe.toml
+++ b/recipes/wip/tools/alacritty/recipe.toml
@@ -1,4 +1,4 @@
-#TODO make Wayland work
+#TODO port to Orbital
 [source]
 git = "https://github.com/alacritty/alacritty"
 rev = "5efb0690a3174dd4e21516bda59f74f3aa8ba3e3"
@@ -7,7 +7,6 @@ template = "custom"
 dependencies = [
     "freetype2",
     "fontconfig",
-    "libwayland",
 ]
 script = """
 cookbook_cargo_packages alacritty
diff --git a/recipes/wip/tools/birdy/recipe.toml b/recipes/wip/tools/birdy/recipe.toml
index 4ed855bc9..faeba89e1 100644
--- a/recipes/wip/tools/birdy/recipe.toml
+++ b/recipes/wip/tools/birdy/recipe.toml
@@ -1,8 +1,5 @@
-#TODO make Wayland work
+#TODO port to Orbital
 [source]
 git = "https://github.com/kakoc/birdy"
 [build]
 template = "cargo"
-dependencies = [
-    "libwayland",
-]
diff --git a/recipes/wip/tools/thwack/recipe.toml b/recipes/wip/tools/thwack/recipe.toml
index 4bb38dd3d..9b2ec86f5 100644
--- a/recipes/wip/tools/thwack/recipe.toml
+++ b/recipes/wip/tools/thwack/recipe.toml
@@ -1,4 +1,4 @@
-#TODO make Wayland work
+#TODO port to Orbital
 [source]
 git = "https://github.com/yykamei/thwack"
 rev = "6763a2a9da03ffb746580c69f8d77161e5f6ba4e"
diff --git a/recipes/wip/tools/tp-note/recipe.toml b/recipes/wip/tools/tp-note/recipe.toml
index 48bd6a75c..c359fb84b 100644
--- a/recipes/wip/tools/tp-note/recipe.toml
+++ b/recipes/wip/tools/tp-note/recipe.toml
@@ -1,4 +1,4 @@
-#TODO make Wayland work
+#TODO port to Orbital
 [source]
 git = "https://gitlab.com/getreu/tp-note"
 rev = "1a8241211382efafb37961888aebc0065d56a95e"
diff --git a/recipes/wip/tools/tui-journal/recipe.toml b/recipes/wip/tools/tui-journal/recipe.toml
index 5d54f961f..b7213fbff 100644
--- a/recipes/wip/tools/tui-journal/recipe.toml
+++ b/recipes/wip/tools/tui-journal/recipe.toml
@@ -1,4 +1,4 @@
-#TODO make Wayland work
+#TODO port to Orbital
 [source]
 git = "https://github.com/AmmarAbouZor/tui-journal"
 rev = "40943d8b4081d61cd549398ff68c6f219444167b"
-- 
GitLab