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.
65 lines
1.8 KiB
65 lines
1.8 KiB
{ |
|
"app-id": "org.gnome.Fractal.Devel", |
|
"runtime": "org.gnome.Platform", |
|
"runtime-version": "master", |
|
"sdk": "org.gnome.Sdk", |
|
"sdk-extensions": [ |
|
"org.freedesktop.Sdk.Extension.rust-stable", |
|
"org.freedesktop.Sdk.Extension.llvm16" |
|
], |
|
"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/llvm16/lib", |
|
"append-path": "/usr/lib/sdk/llvm16/bin:/usr/lib/sdk/rust-stable/bin", |
|
"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": "archive", |
|
"url": "https://download.gnome.org/sources/libshumate/1.0/libshumate-1.0.3.tar.xz", |
|
"sha256": "77a192f0dfec082b8de20b1939f3adf03eed41114d49fdaae2bbb2729ceb015a" |
|
} |
|
] |
|
}, |
|
{ |
|
"name": "fractal", |
|
"buildsystem": "meson", |
|
"run-tests": true, |
|
"config-opts": [ |
|
"-Dprofile=development" |
|
], |
|
"sources": [ |
|
{ |
|
"type": "dir", |
|
"path": "../" |
|
} |
|
] |
|
} |
|
] |
|
}
|
|
|