From d7eb1511c0be6dae75a4e18c6a30e9012e346ad9 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Thu, 14 Dec 2023 19:50:54 +0000 Subject: [PATCH] Recipe cleanup --- recipes/dev/fontconfig/recipe.toml | 2 -- recipes/dev/pkg-config/recipe.toml | 2 -- recipes/libs/expat/recipe.toml | 2 -- recipes/libs/freetype2/recipe.toml | 2 -- recipes/libs/glib/recipe.toml | 2 -- recipes/libs/harfbuzz/recipe.toml | 2 -- recipes/libs/libffi/recipe.toml | 2 -- recipes/libs/libflac/recipe.toml | 2 -- recipes/libs/libiconv/recipe.toml | 2 -- recipes/libs/libogg/recipe.toml | 2 -- recipes/libs/libpng/recipe.toml | 2 -- recipes/libs/libsodium/recipe.toml | 2 -- recipes/libs/libssh2/recipe.toml | 2 -- recipes/libs/libvorbis/recipe.toml | 2 -- recipes/libs/libxml2/recipe.toml | 2 -- recipes/libs/readline/recipe.toml | 2 -- recipes/net/nghttp2/recipe.toml | 2 -- recipes/tools/gettext/recipe.toml | 2 -- recipes/tools/xz/recipe.toml | 2 -- 19 files changed, 38 deletions(-) diff --git a/recipes/dev/fontconfig/recipe.toml b/recipes/dev/fontconfig/recipe.toml index 49eed3b32..7dfed5a71 100644 --- a/recipes/dev/fontconfig/recipe.toml +++ b/recipes/dev/fontconfig/recipe.toml @@ -1,6 +1,4 @@ [source] -#git = "https://gitlab.freedesktop.org/fontconfig/fontconfig" -#rev = "a919700fbde28c29ccdb1d2a8bceba80ade19e73" tar = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.14.2.tar.xz" blake3 = "dc342745b8e19ecda458464a9df7cf1266d0af759b230d07f43964b34ca86581" patches = [ diff --git a/recipes/dev/pkg-config/recipe.toml b/recipes/dev/pkg-config/recipe.toml index 6a26f9ece..ae55de3ca 100644 --- a/recipes/dev/pkg-config/recipe.toml +++ b/recipes/dev/pkg-config/recipe.toml @@ -1,6 +1,4 @@ [source] -#git = "https://gitlab.freedesktop.org/pkg-config/pkg-config" -#rev = "edf8e6f0ea77ede073f07bff0d2ae1fc7a38103b" tar = "https://pkg-config.freedesktop.org/releases/pkg-config-0.29.2.tar.gz" blake3 = "713372b09a1fafeec130dc9bf812a3880f2a90496af5d2194e508d91ccf667d0" script = """ diff --git a/recipes/libs/expat/recipe.toml b/recipes/libs/expat/recipe.toml index 718d13766..f8edd5932 100644 --- a/recipes/libs/expat/recipe.toml +++ b/recipes/libs/expat/recipe.toml @@ -1,6 +1,4 @@ [source] -#git = "https://github.com/libexpat/libexpat" -#rev = "654d2de0da85662fcc7644a7acd7c2dd2cfb21f0" tar = "https://github.com/libexpat/libexpat/releases/download/R_2_5_0/expat-2.5.0.tar.xz" blake3 = "ea89dd9a5a2e48d5e44fed38554b36a8f2e365a5091a99d08e30bfb1c15dda5e" [build] diff --git a/recipes/libs/freetype2/recipe.toml b/recipes/libs/freetype2/recipe.toml index 5785eb30b..fd9689c2f 100644 --- a/recipes/libs/freetype2/recipe.toml +++ b/recipes/libs/freetype2/recipe.toml @@ -1,6 +1,4 @@ [source] -#git = "https://gitlab.freedesktop.org/freetype/freetype" -#rev = "de8b92dd7ec634e9e2b25ef534c54a3537555c11" tar = "https://download.savannah.gnu.org/releases/freetype/freetype-2.12.1.tar.xz" blake3 = "c4a1d8438ca4e93bb8cb9f8e70e95cd16acdc5a9f0fba496e43911175f55affd" [build] diff --git a/recipes/libs/glib/recipe.toml b/recipes/libs/glib/recipe.toml index 6dfd5a3d9..d63e68276 100644 --- a/recipes/libs/glib/recipe.toml +++ b/recipes/libs/glib/recipe.toml @@ -1,6 +1,4 @@ [source] -#git = "https://gitlab.gnome.org/GNOME/glib" -#rev = "37f41eb44a7d423069ff93f44dd0baec92adad62" tar = "https://download.gnome.org/sources/glib/2.59/glib-2.59.0.tar.xz" blake3 = "4b10f071bad767bbed9dc3ca742aac4de1f5746c03d515908e7dad4ea8334cbf" patches = [ diff --git a/recipes/libs/harfbuzz/recipe.toml b/recipes/libs/harfbuzz/recipe.toml index a38b16312..0decd14dc 100644 --- a/recipes/libs/harfbuzz/recipe.toml +++ b/recipes/libs/harfbuzz/recipe.toml @@ -1,6 +1,4 @@ [source] -#git = "https://github.com/harfbuzz/harfbuzz" -#rev = "4941e95f10fe0fe658752134a42b58896fb19c42" tar = "https://github.com/harfbuzz/harfbuzz/releases/download/7.3.0/harfbuzz-7.3.0.tar.xz" blake3 = "6572676ffef55bd37bacdd33052bedfb07333b659371495a2a26b9825ce685c0" [build] diff --git a/recipes/libs/libffi/recipe.toml b/recipes/libs/libffi/recipe.toml index 57436905a..81db1894a 100644 --- a/recipes/libs/libffi/recipe.toml +++ b/recipes/libs/libffi/recipe.toml @@ -1,6 +1,4 @@ [source] -#git = "https://github.com/libffi/libffi" -#rev = "20562ac0427c3578250d04c6e34fb0127d4551cf" tar = "https://sourceware.org/pub/libffi/libffi-3.2.1.tar.gz" blake3 = "a00597a8bd26304977d7c180135e91969a175a5108bd0024a03eb0636e6cb0bf" patches = [ diff --git a/recipes/libs/libflac/recipe.toml b/recipes/libs/libflac/recipe.toml index b309c64d7..fbf20faa5 100644 --- a/recipes/libs/libflac/recipe.toml +++ b/recipes/libs/libflac/recipe.toml @@ -1,6 +1,4 @@ [source] -#git = "https://gitlab.xiph.org/xiph/flac" -#rev = "b32e5cbf9818ca23dd22aaa75522042c16ea7d17" tar = "https://github.com/xiph/flac/releases/download/1.4.2/flac-1.4.2.tar.xz" blake3 = "d165b9a18eb83b6f6e9993cc2074547566df706fc61464eb17ff088fd0c88104" [build] diff --git a/recipes/libs/libiconv/recipe.toml b/recipes/libs/libiconv/recipe.toml index b76636246..3c0970b7a 100644 --- a/recipes/libs/libiconv/recipe.toml +++ b/recipes/libs/libiconv/recipe.toml @@ -1,6 +1,4 @@ [source] -#git = "https://git.savannah.gnu.org/git/libiconv.git" -#rev = "941f63afe17adcb01e150e29ddb50c6fd40f1291" tar = "https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.15.tar.gz" blake3 = "b736af4e8245ae9f1618ef226a3bf2a998334b745520565cf413c0a7d54b6924" patches = [ diff --git a/recipes/libs/libogg/recipe.toml b/recipes/libs/libogg/recipe.toml index aa77f0ba1..996b764ea 100644 --- a/recipes/libs/libogg/recipe.toml +++ b/recipes/libs/libogg/recipe.toml @@ -1,6 +1,4 @@ [source] -#git = "https://gitlab.xiph.org/xiph/ogg" -#rev = "4380566a44b8d5e85ad511c9c17eb04197863ec5" tar = "https://github.com/xiph/ogg/releases/download/v1.3.3/libogg-1.3.3.tar.xz" blake3 = "8220c0e4082fa26c07b10bfe31f641d2e33ebe1d1bb0b20221b7016bc8b78a3a" patches = [ diff --git a/recipes/libs/libpng/recipe.toml b/recipes/libs/libpng/recipe.toml index 450902edc..5b52c5d78 100644 --- a/recipes/libs/libpng/recipe.toml +++ b/recipes/libs/libpng/recipe.toml @@ -1,6 +1,4 @@ [source] -#git = "https://github.com/glennrp/libpng" -#rev = "eddf9023206dc40974c26f589ee2ad63a4227a1e" tar = "https://github.com/glennrp/libpng/archive/v1.6.39.tar.gz" blake3 = "02513cc5d15ac79c4c402f2ae623425f4f80bdbbf15ebc95430fb8ccfc987996" script = """ diff --git a/recipes/libs/libsodium/recipe.toml b/recipes/libs/libsodium/recipe.toml index 4e9e60143..2469d25e7 100644 --- a/recipes/libs/libsodium/recipe.toml +++ b/recipes/libs/libsodium/recipe.toml @@ -1,6 +1,4 @@ [source] -#git = "https://github.com/jedisct1/libsodium" -#rev = "675149b9b8b66ff44152553fb3ebf9858128363d" tar = "https://github.com/jedisct1/libsodium/archive/1.0.16.tar.gz" blake3 = "2482633f872c173f9a42e6badb44c3efb042e783e664fdf8b1046babfa2405e7" patches = [ diff --git a/recipes/libs/libssh2/recipe.toml b/recipes/libs/libssh2/recipe.toml index 8b6200990..4040960a0 100644 --- a/recipes/libs/libssh2/recipe.toml +++ b/recipes/libs/libssh2/recipe.toml @@ -1,6 +1,4 @@ [source] -#git = "https://github.com/libssh2/libssh2" -#rev = "635caa90787220ac3773c1d5ba11f1236c22eae8" tar = "https://www.libssh2.org/download/libssh2-1.10.0.tar.gz" blake3 = "2447216ce82c1d22301456bb02f60dfb6688f1461417b90f900c099a87f1292f" patches = [] diff --git a/recipes/libs/libvorbis/recipe.toml b/recipes/libs/libvorbis/recipe.toml index 4a963d454..fa5717cdb 100644 --- a/recipes/libs/libvorbis/recipe.toml +++ b/recipes/libs/libvorbis/recipe.toml @@ -1,6 +1,4 @@ [source] -#git = "https://gitlab.xiph.org/xiph/vorbis" -#rev = "0657aee69dec8508a0011f47f3b69d7538e9d262" tar = "https://github.com/xiph/vorbis/releases/download/v1.3.7/libvorbis-1.3.7.tar.xz" blake3 = "c67f3f74ec26d93a5571c4404a64eb6e6587d7d77b46b552f7b410f5bc5b1f03" [build] diff --git a/recipes/libs/libxml2/recipe.toml b/recipes/libs/libxml2/recipe.toml index 8d7f1cf82..465d85a89 100644 --- a/recipes/libs/libxml2/recipe.toml +++ b/recipes/libs/libxml2/recipe.toml @@ -1,6 +1,4 @@ [source] -#git = "https://gitlab.gnome.org/GNOME/libxml2" -#rev = "838bf42d54f94c8ff99b6e5022899a32875ed5d7" tar = "https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.3.tar.xz" blake3 = "0653d3750576299c4cb88740942165671b576ff93019f3d669b3f37136225ab7" [build] diff --git a/recipes/libs/readline/recipe.toml b/recipes/libs/readline/recipe.toml index 322e8f6bd..c4a707792 100644 --- a/recipes/libs/readline/recipe.toml +++ b/recipes/libs/readline/recipe.toml @@ -1,6 +1,4 @@ [source] -#git = "https://git.savannah.gnu.org/git/readline.git" -#rev = "d49a9082c0e15bba8cd3d8cc0a994409cf823cac" tar = "https://ftp.gnu.org/gnu/readline/readline-7.0.tar.gz" blake3 = "962483e201f36f05a5ccb507bb7330b4d4e4989fd52f41eb15ba65582ad02703" patches = [ diff --git a/recipes/net/nghttp2/recipe.toml b/recipes/net/nghttp2/recipe.toml index 0688c1ebb..94940d0fc 100644 --- a/recipes/net/nghttp2/recipe.toml +++ b/recipes/net/nghttp2/recipe.toml @@ -1,6 +1,4 @@ [source] -#git = "https://github.com/nghttp2/nghttp2" -#rev = "be0491294a63d891bd12b6b1b7e372a45a5d0ffe" tar = "https://github.com/nghttp2/nghttp2/releases/download/v1.53.0/nghttp2-1.53.0.tar.xz" blake3 = "bad5f220a66b7e6f3df20f69f4fc7e7beca46e6c143fc63b95a2656a2e897caf" [build] diff --git a/recipes/tools/gettext/recipe.toml b/recipes/tools/gettext/recipe.toml index d22a53213..c06581586 100644 --- a/recipes/tools/gettext/recipe.toml +++ b/recipes/tools/gettext/recipe.toml @@ -1,6 +1,4 @@ [source] -#git = "https://git.savannah.gnu.org/git/gettext.git" -#rev = "c737bf843616ca984c9416048a2da845e9ad3f50" tar = "https://ftp.gnu.org/pub/gnu/gettext/gettext-0.21.1.tar.gz" blake3 = "0d0af5a79978fbeac4641ee64480943650af99f70467353e7c3068ffd5523acd" patches = [ diff --git a/recipes/tools/xz/recipe.toml b/recipes/tools/xz/recipe.toml index abf0f4284..d36b3a7af 100644 --- a/recipes/tools/xz/recipe.toml +++ b/recipes/tools/xz/recipe.toml @@ -1,6 +1,4 @@ [source] -#git = "https://github.com/tukaani-project/xz" -#rev = "2327a461e1afce862c22269b80d3517801103c1b" tar = "https://tukaani.org/xz/xz-5.4.3.tar.xz" blake3 = "4b1b814bcf3794973fe9076d549a0edfbee01d2fd57821fe3280537ef6c7deae" script = """ -- GitLab