diff --git a/recipes/libs/lua-compat-5.3/recipe.toml b/recipes/libs/lua-compat-53/recipe.toml similarity index 100% rename from recipes/libs/lua-compat-5.3/recipe.toml rename to recipes/libs/lua-compat-53/recipe.toml diff --git a/recipes/libs/luv/recipe.toml b/recipes/libs/luv/recipe.toml index 93973951f..2d8b08253 100644 --- a/recipes/libs/luv/recipe.toml +++ b/recipes/libs/luv/recipe.toml @@ -5,7 +5,7 @@ template = "custom" dependencies = [ "lua54", "libuv", - "lua-compat-5.3" + "lua-compat-53" ] script = """ COOKBOOK_CONFIGURE="cmake" diff --git a/recipes/wip/archives/file-roller/recipe.toml b/recipes/wip/archives/file-roller/recipe.toml index 7209aa622..c3392c6e8 100644 --- a/recipes/wip/archives/file-roller/recipe.toml +++ b/recipes/wip/archives/file-roller/recipe.toml @@ -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", ] diff --git a/recipes/wip/demos/anvil/recipe.toml b/recipes/wip/demos/anvil/recipe.toml index 4f53c48d0..ea5816f42 100644 --- a/recipes/wip/demos/anvil/recipe.toml +++ b/recipes/wip/demos/anvil/recipe.toml @@ -8,7 +8,6 @@ dependencies = [ ] template = "custom" script = """ -script = """ package=anvil "${COOKBOOK_CARGO}" build \ --manifest-path "${COOKBOOK_SOURCE}/Cargo.toml" \ diff --git a/recipes/wip/dev/cargo-tools/cargo-mutants/recipe.toml b/recipes/wip/dev/cargo-tools/cargo-mutants/recipe.toml index 916d31448..156d2e2e7 100644 --- a/recipes/wip/dev/cargo-tools/cargo-mutants/recipe.toml +++ b/recipes/wip/dev/cargo-tools/cargo-mutants/recipe.toml @@ -1,6 +1,6 @@ #TODO camino crate error [source] git = "https://github.com/sourcefrog/cargo-mutants" -rev = " + [build] template = "cargo" diff --git a/recipes/wip/games/fps/room4doom/recipe.toml b/recipes/wip/games/fps/room4doom/recipe.toml index f609f3996..d4570fa26 100644 --- a/recipes/wip/games/fps/room4doom/recipe.toml +++ b/recipes/wip/games/fps/room4doom/recipe.toml @@ -5,7 +5,7 @@ git = "https://github.com/flukejones/room4doom" template = "custom" dependencies = [ "sdl2", - "sdl2-mixer + "sdl2-mixer" ] script = """ cookbook_cargo_packages room4doom diff --git a/recipes/wip/libs/gtk/gtk3mm/recipe.toml b/recipes/wip/libs/gtk/gtk3mm/recipe.toml index dfcbbda76..99a5cc71c 100644 --- a/recipes/wip/libs/gtk/gtk3mm/recipe.toml +++ b/recipes/wip/libs/gtk/gtk3mm/recipe.toml @@ -7,6 +7,6 @@ dependencies = [ "libsigc++", "gtk3", "glibmm", - "cairomm-1.0+", + "cairomm-1_0+", "pangomm", ] diff --git a/recipes/wip/libs/gtk/gtk4mm/recipe.toml b/recipes/wip/libs/gtk/gtk4mm/recipe.toml index 22acdfece..d04bd7a85 100644 --- a/recipes/wip/libs/gtk/gtk4mm/recipe.toml +++ b/recipes/wip/libs/gtk/gtk4mm/recipe.toml @@ -7,6 +7,6 @@ dependencies = [ "libsigc++", "gtk4", "glibmm", - "cairomm-1.16+", + "cairomm-1_16+", "pangomm", ] diff --git a/recipes/wip/libs/other/opencv4/recipe.toml b/recipes/wip/libs/other/opencv4/recipe.toml index 4b7b73fb7..8340c64eb 100644 --- a/recipes/wip/libs/other/opencv4/recipe.toml +++ b/recipes/wip/libs/other/opencv4/recipe.toml @@ -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 = """ diff --git a/recipes/wip/net/onion-routing/tor/recipe.toml b/recipes/wip/net/onion-routing/tor/recipe.toml index 1fffe43da..fb69580bc 100644 --- a/recipes/wip/net/onion-routing/tor/recipe.toml +++ b/recipes/wip/net/onion-routing/tor/recipe.toml @@ -5,6 +5,6 @@ tar = "https://dist.torproject.org/tor-0.4.8.9.tar.gz" template = "configure" dependencies = [ "libevent", - "openssl1" + "openssl1", "zlib", ]