From 10bf9f1590add6eef16015aebeb1d91421ed21f0 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Wed, 12 Jun 2024 14:02:34 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/tools/mdbook/recipe.toml      | 1 -
 recipes/wip/tools/neovide/recipe.toml     | 1 -
 recipes/wip/tools/ouch/recipe.toml        | 1 -
 recipes/wip/tools/oxipng/recipe.toml      | 1 -
 recipes/wip/tools/pixcil/recipe.toml      | 1 -
 recipes/wip/tools/presenterm/recipe.toml  | 1 -
 recipes/wip/tools/qrrs/recipe.toml        | 1 -
 recipes/wip/tools/rage/recipe.toml        | 1 -
 recipes/wip/tools/repgrep/recipe.toml     | 1 -
 recipes/wip/tools/rioterm/recipe.toml     | 1 -
 recipes/wip/tools/shd/recipe.toml         | 1 -
 recipes/wip/tools/shokunin/recipe.toml    | 1 -
 recipes/wip/tools/spacer/recipe.toml      | 1 -
 recipes/wip/tools/sprinkles/recipe.toml   | 1 -
 recipes/wip/tools/svg2pdf/recipe.toml     | 1 -
 recipes/wip/tools/sws/recipe.toml         | 1 -
 recipes/wip/tools/t-rec/recipe.toml       | 3 +--
 recipes/wip/tools/termimage/recipe.toml   | 1 -
 recipes/wip/tools/thwack/recipe.toml      | 1 -
 recipes/wip/tools/tp-note/recipe.toml     | 1 -
 recipes/wip/tools/tts-tui/recipe.toml     | 1 -
 recipes/wip/tools/ttyper/recipe.toml      | 1 -
 recipes/wip/tools/tui-journal/recipe.toml | 1 -
 recipes/wip/tools/typst/recipe.toml       | 1 -
 recipes/wip/tools/wpaperd/recipe.toml     | 1 -
 recipes/wip/tools/youtube-tui/recipe.toml | 1 -
 recipes/wip/tui/gitui/recipe.toml         | 1 -
 recipes/wip/tui/gyr/recipe.toml           | 1 -
 recipes/wip/tui/oatmeal/recipe.toml       | 1 -
 recipes/wip/tui/sshs/recipe.toml          | 1 -
 recipes/wip/tui/termscp/recipe.toml       | 1 -
 recipes/wip/video/glide/recipe.toml       | 3 +--
 recipes/wip/video/tplay/recipe.toml       | 3 +--
 recipes/wip/wayland/hyprland/recipe.toml  | 1 -
 recipes/wip/wayland/waylandpp/recipe.toml | 1 -
 35 files changed, 3 insertions(+), 38 deletions(-)

diff --git a/recipes/wip/tools/mdbook/recipe.toml b/recipes/wip/tools/mdbook/recipe.toml
index aeb1bbacc..c3d6995b4 100644
--- a/recipes/wip/tools/mdbook/recipe.toml
+++ b/recipes/wip/tools/mdbook/recipe.toml
@@ -1,6 +1,5 @@
 #TODO move to proper category
 [source]
 git = "https://github.com/rust-lang/mdBook"
-rev = "b7f46213c7df8f499eca0c82e7b41804cc15e369"
 [build]
 template = "cargo"
diff --git a/recipes/wip/tools/neovide/recipe.toml b/recipes/wip/tools/neovide/recipe.toml
index a9e376501..0c6631fa8 100644
--- a/recipes/wip/tools/neovide/recipe.toml
+++ b/recipes/wip/tools/neovide/recipe.toml
@@ -1,7 +1,6 @@
 #TODO Make neovim and freeglut work
 [source]
 git = "https://github.com/neovide/neovide"
-rev = "113955bb68bf6715c784ea0b7ee75011c55471c9"
 [build]
 template = "cargo"
 dependencies = [
diff --git a/recipes/wip/tools/ouch/recipe.toml b/recipes/wip/tools/ouch/recipe.toml
index 84ca3749e..851597f28 100644
--- a/recipes/wip/tools/ouch/recipe.toml
+++ b/recipes/wip/tools/ouch/recipe.toml
@@ -1,7 +1,6 @@
 #TODO compilation error
 [source]
 git = "https://github.com/ouch-org/ouch"
-rev = "796a03a41d1412dbd0f1cf973ca88c59a4614cc8"
 [build]
 template = "cargo"
 dependencies = [
diff --git a/recipes/wip/tools/oxipng/recipe.toml b/recipes/wip/tools/oxipng/recipe.toml
index b6c8fd162..f5c8ba612 100644
--- a/recipes/wip/tools/oxipng/recipe.toml
+++ b/recipes/wip/tools/oxipng/recipe.toml
@@ -1,6 +1,5 @@
 #TODO working but don't exit
 [source]
 git = "https://github.com/shssoichiro/oxipng"
-rev = "e1db84fd9745f3320c08b883e4942cd5b30b98a6"
 [build]
 template = "cargo"
diff --git a/recipes/wip/tools/pixcil/recipe.toml b/recipes/wip/tools/pixcil/recipe.toml
index 27af213b1..18ae370e7 100644
--- a/recipes/wip/tools/pixcil/recipe.toml
+++ b/recipes/wip/tools/pixcil/recipe.toml
@@ -3,7 +3,6 @@
 #TODO require WebAssembly
 [source]
 git = "https://github.com/sile/pixcil"
-rev = "2309661977c3191f44e730c5a17639874e497b69"
 [build]
 template = "custom"
 script = """
diff --git a/recipes/wip/tools/presenterm/recipe.toml b/recipes/wip/tools/presenterm/recipe.toml
index d6b161801..ee36c4fc5 100644
--- a/recipes/wip/tools/presenterm/recipe.toml
+++ b/recipes/wip/tools/presenterm/recipe.toml
@@ -1,6 +1,5 @@
 #TODO move to proper category
 [source]
 git = "https://github.com/mfontanini/presenterm"
-rev = "284db812aa876d43f3a7d7e8b96f75c72a9945fa"
 [build]
 template = "cargo"
diff --git a/recipes/wip/tools/qrrs/recipe.toml b/recipes/wip/tools/qrrs/recipe.toml
index a3723d662..fbd786457 100644
--- a/recipes/wip/tools/qrrs/recipe.toml
+++ b/recipes/wip/tools/qrrs/recipe.toml
@@ -1,6 +1,5 @@
 #TODO move to proper category
 [source]
 git = "https://github.com/Lenivaya/qrrs"
-rev = "74ea9129a808f199afb386a38df7492cc8c7d094"
 [build]
 template = "cargo"
diff --git a/recipes/wip/tools/rage/recipe.toml b/recipes/wip/tools/rage/recipe.toml
index 98e38bbc6..54f1fc033 100644
--- a/recipes/wip/tools/rage/recipe.toml
+++ b/recipes/wip/tools/rage/recipe.toml
@@ -1,7 +1,6 @@
 #TODO compiled but not tested
 [source]
 git = "https://github.com/str4d/rage"
-rev = "e6180f1a2004008873b8e8d40110995ecec416c4"
 [build]
 template = "custom"
 script = """
diff --git a/recipes/wip/tools/repgrep/recipe.toml b/recipes/wip/tools/repgrep/recipe.toml
index 00d6868a6..6da058bd2 100644
--- a/recipes/wip/tools/repgrep/recipe.toml
+++ b/recipes/wip/tools/repgrep/recipe.toml
@@ -1,6 +1,5 @@
 #TODO compiled but not tested
 [source]
 git = "https://github.com/acheronfail/repgrep"
-rev = "2e270809de00d0aefda272016afb6b5cf1ac4af5"
 [build]
 template = "cargo"
diff --git a/recipes/wip/tools/rioterm/recipe.toml b/recipes/wip/tools/rioterm/recipe.toml
index f2be2bcff..4713a5a8b 100644
--- a/recipes/wip/tools/rioterm/recipe.toml
+++ b/recipes/wip/tools/rioterm/recipe.toml
@@ -1,7 +1,6 @@
 #TODO Need to make libxkbcommon work
 [source]
 git = "https://github.com/raphamorim/rio"
-rev = "ddd99a767b2c17bbf9aa8a00f6107acc488a04e8"
 [build]
 template = "cargo"
 dependencies = [
diff --git a/recipes/wip/tools/shd/recipe.toml b/recipes/wip/tools/shd/recipe.toml
index 0ea590754..8a523975d 100644
--- a/recipes/wip/tools/shd/recipe.toml
+++ b/recipes/wip/tools/shd/recipe.toml
@@ -1,7 +1,6 @@
 #TODO make the smartmontools dependency work
 [source]
 git = "https://github.com/alttch/shd"
-rev = "81fd46a7b1b2423fb9a3e3223b5b5dac79e4eda5"
 [build]
 template = "cargo"
 dependencies = [
diff --git a/recipes/wip/tools/shokunin/recipe.toml b/recipes/wip/tools/shokunin/recipe.toml
index 65a19227d..4230fd8d9 100644
--- a/recipes/wip/tools/shokunin/recipe.toml
+++ b/recipes/wip/tools/shokunin/recipe.toml
@@ -1,7 +1,6 @@
 #TODO openssl-sys crate error
 [source]
 git = "https://github.com/sebastienrousseau/shokunin"
-rev = "9592f12701fb0ef3bc298f4499d2787e24fca4f3"
 [build]
 template = "cargo"
 dependencies = [
diff --git a/recipes/wip/tools/spacer/recipe.toml b/recipes/wip/tools/spacer/recipe.toml
index 701f19bcc..17863ad85 100644
--- a/recipes/wip/tools/spacer/recipe.toml
+++ b/recipes/wip/tools/spacer/recipe.toml
@@ -1,6 +1,5 @@
 #TODO move to proper category
 [source]
 git = "https://github.com/samwho/spacer"
-rev = "9c63225e9b93e1aa8b63e64c180ffd05b7dd4b02"
 [build]
 template = "cargo"
diff --git a/recipes/wip/tools/sprinkles/recipe.toml b/recipes/wip/tools/sprinkles/recipe.toml
index f364fd7d3..6188ce8ed 100644
--- a/recipes/wip/tools/sprinkles/recipe.toml
+++ b/recipes/wip/tools/sprinkles/recipe.toml
@@ -1,6 +1,5 @@
 #TODO Compiled but not tested
 [source]
 git = "https://github.com/KhalilOuali/sprinkles"
-rev = "8c30f5f8e63b8fa89692ed712c52c928b42a556a"
 [build]
 template = "cargo"
diff --git a/recipes/wip/tools/svg2pdf/recipe.toml b/recipes/wip/tools/svg2pdf/recipe.toml
index 28624b91c..21a0d64da 100644
--- a/recipes/wip/tools/svg2pdf/recipe.toml
+++ b/recipes/wip/tools/svg2pdf/recipe.toml
@@ -2,7 +2,6 @@
 #TODO missing script to properly move the binary
 [source]
 git = "https://github.com/typst/svg2pdf"
-rev = "7d13eab7f01a9ab1577cfb348eead05726658c53"
 [build]
 template = "custom"
 script = """
diff --git a/recipes/wip/tools/sws/recipe.toml b/recipes/wip/tools/sws/recipe.toml
index 795bf9335..4530f9e4f 100644
--- a/recipes/wip/tools/sws/recipe.toml
+++ b/recipes/wip/tools/sws/recipe.toml
@@ -1,6 +1,5 @@
 #TODO signal-hook crate error
 [source]
 git = "https://github.com/static-web-server/static-web-server"
-rev = "98a5cc40d276f3dac3c2c36530b966b213fb9ffc"
 [build]
 template = "cargo"
diff --git a/recipes/wip/tools/t-rec/recipe.toml b/recipes/wip/tools/t-rec/recipe.toml
index 370bd2d59..3bd231d54 100644
--- a/recipes/wip/tools/t-rec/recipe.toml
+++ b/recipes/wip/tools/t-rec/recipe.toml
@@ -1,7 +1,6 @@
-#TODO require XWayland
+#TODO port to orbital
 [source]
 git = "https://github.com/sassman/t-rec-rs"
-rev = "da911b978e9e87a917c7c865e5aa4d833209d9e0"
 [build]
 template = "cargo"
 dependencies = [
diff --git a/recipes/wip/tools/termimage/recipe.toml b/recipes/wip/tools/termimage/recipe.toml
index 3caabda11..15619e6ce 100644
--- a/recipes/wip/tools/termimage/recipe.toml
+++ b/recipes/wip/tools/termimage/recipe.toml
@@ -1,6 +1,5 @@
 #TODO move to the proper category
 [source]
 git = "https://github.com/nabijaczleweli/termimage"
-rev = "6156416a61fc5bfe78bdbda71e7f11f77a9adf9e"
 [build]
 template = "cargo"
diff --git a/recipes/wip/tools/thwack/recipe.toml b/recipes/wip/tools/thwack/recipe.toml
index 9b2ec86f5..5c1ddf26d 100644
--- a/recipes/wip/tools/thwack/recipe.toml
+++ b/recipes/wip/tools/thwack/recipe.toml
@@ -1,6 +1,5 @@
 #TODO port to Orbital
 [source]
 git = "https://github.com/yykamei/thwack"
-rev = "6763a2a9da03ffb746580c69f8d77161e5f6ba4e"
 [build]
 template = "cargo"
diff --git a/recipes/wip/tools/tp-note/recipe.toml b/recipes/wip/tools/tp-note/recipe.toml
index c359fb84b..3d8dd9375 100644
--- a/recipes/wip/tools/tp-note/recipe.toml
+++ b/recipes/wip/tools/tp-note/recipe.toml
@@ -1,7 +1,6 @@
 #TODO port to Orbital
 [source]
 git = "https://gitlab.com/getreu/tp-note"
-rev = "1a8241211382efafb37961888aebc0065d56a95e"
 [build]
 template = "custom"
 script = """
diff --git a/recipes/wip/tools/tts-tui/recipe.toml b/recipes/wip/tools/tts-tui/recipe.toml
index 18e9ba7c0..3cff1998e 100644
--- a/recipes/wip/tools/tts-tui/recipe.toml
+++ b/recipes/wip/tools/tts-tui/recipe.toml
@@ -1,7 +1,6 @@
 #TODO make speech-dispatcher work
 [source]
 git = "https://github.com/lesleyrs/tts-tui"
-rev = "820689ba21ead76981376b7dfed17bfc59e5b013"
 [build]
 template = "cargo"
 dependencies = [
diff --git a/recipes/wip/tools/ttyper/recipe.toml b/recipes/wip/tools/ttyper/recipe.toml
index d671e5179..26cb150a6 100644
--- a/recipes/wip/tools/ttyper/recipe.toml
+++ b/recipes/wip/tools/ttyper/recipe.toml
@@ -1,6 +1,5 @@
 #TODO replace the prompt with nothing on execution
 [source]
 git = "https://github.com/max-niederman/ttyper"
-rev = "662a6682984afa6efca707b693ae68622e52ac24"
 [build]
 template = "cargo"
diff --git a/recipes/wip/tools/tui-journal/recipe.toml b/recipes/wip/tools/tui-journal/recipe.toml
index b7213fbff..aad40ea00 100644
--- a/recipes/wip/tools/tui-journal/recipe.toml
+++ b/recipes/wip/tools/tui-journal/recipe.toml
@@ -1,7 +1,6 @@
 #TODO port to Orbital
 [source]
 git = "https://github.com/AmmarAbouZor/tui-journal"
-rev = "40943d8b4081d61cd549398ff68c6f219444167b"
 [build]
 template = "cargo"
 dependencies = [
diff --git a/recipes/wip/tools/typst/recipe.toml b/recipes/wip/tools/typst/recipe.toml
index be14591e5..a276fd8a2 100644
--- a/recipes/wip/tools/typst/recipe.toml
+++ b/recipes/wip/tools/typst/recipe.toml
@@ -2,7 +2,6 @@
 #TODO missing script to properly move the binary
 [source]
 git = "https://github.com/typst/typst"
-rev = "70ca0d257bb4ba927f63260e20443f244e0bb58c"
 [build]
 template = "custom"
 script = """
diff --git a/recipes/wip/tools/wpaperd/recipe.toml b/recipes/wip/tools/wpaperd/recipe.toml
index 83a7423c7..3e231f3f0 100644
--- a/recipes/wip/tools/wpaperd/recipe.toml
+++ b/recipes/wip/tools/wpaperd/recipe.toml
@@ -1,7 +1,6 @@
 #TODO make libxkbcommon work
 [source]
 git = "https://github.com/danyspin97/wpaperd"
-rev = "a99e4e3d8c05a933a3f428329c2883e635feca14"
 [build]
 template = "cargo"
 dependencies = [
diff --git a/recipes/wip/tools/youtube-tui/recipe.toml b/recipes/wip/tools/youtube-tui/recipe.toml
index 960b6a710..83406f0ea 100644
--- a/recipes/wip/tools/youtube-tui/recipe.toml
+++ b/recipes/wip/tools/youtube-tui/recipe.toml
@@ -1,7 +1,6 @@
 #TODO openssl error
 [source]
 git = "https://github.com/Siriusmart/youtube-tui"
-rev = "f321f7c1e9b41644b976ea8672807c3062908c5c"
 [build]
 template = "custom"
 dependencies = [
diff --git a/recipes/wip/tui/gitui/recipe.toml b/recipes/wip/tui/gitui/recipe.toml
index 3e3494902..b8019c57f 100644
--- a/recipes/wip/tui/gitui/recipe.toml
+++ b/recipes/wip/tui/gitui/recipe.toml
@@ -1,7 +1,6 @@
 #TODO openssl-sys crate error
 [source]
 git = "https://github.com/extrawurst/gitui"
-rev = "87686118768e89b5e86611b4057c05d0d7abb2bc"
 [build]
 template = "custom"
 dependencies = [
diff --git a/recipes/wip/tui/gyr/recipe.toml b/recipes/wip/tui/gyr/recipe.toml
index 81436704f..68d2d4582 100644
--- a/recipes/wip/tui/gyr/recipe.toml
+++ b/recipes/wip/tui/gyr/recipe.toml
@@ -1,6 +1,5 @@
 #TODO move to proper category
 [source]
 git = "https://git.sr.ht/~f9/gyr"
-rev = "3418fb65da1c181eade2f5f5284cf175cafb41ec"
 [build]
 template = "cargo"
diff --git a/recipes/wip/tui/oatmeal/recipe.toml b/recipes/wip/tui/oatmeal/recipe.toml
index 76aad242d..ed8612d12 100644
--- a/recipes/wip/tui/oatmeal/recipe.toml
+++ b/recipes/wip/tui/oatmeal/recipe.toml
@@ -1,6 +1,5 @@
 #TODO openssl-sys crate error
 [source]
 git = "https://github.com/dustinblackman/oatmeal"
-rev = "96f08a7b65c7be249a9f8497e247cc920c08459d"
 [build]
 template = "cargo"
diff --git a/recipes/wip/tui/sshs/recipe.toml b/recipes/wip/tui/sshs/recipe.toml
index 760d6e136..4fa346343 100644
--- a/recipes/wip/tui/sshs/recipe.toml
+++ b/recipes/wip/tui/sshs/recipe.toml
@@ -1,6 +1,5 @@
 #TODO compiled but not tested
 [source]
 git = "https://github.com/quantumsheep/sshs"
-rev = "116cb8d0b360e8bb47acfdb3398702f89d866b12"
 [build]
 template = "cargo"
diff --git a/recipes/wip/tui/termscp/recipe.toml b/recipes/wip/tui/termscp/recipe.toml
index d47fd2d0f..2e4cb6a44 100644
--- a/recipes/wip/tui/termscp/recipe.toml
+++ b/recipes/wip/tui/termscp/recipe.toml
@@ -1,7 +1,6 @@
 #TODO make dbus work
 [source]
 git = "https://github.com/veeso/termscp"
-rev = "ef8dbb6305fd1573446a254b9be759a1f13724af"
 [build]
 template = "custom"
 dependencies = [
diff --git a/recipes/wip/video/glide/recipe.toml b/recipes/wip/video/glide/recipe.toml
index 92a357da5..8a1711d9b 100644
--- a/recipes/wip/video/glide/recipe.toml
+++ b/recipes/wip/video/glide/recipe.toml
@@ -1,7 +1,6 @@
-#TODO Make GTK4 work
+#TODO Make gtk4 work
 [source]
 git = "https://github.com/philn/glide"
-rev = "fc86c0e8672e0713b26edae8c6388b85d5d05177"
 [build]
 template = "cargo"
 dependencies = [
diff --git a/recipes/wip/video/tplay/recipe.toml b/recipes/wip/video/tplay/recipe.toml
index df5a777ef..603d5b11b 100644
--- a/recipes/wip/video/tplay/recipe.toml
+++ b/recipes/wip/video/tplay/recipe.toml
@@ -1,7 +1,6 @@
-#TODO Make OpenCV 4 work
+#TODO Make opencv4 work
 [source]
 git = "https://github.com/maxcurzi/tplay"
-rev = "f32d5d3df7e3c6a873d1b113ef3b707b016b3a69"
 [build]
 template = "cargo"
 dependencies = [
diff --git a/recipes/wip/wayland/hyprland/recipe.toml b/recipes/wip/wayland/hyprland/recipe.toml
index a4b04d723..dff2a2866 100644
--- a/recipes/wip/wayland/hyprland/recipe.toml
+++ b/recipes/wip/wayland/hyprland/recipe.toml
@@ -1,7 +1,6 @@
 #TODO missing CMake configuration, see https://wiki.hyprland.org/Getting-Started/Installation/#cmake-recommended
 [source]
 git = "https://github.com/hyprwm/Hyprland"
-rev = "9afdd61adeaf413afbe853dbc5fdf6853c8bde21"
 [build]
 template = "custom"
 dependencies = [
diff --git a/recipes/wip/wayland/waylandpp/recipe.toml b/recipes/wip/wayland/waylandpp/recipe.toml
index 5f5473f08..512fc99f3 100644
--- a/recipes/wip/wayland/waylandpp/recipe.toml
+++ b/recipes/wip/wayland/waylandpp/recipe.toml
@@ -1,6 +1,5 @@
 #TODO missing script for CMake, see https://github.com/NilsBrause/waylandpp#building
 [source]
 git = "https://github.com/NilsBrause/waylandpp"
-rev = "4321ed5c7b4bffa41b8a2a13dc7f3ece1191f4f3"
 [build]
 template = "custom"
-- 
GitLab