67 lines
2.1 KiB
JSON
67 lines
2.1 KiB
JSON
{
|
|
"id": "com.ranfdev.Notify.Devel",
|
|
"runtime": "org.gnome.Platform",
|
|
"runtime-version": "47",
|
|
"sdk": "org.gnome.Sdk",
|
|
"sdk-extensions": [
|
|
"org.freedesktop.Sdk.Extension.rust-stable",
|
|
"org.freedesktop.Sdk.Extension.llvm18"
|
|
],
|
|
"command": "notify",
|
|
"finish-args": [
|
|
"--share=ipc",
|
|
"--share=network",
|
|
"--socket=fallback-x11",
|
|
"--socket=wayland",
|
|
"--device=dri",
|
|
"--env=RUST_LOG=notify=debug,ntfy_daemon=debug",
|
|
"--env=G_MESSAGES_DEBUG=none",
|
|
"--env=RUST_BACKTRACE=1",
|
|
"--talk-name=org.freedesktop.Notifications"
|
|
],
|
|
"build-options": {
|
|
"append-path": "/usr/lib/sdk/rust-stable/bin:/usr/lib/sdk/llvm18/bin",
|
|
"build-args": [
|
|
"--share=network"
|
|
],
|
|
"env": {
|
|
"CARGO_REGISTRIES_CRATES_IO_PROTOCOL": "sparse",
|
|
"CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER": "clang",
|
|
"CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUSTFLAGS": "-C link-arg=-fuse-ld=/usr/lib/sdk/rust-stable/bin/mold",
|
|
"CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER": "clang",
|
|
"CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_RUSTFLAGS": "-C link-arg=-fuse-ld=/usr/lib/sdk/rust-stable/bin/mold"
|
|
},
|
|
"test-args": [
|
|
"--socket=x11",
|
|
"--share=network"
|
|
]
|
|
},
|
|
"modules": [
|
|
{
|
|
"name": "capnp",
|
|
"buildsystem": "cmake",
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "https://capnproto.org/capnproto-c++-0.10.4.tar.gz",
|
|
"sha256": "981e7ef6dbe3ac745907e55a78870fbb491c5d23abd4ebc04e20ec235af4458c"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "notify",
|
|
"buildsystem": "meson",
|
|
"run-tests": true,
|
|
"config-opts": [
|
|
"-Dprofile=development"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "dir",
|
|
"path": "../"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|