fractal/build-aux/org.gnome.FractalNext.Devel.json

84 lines
2.2 KiB
JSON
Raw Normal View History

2021-02-04 19:25:29 +00:00
{
2021-05-18 15:14:08 +00:00
"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",
2021-02-04 19:25:29 +00:00
"finish-args" : [
"--socket=fallback-x11",
"--socket=wayland",
2021-02-23 14:22:33 +00:00
"--share=network",
2021-02-04 19:25:29 +00:00
"--device=dri",
"--talk-name=org.a11y.Bus",
2021-05-18 15:14:08 +00:00
"--talk-name=org.freedesktop.secrets",
2021-02-04 19:25:29 +00:00
"--env=RUST_LOG=fractal=debug",
"--env=G_MESSAGES_DEBUG=none"
],
"build-options" : {
"append-path" : "/usr/lib/sdk/rust-stable/bin",
"build-args" : [
"--share=network"
],
2021-05-18 15:14:08 +00:00
"test-args" : [
2021-02-04 19:25:29 +00:00
"--socket=x11",
"--share=network"
],
"env" : {
2021-05-18 15:14:08 +00:00
"RUST_BACKTRACE" : "1"
2021-02-04 19:25:29 +00:00
}
},
2021-05-18 15:14:08 +00:00
"modules" : [
2021-02-12 23:11:59 +00:00
{
2021-05-18 15:14:08 +00:00
"name" : "libadwaita",
"buildsystem" : "meson",
"config-opts" : [
2021-02-12 23:11:59 +00:00
"-Dlibadwaita:tests=false",
"-Dlibadwaita:examples=false",
"-Dlibadwaita:vapi=false"
],
2021-05-18 15:14:08 +00:00
"sources" : [
2021-02-12 23:11:59 +00:00
{
2021-05-18 15:14:08 +00:00
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/libadwaita.git",
2021-05-18 15:14:08 +00:00
"branch" : "main"
2021-02-12 23:11:59 +00:00
}
]
},
2021-04-22 10:22:03 +00:00
{
"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"
}
]
},
2021-02-04 19:25:29 +00:00
{
2021-05-18 15:14:08 +00:00
"name" : "fractal",
"buildsystem" : "meson",
"run-tests" : true,
"config-opts" : [
"-Dprofile=development"
],
"sources" : [
2021-02-04 19:25:29 +00:00
{
2021-05-18 15:14:08 +00:00
"type" : "dir",
"path" : "../"
2021-02-04 19:25:29 +00:00
}
]
}
]
}