diff --git a/recipes/wip/lib2geom/recipe.toml b/recipes/wip/lib2geom/recipe.toml index 5e6442f1c..ff0659d32 100644 --- a/recipes/wip/lib2geom/recipe.toml +++ b/recipes/wip/lib2geom/recipe.toml @@ -1,6 +1,6 @@ #TODO missing script for CMake, see https://gitlab.com/inkscape/lib2geom#building [source] -tar = "https://gitlab.com/inkscape/lib2geom" +git = "https://gitlab.com/inkscape/lib2geom" rev = "18fc32f9972dfaee597055b3226c5b7ef3bfbb4c" [build] template = "custom" diff --git a/recipes/wip/lrdf/recipe.toml b/recipes/wip/lrdf/recipe.toml index 0fdce42b5..39988f676 100644 --- a/recipes/wip/lrdf/recipe.toml +++ b/recipes/wip/lrdf/recipe.toml @@ -2,6 +2,5 @@ [source] git = "https://github.com/x42/LRDF" rev = "e61f7aa4a1e240a884e3a0cb4b2db65046cfcaa6" -rev = " [build] template = "configure" diff --git a/recipes/wip/viu/recipe.toml b/recipes/wip/viu/recipe.toml index 4d0a4425b..e0e7237b4 100644 --- a/recipes/wip/viu/recipe.toml +++ b/recipes/wip/viu/recipe.toml @@ -1,5 +1,6 @@ #TODO Not compiled or tested [source] -tar = "https://github.com/atanunq/viu/archive/refs/tags/v1.5.0.tar.gz" +git = "https://github.com/atanunq/viu" +rev = "af8f2ae90040baeeb24b92adedc645edc4ea0e85" [build] template = "cargo" diff --git a/recipes/wip/vkquake2/recipe.toml b/recipes/wip/vkquake2/recipe.toml index e414f1037..5aef8b98c 100644 --- a/recipes/wip/vkquake2/recipe.toml +++ b/recipes/wip/vkquake2/recipe.toml @@ -1,6 +1,7 @@ #TODO missing script for "make", see https://github.com/kondrak/vkQuake2#linux [source] -tar = "https://github.com/kondrak/vkQuake2/archive/refs/tags/1.5.9.tar.gz" +git = "https://github.com/kondrak/vkQuake2" +rev = "bdd39b142fbadf581fd9d904968a83fb9b4a929a" [build] template = "custom" dependencies = [ diff --git a/recipes/wip/vulkan-tools/recipe.toml b/recipes/wip/vulkan-tools/recipe.toml index 0b6fee096..0007f1d0f 100644 --- a/recipes/wip/vulkan-tools/recipe.toml +++ b/recipes/wip/vulkan-tools/recipe.toml @@ -1,6 +1,7 @@ #TODO probably wrong script, see https://github.com/KhronosGroup/Vulkan-Tools/blob/main/BUILD.md [source] -git = "https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/v1.3.270.tar.gz" +git = "https://github.com/KhronosGroup/Vulkan-Tools" +rev = "7e75f4d389799129b79f90d1401f15f511796dbd" [build] template = "custom" dependencies = [ diff --git a/recipes/wip/vvenc/recipe.toml b/recipes/wip/vvenc/recipe.toml index f3a4a6791..faa98972a 100644 --- a/recipes/wip/vvenc/recipe.toml +++ b/recipes/wip/vvenc/recipe.toml @@ -1,5 +1,6 @@ #TODO missing script for CMake, see https://github.com/fraunhoferhhi/vvenc/wiki/Build#build-using-plain-cmake [source] -tar = "https://github.com/fraunhoferhhi/vvenc/archive/refs/tags/v1.9.1.tar.gz" +git = "https://github.com/fraunhoferhhi/vvenc" +rev = "eea6fce28c8e822a0ece7a343a10fd5d6dd0e7bb" [build] template = "custom" diff --git a/recipes/wip/warp/recipe.toml b/recipes/wip/warp/recipe.toml index 6301c1c08..5efe91cb8 100644 --- a/recipes/wip/warp/recipe.toml +++ b/recipes/wip/warp/recipe.toml @@ -1,5 +1,6 @@ #TODO missing script for Meson, see https://gitlab.gnome.org/World/warp#meson [source] -tar = "https://gitlab.gnome.org/World/warp/-/archive/v0.6.1/warp-v0.6.1.tar.gz" +git = "https://gitlab.gnome.org/World/warp" +rev = "1daa60691aa1a697acaff55450dcccb085023fc7" [build] template = "custom" diff --git a/recipes/wip/watchexec/recipe.toml b/recipes/wip/watchexec/recipe.toml index 27fd3cf5c..7aa961c7f 100644 --- a/recipes/wip/watchexec/recipe.toml +++ b/recipes/wip/watchexec/recipe.toml @@ -1,5 +1,6 @@ #TODO Not compiled or tested [source] -tar = "https://github.com/watchexec/watchexec/archive/refs/tags/v1.23.0.tar.gz" +git = "https://github.com/watchexec/watchexec" +rev = "a72ff0e1426ff95f76788bbd23e1a7473068f1e0" [build] template = "cargo" diff --git a/recipes/wip/waylandpp/recipe.toml b/recipes/wip/waylandpp/recipe.toml index 779130b87..5f5473f08 100644 --- a/recipes/wip/waylandpp/recipe.toml +++ b/recipes/wip/waylandpp/recipe.toml @@ -1,5 +1,6 @@ #TODO missing script for CMake, see https://github.com/NilsBrause/waylandpp#building [source] -tar = "https://github.com/NilsBrause/waylandpp/archive/refs/tags/1.0.0.tar.gz" +git = "https://github.com/NilsBrause/waylandpp" +rev = "4321ed5c7b4bffa41b8a2a13dc7f3ece1191f4f3" [build] template = "custom" diff --git a/recipes/wip/wayshot/recipe.toml b/recipes/wip/wayshot/recipe.toml index a653b2017..55d9223c8 100644 --- a/recipes/wip/wayshot/recipe.toml +++ b/recipes/wip/wayshot/recipe.toml @@ -1,5 +1,6 @@ #TODO missing script for "make", see https://git.sr.ht/~shinyzenith/wayshot#compiling [source] -tar = "https://git.sr.ht/~shinyzenith/wayshot/archive/43fae61e239d75b8381f1e07e09e40dc2103cc8e.tar.gz" +git = "https://git.sr.ht/~shinyzenith/wayshot" +rev = "d3cdd329fe8263d5eca2ff62635fcb6b6ae57645" [build] template = "custom" diff --git a/recipes/wip/wick/recipe.toml b/recipes/wip/wick/recipe.toml index 19dc7f4f6..30abca8d2 100644 --- a/recipes/wip/wick/recipe.toml +++ b/recipes/wip/wick/recipe.toml @@ -1,5 +1,6 @@ #TODO Missing script for "just", see https://github.com/candlecorp/wick#install-from-source [source] -tar = "https://github.com/candlecorp/wick/archive/refs/tags/0.16.1.tar.gz" +git = "https://github.com/candlecorp/wick" +rev = "7d498210c0cb729ee9b96d6fb226e0db3a514cba" [build] template = "custom" diff --git a/recipes/wip/wireplumber/recipe.toml b/recipes/wip/wireplumber/recipe.toml index 3e4b9ca98..34a5804fb 100644 --- a/recipes/wip/wireplumber/recipe.toml +++ b/recipes/wip/wireplumber/recipe.toml @@ -1,6 +1,7 @@ #TODO missing script for Meson, see https://pipewire.pages.freedesktop.org/wireplumber/installing-wireplumber.html [source] -tar = "https://gitlab.freedesktop.org/pipewire/wireplumber/-/archive/0.4.16/wireplumber-0.4.16.tar.bz2" +git = "https://gitlab.freedesktop.org/pipewire/wireplumber" +rev = "d3eb77b292655cef333a8f4cab4e861415bc37c2" [build] template = "custom" dependencies = [ diff --git a/recipes/wip/wolfssl5/recipe.toml b/recipes/wip/wolfssl5/recipe.toml index cbde00dcc..4fa81176c 100644 --- a/recipes/wip/wolfssl5/recipe.toml +++ b/recipes/wip/wolfssl5/recipe.toml @@ -1,6 +1,7 @@ #TODO not compiled or tested [source] -tar = "https://github.com/wolfSSL/wolfssl/archive/refs/tags/v5.6.4-stable.tar.gz" +git = "https://github.com/wolfSSL/wolfssl" +rev = "37884f864d6fd9b04f44677cb04da15d0c9d6526" [build] template = "custom" script = """ diff --git a/recipes/wip/wpaperd/recipe.toml b/recipes/wip/wpaperd/recipe.toml index e0e19f29b..306dd0518 100644 --- a/recipes/wip/wpaperd/recipe.toml +++ b/recipes/wip/wpaperd/recipe.toml @@ -1,6 +1,7 @@ #TODO Not compiled or tested [source] -tar = "https://github.com/danyspin97/wpaperd/archive/refs/tags/0.3.0.tar.gz" +git = "https://github.com/danyspin97/wpaperd" +rev = "a99e4e3d8c05a933a3f428329c2883e635feca14" [build] template = "cargo" dependencies = [ diff --git a/recipes/wip/x264/recipe.toml b/recipes/wip/x264/recipe.toml index 1e98f5e7a..d606c949b 100644 --- a/recipes/wip/x264/recipe.toml +++ b/recipes/wip/x264/recipe.toml @@ -1,5 +1,5 @@ #TODO the redox target is not supported on the configure [source] -tar = "https://code.videolan.org/videolan/x264/-/archive/master/x264-master.tar.bz2" +git = "https://code.videolan.org/videolan/x264" [build] template = "configure" diff --git a/recipes/wip/xaos/recipe.toml b/recipes/wip/xaos/recipe.toml index 1eb2daca2..f5fb5b791 100644 --- a/recipes/wip/xaos/recipe.toml +++ b/recipes/wip/xaos/recipe.toml @@ -1,6 +1,7 @@ #TODO missing script for QMake, see https://github.com/xaos-project/XaoS/wiki/Developer's-Guide#build-instructions-for-version-43 [source] -tar = "https://github.com/xaos-project/XaoS/archive/refs/tags/release-4.3.1.tar.gz" +git = "https://github.com/xaos-project/XaoS" +rev = "7f36177f32a23eea88911afb90878046912d7e2d" [build] template = "custom" dependencies = [ diff --git a/recipes/wip/xcp/recipe.toml b/recipes/wip/xcp/recipe.toml index 961680a3a..c64bd2cd6 100644 --- a/recipes/wip/xcp/recipe.toml +++ b/recipes/wip/xcp/recipe.toml @@ -1,5 +1,6 @@ #TODO xattr crate error [source] -tar = "https://github.com/tarka/xcp/archive/refs/tags/v0.9.4.tar.gz" +git = "https://github.com/tarka/xcp" +rev = "7713084d0ea1e683b6e97fdee8db5c353ba1f37b" [build] template = "cargo" diff --git a/recipes/wip/xdotool/recipe.toml b/recipes/wip/xdotool/recipe.toml index 1e9de48f7..3763ad06a 100644 --- a/recipes/wip/xdotool/recipe.toml +++ b/recipes/wip/xdotool/recipe.toml @@ -1,6 +1,7 @@ #TODO missing script for "make", see https://github.com/jordansissel/xdotool/#building--compiling [source] -tar = "https://github.com/jordansissel/xdotool/archive/refs/tags/v3.20211022.1.tar.gz" +git = "https://github.com/jordansissel/xdotool" +rev = "eb489de1b4fb3fd0cd935d68ae16ecd4c653ac7d" [build] template = "custom" dependencies = [ diff --git a/recipes/wip/xenia/recipe.toml b/recipes/wip/xenia/recipe.toml index 71f270221..8b2dc8fb3 100644 --- a/recipes/wip/xenia/recipe.toml +++ b/recipes/wip/xenia/recipe.toml @@ -1,6 +1,6 @@ #TODO missing script for building, see https://github.com/xenia-project/xenia/blob/master/docs/building.md#linux [source] -tar = "https://github.com/xenia-project/xenia" +git = "https://github.com/xenia-project/xenia" [build] template = "custom" dependencies = [ diff --git a/recipes/wip/xh/recipe.toml b/recipes/wip/xh/recipe.toml index 1e626c1c2..d0e3343df 100644 --- a/recipes/wip/xh/recipe.toml +++ b/recipes/wip/xh/recipe.toml @@ -1,5 +1,6 @@ #TODO compiled but not tested (after a patch on the ring crate and cargo update) [source] -tar = "https://github.com/ducaale/xh/archive/refs/tags/v0.18.0.tar.gz" +git = "https://github.com/ducaale/xh" +rev = "b694c7776b4e016cd5dfcbff42be6729fbdaa0af" [build] template = "cargo" diff --git a/recipes/wip/xiu/recipe.toml b/recipes/wip/xiu/recipe.toml index 9bd18e1f8..73bb398ac 100644 --- a/recipes/wip/xiu/recipe.toml +++ b/recipes/wip/xiu/recipe.toml @@ -1,6 +1,7 @@ #TODO OpenSSL error on program source code (after cargo update) [source] -tar = "https://github.com/harlanc/xiu/archive/refs/tags/v0.6.0.tar.gz" +git = "https://github.com/harlanc/xiu" +rev = "80f20d7056d7b9a1de239c6a46ce45e5043e916c" [build] template = "custom" dependencies = [ diff --git a/recipes/wip/xmrig/recipe.toml b/recipes/wip/xmrig/recipe.toml index fdff9dd39..5c62f1846 100644 --- a/recipes/wip/xmrig/recipe.toml +++ b/recipes/wip/xmrig/recipe.toml @@ -1,7 +1,8 @@ #TODO probably wrong script, see https://xmrig.com/docs/miner/build/ubuntu #TODO customization - https://xmrig.com/docs/miner/cmake-options [source] -tar = "https://github.com/xmrig/xmrig/archive/refs/tags/v6.20.0.tar.gz" +git = "https://github.com/xmrig/xmrig" +rev = "8084ff37a5c8935c649a2e362da0fe570c79a2c2" [build] template = "custom" dependencies = [ diff --git a/recipes/wip/xonotic/recipe.toml b/recipes/wip/xonotic/recipe.toml index 413b338fa..ee3584953 100644 --- a/recipes/wip/xonotic/recipe.toml +++ b/recipes/wip/xonotic/recipe.toml @@ -1,6 +1,7 @@ #TODO missing script for "make", see https://gitlab.com/xonotic/xonotic/-/wikis/Compiling [source] -tar = "https://gitlab.com/xonotic/xonotic/-/archive/xonotic-v0.8.5/xonotic-xonotic-v0.8.5.tar.gz" +git = "https://gitlab.com/xonotic/xonotic" +rev = "0100f2c8d7947267292db66714c1af55039809ad" [build] template = "custom" dependencies = [ diff --git a/recipes/wip/xxhash/recipe.toml b/recipes/wip/xxhash/recipe.toml index 1d268dbbf..20f056531 100644 --- a/recipes/wip/xxhash/recipe.toml +++ b/recipes/wip/xxhash/recipe.toml @@ -1,5 +1,6 @@ #TODO missing script for building, lacking build instructions [source] -tar = "https://github.com/Cyan4973/xxHash/archive/refs/tags/v0.8.1.tar.gz" +git = "https://github.com/Cyan4973/xxHash" +rev = "bbb27a5efb85b92a0486cf361a8635715a53f6ba" [build] template = "custom" diff --git a/recipes/wip/youtube-tui/recipe.toml b/recipes/wip/youtube-tui/recipe.toml index b6429ead8..d722c369e 100644 --- a/recipes/wip/youtube-tui/recipe.toml +++ b/recipes/wip/youtube-tui/recipe.toml @@ -1,6 +1,7 @@ #TODO compilation error [source] -tar = "https://github.com/Siriusmart/youtube-tui/archive/refs/tags/v0.8.0.tar.gz" +git = "https://github.com/Siriusmart/youtube-tui" +rev = "f321f7c1e9b41644b976ea8672807c3062908c5c" [build] template = "custom" dependencies = [ diff --git a/recipes/wip/zellig/recipe.toml b/recipes/wip/zellig/recipe.toml index 47429bad9..54bc606bf 100644 --- a/recipes/wip/zellig/recipe.toml +++ b/recipes/wip/zellig/recipe.toml @@ -1,5 +1,6 @@ #TODO os::QueryIter [source] -tar = "https://github.com/zellij-org/zellij/archive/refs/tags/v0.36.0.tar.gz" +git = "https://github.com/zellij-org/zellij" +rev = "d9b956bc40cd1b526b683291d3d55673a191b5a2" [build] template = "cargo" diff --git a/recipes/wip/zerotier/recipe.toml b/recipes/wip/zerotier/recipe.toml index 48ba3652b..cbaaa9aee 100644 --- a/recipes/wip/zerotier/recipe.toml +++ b/recipes/wip/zerotier/recipe.toml @@ -1,6 +1,7 @@ #TODO missing script for "make", see https://github.com/zerotier/ZeroTierOne#build-and-platform-notes [source] -tar = "https://github.com/zerotier/ZeroTierOne/archive/refs/tags/1.12.2.tar.gz" +git = "https://github.com/zerotier/ZeroTierOne" +rev = "327eb9013b39809835a912c9117a0b9669f4661f" [build] template = "custom" dependencies = [ diff --git a/recipes/wip/zet/recipe.toml b/recipes/wip/zet/recipe.toml index 4f9d27145..72455b523 100644 --- a/recipes/wip/zet/recipe.toml +++ b/recipes/wip/zet/recipe.toml @@ -1,5 +1,6 @@ #TODO compiled after cargo update, not tested [source] -tar = "https://github.com/yarrow/zet/archive/refs/tags/v1.0.0.tar.gz" +git = "https://github.com/yarrow/zet" +rev = "c1ee170d6a910650a668ad8180dd40f1787d1733" [build] template = "cargo" diff --git a/recipes/wip/zlib-ng/recipe.toml b/recipes/wip/zlib-ng/recipe.toml index 931dcc256..ce3cefbf7 100644 --- a/recipes/wip/zlib-ng/recipe.toml +++ b/recipes/wip/zlib-ng/recipe.toml @@ -1,6 +1,7 @@ #TODO Not compiled or tested [source] -tar = "https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.1.4.tar.gz" +git = "https://github.com/zlib-ng/zlib-ng" +rev = "2bc66887ddc0c50776811a27be68e34430d665e1" [build] template = "custom" script = """ diff --git a/recipes/wip/zola/recipe.toml b/recipes/wip/zola/recipe.toml index dd3d0bcf3..bc9eb9271 100644 --- a/recipes/wip/zola/recipe.toml +++ b/recipes/wip/zola/recipe.toml @@ -1,5 +1,6 @@ #TODO Not compiled or tested [source] -tar = "https://github.com/getzola/zola/archive/refs/tags/v0.17.2.tar.gz" +git = "https://github.com/getzola/zola" +rev = "77c87f5e2f20ee90cf73cc98fa5f3fb096bcfffd" [build] template = "cargo" diff --git a/recipes/wip/zoxide/recipe.toml b/recipes/wip/zoxide/recipe.toml index aff038c9a..c077dac54 100644 --- a/recipes/wip/zoxide/recipe.toml +++ b/recipes/wip/zoxide/recipe.toml @@ -1,5 +1,6 @@ #TODO compiled but not tested [source] -tar = "https://github.com/ajeetdsouza/zoxide/archive/refs/tags/v0.9.1.tar.gz" +git = "https://github.com/ajeetdsouza/zoxide" +rev = "1bfcdfacf22fe22ff05ad2813aac7c0d14dfba36" [build] template = "cargo"