mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
Merge branch 'ensure-correct-toml' into 'master'
Ensure all TOML recipes are valid See merge request redox-os/cookbook!549
This commit is contained in:
commit
ae83548bfd
@ -5,7 +5,7 @@ template = "custom"
|
||||
dependencies = [
|
||||
"lua54",
|
||||
"libuv",
|
||||
"lua-compat-5.3"
|
||||
"lua-compat-53"
|
||||
]
|
||||
script = """
|
||||
COOKBOOK_CONFIGURE="cmake"
|
||||
|
||||
@ -6,7 +6,7 @@ tar = "https://download.gnome.org/sources/file-roller/44/file-roller-44.3.tar.xz
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"glib",
|
||||
"gtk3,"
|
||||
"gtk3",
|
||||
"libhandy",
|
||||
"libarchive",
|
||||
]
|
||||
|
||||
@ -8,7 +8,6 @@ dependencies = [
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
script = """
|
||||
package=anvil
|
||||
"${COOKBOOK_CARGO}" build \
|
||||
--manifest-path "${COOKBOOK_SOURCE}/Cargo.toml" \
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#TODO camino crate error
|
||||
[source]
|
||||
git = "https://github.com/sourcefrog/cargo-mutants"
|
||||
rev = "
|
||||
|
||||
[build]
|
||||
template = "cargo"
|
||||
|
||||
@ -5,7 +5,7 @@ git = "https://github.com/flukejones/room4doom"
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"sdl2",
|
||||
"sdl2-mixer
|
||||
"sdl2-mixer"
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages room4doom
|
||||
|
||||
@ -7,6 +7,6 @@ dependencies = [
|
||||
"libsigc++",
|
||||
"gtk3",
|
||||
"glibmm",
|
||||
"cairomm-1.0+",
|
||||
"cairomm-1_0+",
|
||||
"pangomm",
|
||||
]
|
||||
|
||||
@ -7,6 +7,6 @@ dependencies = [
|
||||
"libsigc++",
|
||||
"gtk4",
|
||||
"glibmm",
|
||||
"cairomm-1.16+",
|
||||
"cairomm-1_16+",
|
||||
"pangomm",
|
||||
]
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
#TODO probably wrong script, lacking build instructions
|
||||
[source]
|
||||
git = "https://github.com/opencv/opencv"
|
||||
branch = "4.8.0
|
||||
rev = "49486f61fb25722cbcf586b7f4320921d46fb38e"
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
|
||||
@ -5,6 +5,6 @@ tar = "https://dist.torproject.org/tor-0.4.8.9.tar.gz"
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libevent",
|
||||
"openssl1"
|
||||
"openssl1",
|
||||
"zlib",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user