diff --git a/recipes/wip/wayland/cosmic-app-library/recipe.toml b/recipes/wip/wayland/cosmic-app-library/recipe.toml new file mode 100644 index 00000000..e5c98ac7 --- /dev/null +++ b/recipes/wip/wayland/cosmic-app-library/recipe.toml @@ -0,0 +1,16 @@ +[source] +git = "https://github.com/jackpot51/cosmic-app-library" +branch = "redox" + +[build] +template = "custom" +dependencies = [ + "gettext", + "libwayland", + "libxkbcommon", +] +script = """ +DYNAMIC_INIT +export GETTEXT_DIR="${COOKBOOK_SYSROOT}/usr" +cookbook_cargo --no-default-features +""" diff --git a/recipes/wip/wayland/iced-wayland/recipe.toml b/recipes/wip/wayland/iced-wayland/recipe.toml new file mode 100644 index 00000000..66e7a0a3 --- /dev/null +++ b/recipes/wip/wayland/iced-wayland/recipe.toml @@ -0,0 +1,14 @@ +[source] +git = "https://github.com/jackpot51/iced.git" +branch = "redox-wayland" + +[build] +dependencies = [ + "libwayland", + "libxkbcommon", +] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_cargo_packages sctk_lazy +""" diff --git a/recipes/wip/wayland/libcosmic-wayland/recipe.toml b/recipes/wip/wayland/libcosmic-wayland/recipe.toml new file mode 100644 index 00000000..85e8c4c8 --- /dev/null +++ b/recipes/wip/wayland/libcosmic-wayland/recipe.toml @@ -0,0 +1,14 @@ +[source] +git = "https://github.com/jackpot51/libcosmic.git" +branch = "redox-wayland" + +[build] +dependencies = [ + "libwayland", + "libxkbcommon", +] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_cargo_packages application +"""