eb9c49b957
This reverts merge request !256
87 lines
2.4 KiB
JSON
87 lines
2.4 KiB
JSON
{
|
|
"app-id" : "org.gnome.FractalDevel",
|
|
"runtime" : "org.gnome.Platform",
|
|
"runtime-version" : "master",
|
|
"sdk" : "org.gnome.Sdk",
|
|
"sdk-extensions" : [
|
|
"org.freedesktop.Sdk.Extension.rust-stable"
|
|
],
|
|
"command" : "fractal",
|
|
"tags" : [
|
|
"devel",
|
|
"development",
|
|
"nightly"
|
|
],
|
|
"desktop-file-name-suffix" : " (Development)",
|
|
"finish-args" : [
|
|
"--filesystem=xdg-run/dconf",
|
|
"--filesystem=~/.config/dconf:ro",
|
|
"--talk-name=ca.desrt.dconf",
|
|
"--env=DCONF_USER_CONFIG_DIR=.config/dconf",
|
|
"--share=network",
|
|
"--share=ipc",
|
|
"--socket=x11",
|
|
"--socket=wayland",
|
|
"--socket=pulseaudio",
|
|
"--talk-name=org.freedesktop.secrets",
|
|
"--talk-name=org.freedesktop.Notifications",
|
|
"--filesystem=home"
|
|
],
|
|
"build-options" : {
|
|
"append-path" : "/usr/lib/sdk/rust-stable/bin",
|
|
"build-args" : [
|
|
"--share=network"
|
|
],
|
|
"env" : {
|
|
"CARGO_HOME" : "/run/build/Fractal/cargo",
|
|
"RUST_BACKTRACE" : "1"
|
|
}
|
|
},
|
|
"modules" : [
|
|
{
|
|
"name" : "libhandy",
|
|
"buildsystem" : "meson",
|
|
"config-opts" : [
|
|
"-Dprofiling=false",
|
|
"-Dintrospection=true",
|
|
"-Dgtk_doc=false",
|
|
"-Dtests=false",
|
|
"-Dexamples=false",
|
|
"-Dvapi=false",
|
|
"-Dglade_catalog=false"
|
|
],
|
|
"sources" : [
|
|
{
|
|
"type" : "git",
|
|
"url" : "https://source.puri.sm/Librem5/libhandy"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name" : "gtksourceview",
|
|
"config-opts" : [
|
|
"--disable-Werror"
|
|
],
|
|
"sources" : [
|
|
{
|
|
"type" : "git",
|
|
"url" : "https://gitlab.gnome.org/GNOME/gtksourceview.git",
|
|
"branch" : "gnome-3-24"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name" : "fractal",
|
|
"buildsystem" : "meson",
|
|
"config-opts" : [
|
|
"-Dprofile=development"
|
|
],
|
|
"sources" : [
|
|
{
|
|
"type" : "git",
|
|
"url" : "https://gitlab.gnome.org/World/fractal.git"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|