From b0fcf6daa5c1b1a1f831836b1dfeb0c843973862 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Wed, 3 Dec 2025 13:27:44 -0300 Subject: [PATCH] Improve some recipes --- recipes/dev/rustpython/recipe.toml | 1 + recipes/icons/cosmic-icons/recipe.toml | 1 + recipes/icons/pop-icon-theme/recipe.toml | 2 +- recipes/libs/freetype2/recipe.toml | 2 +- recipes/libs/mesa/recipe.toml | 2 +- recipes/libs/openssl1/recipe.toml | 2 +- 6 files changed, 6 insertions(+), 4 deletions(-) diff --git a/recipes/dev/rustpython/recipe.toml b/recipes/dev/rustpython/recipe.toml index 2390d3ae4..d283fe2f4 100644 --- a/recipes/dev/rustpython/recipe.toml +++ b/recipes/dev/rustpython/recipe.toml @@ -2,6 +2,7 @@ git = "https://github.com/RustPython/RustPython" # newer rev requires TLS 1.3 (openssl3) and 'bits/libc-header-start.h' for bindgen rev = "2025-10-13-main-51" +shallow_clone = true patches = [ "redox.patch" ] diff --git a/recipes/icons/cosmic-icons/recipe.toml b/recipes/icons/cosmic-icons/recipe.toml index 3e9b0d1f2..ed0a464bb 100644 --- a/recipes/icons/cosmic-icons/recipe.toml +++ b/recipes/icons/cosmic-icons/recipe.toml @@ -1,6 +1,7 @@ [source] git = "https://github.com/pop-os/cosmic-icons.git" rev = "f93dcdfa1060c2cf3f8cf0b56b0338292edcafa5" +shallow_clone = true [build] template = "custom" script = """ diff --git a/recipes/icons/pop-icon-theme/recipe.toml b/recipes/icons/pop-icon-theme/recipe.toml index 4ef0b483c..44daacee9 100644 --- a/recipes/icons/pop-icon-theme/recipe.toml +++ b/recipes/icons/pop-icon-theme/recipe.toml @@ -1,6 +1,6 @@ [source] git = "https://github.com/pop-os/icon-theme.git" - +shallow_clone = true [build] template = "custom" script = """ diff --git a/recipes/libs/freetype2/recipe.toml b/recipes/libs/freetype2/recipe.toml index 90c12fac1..ca3ce1e40 100644 --- a/recipes/libs/freetype2/recipe.toml +++ b/recipes/libs/freetype2/recipe.toml @@ -1,5 +1,5 @@ [source] -tar = "https://download.savannah.gnu.org/releases/freetype/freetype-2.13.3.tar.xz" +tar = "https://sourceforge.net/projects/freetype/files/freetype2/2.13.3/freetype-2.13.3.tar.xz/download" blake3 = "07a01894ccdb584943ce817b57341a8595ce9a92bfaa77c602ec4757dfabd5e2" [build] diff --git a/recipes/libs/mesa/recipe.toml b/recipes/libs/mesa/recipe.toml index d6eb2e9e2..0f74aa945 100644 --- a/recipes/libs/mesa/recipe.toml +++ b/recipes/libs/mesa/recipe.toml @@ -2,7 +2,7 @@ git = "https://gitlab.redox-os.org/redox-os/mesa.git" upstream = "https://gitlab.freedesktop.org/mesa/mesa" branch = "redox-24.0" - +shallow_clone = true [build] template = "custom" dependencies = [ diff --git a/recipes/libs/openssl1/recipe.toml b/recipes/libs/openssl1/recipe.toml index 8711e4be6..d7050cdbc 100644 --- a/recipes/libs/openssl1/recipe.toml +++ b/recipes/libs/openssl1/recipe.toml @@ -1,7 +1,7 @@ [source] git = "https://gitlab.redox-os.org/redox-os/openssl.git" branch = "redox-v1" - +shallow_clone = true [build] template = "custom" script = """