mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Merge branch 'improve-recipes' into 'master'
Improve some recipes See merge request redox-os/redox!1732
This commit is contained in:
commit
437fd56743
@ -2,6 +2,7 @@
|
|||||||
git = "https://github.com/RustPython/RustPython"
|
git = "https://github.com/RustPython/RustPython"
|
||||||
# newer rev requires TLS 1.3 (openssl3) and 'bits/libc-header-start.h' for bindgen
|
# newer rev requires TLS 1.3 (openssl3) and 'bits/libc-header-start.h' for bindgen
|
||||||
rev = "2025-10-13-main-51"
|
rev = "2025-10-13-main-51"
|
||||||
|
shallow_clone = true
|
||||||
patches = [
|
patches = [
|
||||||
"redox.patch"
|
"redox.patch"
|
||||||
]
|
]
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
[source]
|
[source]
|
||||||
git = "https://github.com/pop-os/cosmic-icons.git"
|
git = "https://github.com/pop-os/cosmic-icons.git"
|
||||||
rev = "f93dcdfa1060c2cf3f8cf0b56b0338292edcafa5"
|
rev = "f93dcdfa1060c2cf3f8cf0b56b0338292edcafa5"
|
||||||
|
shallow_clone = true
|
||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
script = """
|
script = """
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[source]
|
[source]
|
||||||
git = "https://github.com/pop-os/icon-theme.git"
|
git = "https://github.com/pop-os/icon-theme.git"
|
||||||
|
shallow_clone = true
|
||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
script = """
|
script = """
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
[source]
|
[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"
|
blake3 = "07a01894ccdb584943ce817b57341a8595ce9a92bfaa77c602ec4757dfabd5e2"
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
git = "https://gitlab.redox-os.org/redox-os/mesa.git"
|
git = "https://gitlab.redox-os.org/redox-os/mesa.git"
|
||||||
upstream = "https://gitlab.freedesktop.org/mesa/mesa"
|
upstream = "https://gitlab.freedesktop.org/mesa/mesa"
|
||||||
branch = "redox-24.0"
|
branch = "redox-24.0"
|
||||||
|
shallow_clone = true
|
||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
[source]
|
[source]
|
||||||
git = "https://gitlab.redox-os.org/redox-os/openssl.git"
|
git = "https://gitlab.redox-os.org/redox-os/openssl.git"
|
||||||
branch = "redox-v1"
|
branch = "redox-v1"
|
||||||
|
shallow_clone = true
|
||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
script = """
|
script = """
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user