From 2850b6a1fd3fc1b8cff20140ec4cbfbe8a96f6b5 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Wed, 20 Dec 2023 14:42:24 +0000 Subject: [PATCH] update recipes --- recipes/wip/cargo-tarpaulin/recipe.toml | 2 +- recipes/wip/cargo-ui/recipe.toml | 6 +++++- recipes/wip/cargo-watch/recipe.toml | 2 +- recipes/wip/cbindgen/recipe.toml | 2 +- recipes/wip/chars/recipe.toml | 5 ++++- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/recipes/wip/cargo-tarpaulin/recipe.toml b/recipes/wip/cargo-tarpaulin/recipe.toml index 252655ac6..82b843a89 100644 --- a/recipes/wip/cargo-tarpaulin/recipe.toml +++ b/recipes/wip/cargo-tarpaulin/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO camino crate error [source] git = "https://github.com/xd009642/tarpaulin" rev = "669e0b4d0e1f880f118ea481b43e309bd6c9154c" diff --git a/recipes/wip/cargo-ui/recipe.toml b/recipes/wip/cargo-ui/recipe.toml index bd99c8e18..b9d15c0ab 100644 --- a/recipes/wip/cargo-ui/recipe.toml +++ b/recipes/wip/cargo-ui/recipe.toml @@ -3,7 +3,11 @@ git = "https://github.com/slint-ui/cargo-ui" rev = "230652da8e9d91f109d5e4be3a5831452243ebc0" [build] -template = "cargo" +template = "custom" dependencies = [ "fontconfig", + "libxkbcommon", ] +script = """ +cookbook_cargo --no-default-features slint-backend-gl-all +""" diff --git a/recipes/wip/cargo-watch/recipe.toml b/recipes/wip/cargo-watch/recipe.toml index ea70a171b..0e09d91b5 100644 --- a/recipes/wip/cargo-watch/recipe.toml +++ b/recipes/wip/cargo-watch/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO xdg-home crate error [source] git = "https://github.com/watchexec/cargo-watch" rev = "0a85f5f76bf35009233f751c91f02d31afd2b94f" diff --git a/recipes/wip/cbindgen/recipe.toml b/recipes/wip/cbindgen/recipe.toml index 39423ad95..f49d0b145 100644 --- a/recipes/wip/cbindgen/recipe.toml +++ b/recipes/wip/cbindgen/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/mozilla/cbindgen" rev = "703b53c06f9fe2dbc0193d67626558cfa84a0f62" diff --git a/recipes/wip/chars/recipe.toml b/recipes/wip/chars/recipe.toml index 8b5483d69..deb44bd31 100644 --- a/recipes/wip/chars/recipe.toml +++ b/recipes/wip/chars/recipe.toml @@ -2,4 +2,7 @@ [source] git = "https://github.com/boinkor-net/chars" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages chars +""" -- GitLab