mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Add patched cosmic-app-library (wip), iced-wayland, and libcosmic-wayland
This commit is contained in:
parent
fb7c5da2c2
commit
a9ea8d76b9
16
recipes/wip/wayland/cosmic-app-library/recipe.toml
Normal file
16
recipes/wip/wayland/cosmic-app-library/recipe.toml
Normal file
@ -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
|
||||
"""
|
||||
14
recipes/wip/wayland/iced-wayland/recipe.toml
Normal file
14
recipes/wip/wayland/iced-wayland/recipe.toml
Normal file
@ -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
|
||||
"""
|
||||
14
recipes/wip/wayland/libcosmic-wayland/recipe.toml
Normal file
14
recipes/wip/wayland/libcosmic-wayland/recipe.toml
Normal file
@ -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
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user