83 lines
2.2 KiB
JSON
83 lines
2.2 KiB
JSON
{
|
|
"app-id" : "org.gnome.FractalNext.Devel",
|
|
"runtime" : "org.gnome.Platform",
|
|
"runtime-version" : "master",
|
|
"sdk" : "org.gnome.Sdk",
|
|
"sdk-extensions" : [
|
|
"org.freedesktop.Sdk.Extension.rust-stable"
|
|
],
|
|
"command" : "fractal",
|
|
"finish-args" : [
|
|
"--socket=fallback-x11",
|
|
"--socket=wayland",
|
|
"--share=network",
|
|
"--device=dri",
|
|
"--talk-name=org.a11y.Bus",
|
|
"--talk-name=org.freedesktop.secrets",
|
|
"--env=RUST_LOG=fractal=debug",
|
|
"--env=G_MESSAGES_DEBUG=none"
|
|
],
|
|
"build-options" : {
|
|
"append-path" : "/usr/lib/sdk/rust-stable/bin",
|
|
"build-args" : [
|
|
"--share=network"
|
|
],
|
|
"test-args" : [
|
|
"--socket=x11",
|
|
"--share=network"
|
|
],
|
|
"env" : {
|
|
"RUST_BACKTRACE" : "1"
|
|
}
|
|
},
|
|
"modules" : [
|
|
{
|
|
"name" : "libadwaita",
|
|
"buildsystem" : "meson",
|
|
"config-opts" : [
|
|
"-Dlibadwaita:tests=false",
|
|
"-Dlibadwaita:examples=false",
|
|
"-Dlibadwaita:vapi=false"
|
|
],
|
|
"sources" : [
|
|
{
|
|
"type" : "git",
|
|
"url" : "https://gitlab.gnome.org/GNOME/libadwaita.git",
|
|
"branch" : "main"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name" : "gtksourceview",
|
|
"buildsystem" : "meson",
|
|
"builddir" : true,
|
|
"config-opts" : [
|
|
"-Dgtk_doc=false",
|
|
"-Dsysprof=false",
|
|
"-Dgir=false",
|
|
"-Dvapi=false",
|
|
"-Dinstall_tests=false"
|
|
],
|
|
"sources" : [
|
|
{
|
|
"type" : "git",
|
|
"url" : "https://gitlab.gnome.org/GNOME/gtksourceview.git"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name" : "fractal",
|
|
"buildsystem" : "meson",
|
|
"run-tests" : true,
|
|
"config-opts" : [
|
|
"-Dprofile=development"
|
|
],
|
|
"sources" : [
|
|
{
|
|
"type" : "dir",
|
|
"path" : "../"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|