You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
2.2 KiB
71 lines
2.2 KiB
{ |
|
"app-id": "org.gnome.Fractal.Hack", |
|
"runtime": "org.gnome.Platform", |
|
"runtime-version": "master", |
|
"sdk": "org.gnome.Sdk", |
|
"sdk-extensions": [ |
|
"org.freedesktop.Sdk.Extension.rust-stable", |
|
"org.freedesktop.Sdk.Extension.llvm15" |
|
], |
|
"command": "fractal", |
|
"finish-args": [ |
|
"--socket=fallback-x11", |
|
"--socket=wayland", |
|
"--socket=pulseaudio", |
|
"--share=network", |
|
"--share=ipc", |
|
"--device=dri", |
|
"--env=RUST_LOG=fractal=debug,warn", |
|
"--env=G_MESSAGES_DEBUG=none", |
|
"--env=RUST_BACKTRACE=1" |
|
], |
|
"build-options": { |
|
"append-ld-library-path": "/usr/lib/sdk/llvm15/lib", |
|
"append-path": "/usr/lib/sdk/llvm15/bin:/usr/lib/sdk/rust-stable/bin", |
|
"env": { |
|
"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 --cfg=ruma_identifiers_storage=\"Arc\"", |
|
"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 --cfg=ruma_identifiers_storage=\"Arc\"" |
|
}, |
|
"build-args": [ |
|
"--share=network" |
|
], |
|
"test-args": [ |
|
"--socket=x11", |
|
"--share=network" |
|
] |
|
}, |
|
"modules": [ |
|
{ |
|
"name": "libshumate", |
|
"buildsystem": "meson", |
|
"config-opts": [ |
|
"-Dgir=false", |
|
"-Dvapi=false", |
|
"-Dgtk_doc=false" |
|
], |
|
"sources": [ |
|
{ |
|
"type": "git", |
|
"url": "https://gitlab.gnome.org/GNOME/libshumate/", |
|
"tag": "1.0.1" |
|
} |
|
] |
|
}, |
|
{ |
|
"name": "fractal", |
|
"buildsystem": "meson", |
|
"run-tests": true, |
|
"config-opts": [ |
|
"-Dprofile=hack" |
|
], |
|
"sources": [ |
|
{ |
|
"type": "dir", |
|
"path": "../" |
|
} |
|
] |
|
} |
|
] |
|
}
|
|
|