From b754b1f01c53aedb40c8e49ead26a3dc16b02ed4 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Mon, 18 Dec 2023 16:49:59 +0000 Subject: [PATCH] update recipes --- recipes/wip/hwatch/recipe.toml | 3 ++- recipes/wip/hx/recipe.toml | 3 ++- recipes/wip/hyperfine/recipe.toml | 3 ++- recipes/wip/i2pd/recipe.toml | 3 ++- recipes/wip/imlib2/recipe.toml | 2 +- recipes/wip/incompact3d/recipe.toml | 3 ++- recipes/wip/influxdb/recipe.toml | 3 ++- recipes/wip/inih/recipe.toml | 3 ++- recipes/wip/inlyne/recipe.toml | 2 +- recipes/wip/innernet-cli/recipe.toml | 3 ++- recipes/wip/innernet-server/recipe.toml | 3 ++- recipes/wip/intelli-shell/recipe.toml | 3 ++- recipes/wip/iotdb/recipe.toml | 3 ++- recipes/wip/irust/recipe.toml | 3 ++- recipes/wip/ispc/recipe.toml | 3 ++- recipes/wip/jirust/recipe.toml | 3 ++- recipes/wip/jless/recipe.toml | 5 +++-- recipes/wip/jql/recipe.toml | 3 ++- recipes/wip/json-c/recipe.toml | 3 ++- recipes/wip/just/recipe.toml | 3 ++- recipes/wip/kanata/recipe.toml | 3 ++- recipes/wip/kani/recipe.toml | 3 ++- recipes/wip/kbt/recipe.toml | 3 ++- recipes/wip/kdenlive/recipe.toml | 3 ++- recipes/wip/kdevelop/recipe.toml | 3 ++- recipes/wip/kodi/recipe.toml | 3 ++- recipes/wip/kubernetes/recipe.toml | 3 ++- recipes/wip/lammps/recipe.toml | 3 ++- recipes/wip/lapce/recipe.toml | 3 ++- recipes/wip/lcs-image-diff/recipe.toml | 2 +- recipes/wip/legdur/recipe.toml | 2 +- recipes/wip/lemmeknow/recipe.toml | 3 ++- recipes/wip/level-zero/recipe.toml | 3 ++- recipes/wip/lfs/recipe.toml | 3 ++- 34 files changed, 65 insertions(+), 35 deletions(-) diff --git a/recipes/wip/hwatch/recipe.toml b/recipes/wip/hwatch/recipe.toml index e712a19e8..392f7526e 100644 --- a/recipes/wip/hwatch/recipe.toml +++ b/recipes/wip/hwatch/recipe.toml @@ -1,5 +1,6 @@ #TODO Not compiled or tested [source] -tar = "https://github.com/blacknon/hwatch/archive/refs/tags/0.3.10.tar.gz" +git = "https://github.com/blacknon/hwatch" +rev = "1267168468948ce4d14e61f837ac3c3474a52563" [build] template = "cargo" diff --git a/recipes/wip/hx/recipe.toml b/recipes/wip/hx/recipe.toml index b1673a811..46f32c475 100644 --- a/recipes/wip/hx/recipe.toml +++ b/recipes/wip/hx/recipe.toml @@ -1,5 +1,6 @@ #TODO missing script for "make", see https://github.com/krpors/hx#compiling-and-running [source] -tar = "https://github.com/krpors/hx/archive/refs/tags/v1.0.14.tar.gz" +git = "https://github.com/krpors/hx" +rev = "c124b40586f701e47b35628fde286d20bf9988ca" [build] template = "custom" diff --git a/recipes/wip/hyperfine/recipe.toml b/recipes/wip/hyperfine/recipe.toml index ea9e3383a..b047ce114 100644 --- a/recipes/wip/hyperfine/recipe.toml +++ b/recipes/wip/hyperfine/recipe.toml @@ -1,5 +1,6 @@ #TODO libc::RUSAGE_CHILDREN [source] -tar = "https://github.com/sharkdp/hyperfine/archive/refs/tags/v1.17.0.tar.gz" +git = "https://github.com/sharkdp/hyperfine" +rev = "24a0d5da1bff11567bbf307315d11cb0e10733ec" [build] template = "cargo" diff --git a/recipes/wip/i2pd/recipe.toml b/recipes/wip/i2pd/recipe.toml index 9467ad1ca..ab531aea2 100644 --- a/recipes/wip/i2pd/recipe.toml +++ b/recipes/wip/i2pd/recipe.toml @@ -1,6 +1,7 @@ #TODO probably wrong script, see https://i2pd.readthedocs.io/en/latest/devs/building/unix/ [source] -tar = "https://github.com/PurpleI2P/i2pd/archive/refs/tags/2.48.0.tar.gz" +git = "https://github.com/PurpleI2P/i2pd" +rev = "beffdb9fe175a93164bd88ee0fafe1a22595ed15" [build] template = "custom" dependencies = [ diff --git a/recipes/wip/imlib2/recipe.toml b/recipes/wip/imlib2/recipe.toml index 22df0df14..8f80cc322 100644 --- a/recipes/wip/imlib2/recipe.toml +++ b/recipes/wip/imlib2/recipe.toml @@ -1,6 +1,6 @@ #TODO not compiled or tested [source] -tar = "https://git.enlightenment.org/old/legacy-imlib2/archive/v1.11.1.tar.gz" +tar = "https://downloads.sourceforge.net/project/enlightenment/imlib2-src/1.12.1/imlib2-1.12.1.tar.xz" [build] template = "configure" dependencies = [ diff --git a/recipes/wip/incompact3d/recipe.toml b/recipes/wip/incompact3d/recipe.toml index 4f077165c..fed37f9e9 100644 --- a/recipes/wip/incompact3d/recipe.toml +++ b/recipes/wip/incompact3d/recipe.toml @@ -1,6 +1,7 @@ #TODO missing script for "make", see https://github.com/xcompact3d/Incompact3d#source-download-and-compilation #TODO probably missing dependencies [source] -tar = "https://github.com/xcompact3d/Incompact3d/archive/refs/tags/v4.0.tar.gz" +git = "https://github.com/xcompact3d/Incompact3d" +rev = "2546f404cf3bbf78bc745d6133173c37e46c82df" [build] template = "custom" diff --git a/recipes/wip/influxdb/recipe.toml b/recipes/wip/influxdb/recipe.toml index 0daebc2ed..94012a505 100644 --- a/recipes/wip/influxdb/recipe.toml +++ b/recipes/wip/influxdb/recipe.toml @@ -1,6 +1,7 @@ #TODO probably wrong template, lacking build instructions #TODO configure the CLI and service [source] -tar = "https://github.com/influxdata/influxdb/archive/refs/tags/v2.7.3.tar.gz" +git = "https://github.com/influxdata/influxdb" +rev = "ed645d9216af16b49f8c6a49aee84341ea168180" [build] template = "cargo" diff --git a/recipes/wip/inih/recipe.toml b/recipes/wip/inih/recipe.toml index 163e1f51e..014f082b8 100644 --- a/recipes/wip/inih/recipe.toml +++ b/recipes/wip/inih/recipe.toml @@ -1,5 +1,6 @@ #TODO missing script for Meson, see https://github.com/benhoyt/inih#meson-notes [source] -tar = "https://github.com/benhoyt/inih/archive/refs/tags/r57.tar.gz" +git = "https://github.com/benhoyt/inih" +rev = "9cecf0643da0846e77f64d10a126d9f48b9e05e8" [build] template = "custom" diff --git a/recipes/wip/inlyne/recipe.toml b/recipes/wip/inlyne/recipe.toml index 6d1a27b5a..13c6803fe 100644 --- a/recipes/wip/inlyne/recipe.toml +++ b/recipes/wip/inlyne/recipe.toml @@ -2,6 +2,6 @@ #TODO nix::sys::socket #TODO cmsg_space! [source] -git = "https://github.com/trimental/inlyne.git" +git = "https://github.com/trimental/inlyne" [build] template = "cargo" \ No newline at end of file diff --git a/recipes/wip/innernet-cli/recipe.toml b/recipes/wip/innernet-cli/recipe.toml index 267c4202a..f1b81434f 100644 --- a/recipes/wip/innernet-cli/recipe.toml +++ b/recipes/wip/innernet-cli/recipe.toml @@ -1,6 +1,7 @@ #TODO Not compiled or tested [source] -tar = "https://github.com/tonarino/innernet/archive/refs/tags/v1.6.0.tar.gz" +git = "https://github.com/tonarino/innernet" +rev = "8d058c8d879bdeec64506f2d34c2c55e2975ec28" [build] template = "custom" script = """ diff --git a/recipes/wip/innernet-server/recipe.toml b/recipes/wip/innernet-server/recipe.toml index 001e8ec5b..dc9ebad3b 100644 --- a/recipes/wip/innernet-server/recipe.toml +++ b/recipes/wip/innernet-server/recipe.toml @@ -1,6 +1,7 @@ #TODO Not compiled or tested [source] -tar = "https://github.com/tonarino/innernet/archive/refs/tags/v1.6.0.tar.gz" +git = "https://github.com/tonarino/innernet" +rev = "8d058c8d879bdeec64506f2d34c2c55e2975ec28" [build] template = "custom" dependencies = [ diff --git a/recipes/wip/intelli-shell/recipe.toml b/recipes/wip/intelli-shell/recipe.toml index 5a987b15d..8e7925043 100644 --- a/recipes/wip/intelli-shell/recipe.toml +++ b/recipes/wip/intelli-shell/recipe.toml @@ -1,6 +1,7 @@ #TODO OpenSSL error [source] -tar = "https://github.com/lasantosr/intelli-shell/archive/refs/tags/v0.2.6.tar.gz" +git = "https://github.com/lasantosr/intelli-shell" +rev = "f1a3f24c8dbc9a9a10bfc702f6feb205f433fed0" [build] template = "custom" dependencies = [ diff --git a/recipes/wip/iotdb/recipe.toml b/recipes/wip/iotdb/recipe.toml index fa7842781..7a8a21482 100644 --- a/recipes/wip/iotdb/recipe.toml +++ b/recipes/wip/iotdb/recipe.toml @@ -1,5 +1,6 @@ #TODO missing script for Maven, see https://github.com/apache/iotdb#build-iotdb-from-source [source] -tar = "https://github.com/apache/iotdb/archive/refs/tags/v1.2.2.tar.gz" +git = "https://github.com/apache/iotdb" +rev = "5d0bfb0c25082b61cb8830aa04ec34a13edccd31" [build] template = "custom" diff --git a/recipes/wip/irust/recipe.toml b/recipes/wip/irust/recipe.toml index 23429571c..3966a0e9a 100644 --- a/recipes/wip/irust/recipe.toml +++ b/recipes/wip/irust/recipe.toml @@ -1,5 +1,6 @@ #TODO Not compiled or tested [source] -tar = "https://github.com/sigmaSd/IRust/archive/refs/tags/irust@1.71.4.tar.gz" +git = "https://github.com/sigmaSd/IRust" +rev = "6f9dbaf9387b39019a44dfe5ef5397e6bb8d2a1a" [build] template = "cargo" diff --git a/recipes/wip/ispc/recipe.toml b/recipes/wip/ispc/recipe.toml index eb2e49fdf..d77f6174f 100644 --- a/recipes/wip/ispc/recipe.toml +++ b/recipes/wip/ispc/recipe.toml @@ -1,5 +1,6 @@ #TODO missing script for building, see https://github.com/ispc/ispc/wiki/ISPC-Development-Guide#build-system [source] -tar = "https://github.com/ispc/ispc/archive/refs/tags/v1.22.0.tar.gz" +git = "https://github.com/ispc/ispc" +rev = "bd2c42d42e0cc3da1baf92160b82d4dc820a02ee" [build] template = "custom" diff --git a/recipes/wip/jirust/recipe.toml b/recipes/wip/jirust/recipe.toml index 02d822829..48ce5273c 100644 --- a/recipes/wip/jirust/recipe.toml +++ b/recipes/wip/jirust/recipe.toml @@ -1,5 +1,6 @@ #TODO Not compiled or tested [source] -tar = "https://github.com/moali87/jirust/archive/refs/tags/1.1.6.tar.gz" +git = "https://github.com/moali87/jirust" +rev = "6fd0d4a76ed411f7055a9ee9364f40748856f304" [build] template = "cargo" diff --git a/recipes/wip/jless/recipe.toml b/recipes/wip/jless/recipe.toml index 257f83c65..4ad09e56d 100644 --- a/recipes/wip/jless/recipe.toml +++ b/recipes/wip/jless/recipe.toml @@ -1,5 +1,6 @@ #TODO redox_syscall crate error [source] -tar = "https://github.com/PaulJuliusMartinez/jless/archive/refs/tags/v0.8.0.tar.gz" +git = "https://github.com/PaulJuliusMartinez/jless" +rev = "21dd6100edb47145bb9570931bec29697bcd0d9b" [build] -template = "cargo" \ No newline at end of file +template = "cargo" diff --git a/recipes/wip/jql/recipe.toml b/recipes/wip/jql/recipe.toml index 7523b71ab..029b0a3d6 100644 --- a/recipes/wip/jql/recipe.toml +++ b/recipes/wip/jql/recipe.toml @@ -1,6 +1,7 @@ #TODO compiled but not tested [source] -tar = "https://github.com/yamafaktory/jql/archive/refs/tags/jql-v6.0.8.tar.gz" +git = "https://github.com/yamafaktory/jql" +rev = "af2768b279f203a58651d386f0167b229919f1c4" [build] template = "custom" script = """ diff --git a/recipes/wip/json-c/recipe.toml b/recipes/wip/json-c/recipe.toml index bec5a7617..43eacf775 100644 --- a/recipes/wip/json-c/recipe.toml +++ b/recipes/wip/json-c/recipe.toml @@ -1,6 +1,7 @@ #TODO maybe wrong script, see https://github.com/json-c/json-c#build-instructions-- [source] -tar = "https://github.com/json-c/json-c/archive/refs/tags/json-c-0.17-20230812.tar.gz" +git = "https://github.com/json-c/json-c" +rev = "b4c371fa0cbc4dcbaccc359ce9e957a22988fb34" [build] template = "custom" script = """ diff --git a/recipes/wip/just/recipe.toml b/recipes/wip/just/recipe.toml index 823c10ec7..429d4bedc 100644 --- a/recipes/wip/just/recipe.toml +++ b/recipes/wip/just/recipe.toml @@ -1,5 +1,6 @@ #TODO Schemes not supported [source] -tar = "https://github.com/casey/just/archive/refs/tags/1.13.0.tar.gz" +git = "https://github.com/casey/just" +rev = "63c0234c968b5a12a7ecceb4ebc6540996274a85" [build] template = "cargo" diff --git a/recipes/wip/kanata/recipe.toml b/recipes/wip/kanata/recipe.toml index 38b84d1a6..9d31d1a93 100644 --- a/recipes/wip/kanata/recipe.toml +++ b/recipes/wip/kanata/recipe.toml @@ -1,5 +1,6 @@ #TODO program error, maybe needs porting [source] -tar = "https://github.com/jtroo/kanata/archive/refs/tags/v1.3.0.tar.gz" +git = "https://github.com/jtroo/kanata" +rev = "d6461425764aec10b9f919968eb70b6d13c72ea6" [build] template = "cargo" diff --git a/recipes/wip/kani/recipe.toml b/recipes/wip/kani/recipe.toml index abee6ca23..b927efb55 100644 --- a/recipes/wip/kani/recipe.toml +++ b/recipes/wip/kani/recipe.toml @@ -1,5 +1,6 @@ #TODO compiled but not tested [source] -tar = "https://github.com/model-checking/kani/archive/refs/tags/kani-0.28.0.tar.gz" +git = "https://github.com/model-checking/kani" +rev = "1e6213d3e41ce1545d5129f5d71dc566d615ccb9" [build] template = "cargo" diff --git a/recipes/wip/kbt/recipe.toml b/recipes/wip/kbt/recipe.toml index edd55d9fe..eb031157a 100644 --- a/recipes/wip/kbt/recipe.toml +++ b/recipes/wip/kbt/recipe.toml @@ -1,5 +1,6 @@ #TODO Not compiled or tested [source] -tar = "https://github.com/bloznelis/kbt/archive/refs/tags/2.0.6.tar.gz" +git = "https://github.com/bloznelis/kbt" +rev = "a121e6de83044cc94343edc98eec33be20afc335" [build] template = "cargo" diff --git a/recipes/wip/kdenlive/recipe.toml b/recipes/wip/kdenlive/recipe.toml index 86c26af68..e21eb5128 100644 --- a/recipes/wip/kdenlive/recipe.toml +++ b/recipes/wip/kdenlive/recipe.toml @@ -1,6 +1,7 @@ #TODO missing script for CMake, see https://invent.kde.org/multimedia/kdenlive/-/blob/master/dev-docs/build.md#build-and-install-the-projects [source] -tar = "https://invent.kde.org/multimedia/kdenlive/-/archive/v23.08.3/kdenlive-v23.08.3.tar.bz2" +git = "https://invent.kde.org/multimedia/kdenlive" +rev = "da6ecdfbba7aadf88572ac5f87aeb88ff2d80f57" [build] template = "custom" dependencies = [ diff --git a/recipes/wip/kdevelop/recipe.toml b/recipes/wip/kdevelop/recipe.toml index 2edd3f1e2..a5ff324a1 100644 --- a/recipes/wip/kdevelop/recipe.toml +++ b/recipes/wip/kdevelop/recipe.toml @@ -1,7 +1,8 @@ #TODO missing script for building, see https://kdevelop.org/build-it/ #TODO probably missing dependencies, see https://packages.debian.org/source/trixie/kdevelop [source] -tar = "https://invent.kde.org/kdevelop/kdevelop/-/archive/v23.08.3/kdevelop-v23.08.3.tar.bz2" +git = "https://invent.kde.org/kdevelop/kdevelop" +rev = "3021daeb5d62bc7a7a7dec4bcc23e19d3bfdaadd" [build] template = "custom" dependencies = [ diff --git a/recipes/wip/kodi/recipe.toml b/recipes/wip/kodi/recipe.toml index 5b9d7217f..413e7f5d9 100644 --- a/recipes/wip/kodi/recipe.toml +++ b/recipes/wip/kodi/recipe.toml @@ -1,7 +1,8 @@ #TODO probably wrong script, see https://github.com/xbmc/xbmc/blob/master/docs/README.Linux.md#4-build-kodi #TODO maybe missing dependencies, see https://archlinux.org/packages/extra/x86_64/kodi/ [source] -tar = "https://github.com/xbmc/xbmc/archive/refs/tags/20.2-Nexus.tar.gz" +git = "https://github.com/xbmc/xbmc" +rev = "5f418d0b133535c6675154688ac7144e34f4d436" [build] template = "custom" dependencies = [ diff --git a/recipes/wip/kubernetes/recipe.toml b/recipes/wip/kubernetes/recipe.toml index 4485d519f..fe02ac5bb 100644 --- a/recipes/wip/kubernetes/recipe.toml +++ b/recipes/wip/kubernetes/recipe.toml @@ -1,6 +1,7 @@ #TODO missing script for "make", see https://github.com/kubernetes/community/blob/master/contributors/devel/development.md#building-kubernetes-on-a-local-osshell-environment #TODO require Go [source] -tar = "https://github.com/kubernetes/kubernetes/archive/refs/tags/v1.25.16.tar.gz" +git = "https://github.com/kubernetes/kubernetes" +rev = "3f7a50f38688eb332e2a1b013678c6435d539ae6" [build] template = "custom" diff --git a/recipes/wip/lammps/recipe.toml b/recipes/wip/lammps/recipe.toml index 8111665e5..c24291308 100644 --- a/recipes/wip/lammps/recipe.toml +++ b/recipes/wip/lammps/recipe.toml @@ -1,5 +1,6 @@ #TODO missing script for CMake, see https://docs.lammps.org/Build_cmake.html [source] -tar = "https://github.com/lammps/lammps/archive/refs/tags/stable_2Aug2023_update1.tar.gz" +git = "https://github.com/lammps/lammps" +rev = "27e8d0f19cfd60ff513828af74d07d2c8f3c4451" [build] template = "custom" diff --git a/recipes/wip/lapce/recipe.toml b/recipes/wip/lapce/recipe.toml index 87e7c4995..2c69f5eef 100644 --- a/recipes/wip/lapce/recipe.toml +++ b/recipes/wip/lapce/recipe.toml @@ -1,5 +1,6 @@ #TODO not compiled or tested [source] -tar = "https://github.com/lapce/lapce/archive/refs/tags/v0.2.7.tar.gz" +git = "https://github.com/lapce/lapce" +rev = "cb96e5ac3f3e4e70bd18b7a1307c5406e4247164" [build] template = "cargo" diff --git a/recipes/wip/lcs-image-diff/recipe.toml b/recipes/wip/lcs-image-diff/recipe.toml index fc7730a35..7f05311b9 100644 --- a/recipes/wip/lcs-image-diff/recipe.toml +++ b/recipes/wip/lcs-image-diff/recipe.toml @@ -1,5 +1,5 @@ #TODO Not compiled or tested [source] -tar = "https://github.com/bokuweb/lcs-image-diff-rs/archive/refs/tags/0.1.7.tar.gz" +git = "https://github.com/bokuweb/lcs-image-diff-rs" [build] template = "cargo" diff --git a/recipes/wip/legdur/recipe.toml b/recipes/wip/legdur/recipe.toml index 9b1d72e7e..397270b23 100644 --- a/recipes/wip/legdur/recipe.toml +++ b/recipes/wip/legdur/recipe.toml @@ -1,5 +1,5 @@ #TODO camino crate error [source] -tar = "https://hg.sr.ht/~cyplo/legdur/archive/tip.tar.gz" +git = "https://hg.sr.ht/~cyplo/legdur" [build] template = "cargo" diff --git a/recipes/wip/lemmeknow/recipe.toml b/recipes/wip/lemmeknow/recipe.toml index 78c234774..e4358102c 100644 --- a/recipes/wip/lemmeknow/recipe.toml +++ b/recipes/wip/lemmeknow/recipe.toml @@ -1,5 +1,6 @@ #TODO compiled but not tested [source] -tar = "https://github.com/swanandx/lemmeknow/archive/refs/tags/v0.8.0.tar.gz" +git = "https://github.com/swanandx/lemmeknow" +rev = "f0ec298fb16e17b4c4c87c20b500e7ec1f7cd451" [build] template = "cargo" diff --git a/recipes/wip/level-zero/recipe.toml b/recipes/wip/level-zero/recipe.toml index f0f19fd68..e0064491d 100644 --- a/recipes/wip/level-zero/recipe.toml +++ b/recipes/wip/level-zero/recipe.toml @@ -1,5 +1,6 @@ #TODO missing script for CMake, see https://github.com/oneapi-src/level-zero#building-and-installing [source] -tar = "https://github.com/oneapi-src/level-zero/archive/refs/tags/v1.15.1.tar.gz" +git = "https://github.com/oneapi-src/level-zero" +rev = "ea5be99d8d34480447ab1e3c7efc30d6f179b123" [build] template = "custom" diff --git a/recipes/wip/lfs/recipe.toml b/recipes/wip/lfs/recipe.toml index 6f2e456df..697f818e8 100644 --- a/recipes/wip/lfs/recipe.toml +++ b/recipes/wip/lfs/recipe.toml @@ -1,5 +1,6 @@ #TODO compiled after cargo update, but not tested [source] -tar = "https://github.com/Canop/lfs/archive/refs/tags/v2.6.0.tar.gz" +git = "https://github.com/Canop/dysk" +rev = "eecc8cf86a26e840cdf1c97758a7deb3a4852e63" [build] template = "cargo" -- GitLab