Add patched cosmic-app-library (wip), iced-wayland, and libcosmic-wayland

This commit is contained in:
Jeremy Soller 2026-02-19 17:54:33 -07:00
parent fb7c5da2c2
commit a9ea8d76b9
3 changed files with 44 additions and 0 deletions

View 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
"""

View 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
"""

View 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
"""