116 lines
3.2 KiB
JSON
116 lines
3.2 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" : [
|
|
"--share=network",
|
|
"--share=ipc",
|
|
"--socket=x11",
|
|
"--socket=wayland",
|
|
"--socket=pulseaudio",
|
|
"--device=dri",
|
|
"--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=enabled",
|
|
"-Dgtk_doc=false",
|
|
"-Dtests=false",
|
|
"-Dexamples=false",
|
|
"-Dvapi=false",
|
|
"-Dglade_catalog=disabled"
|
|
],
|
|
"sources" : [
|
|
{
|
|
"type" : "git",
|
|
"url" : "https://source.puri.sm/Librem5/libhandy.git"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name" : "gtksourceview",
|
|
"buildsystem" : "meson",
|
|
"sources" : [
|
|
{
|
|
"type" : "git",
|
|
"url" : "https://gitlab.gnome.org/GNOME/gtksourceview.git"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name" : "gspell",
|
|
"config-opts" : [
|
|
"--disable-gtk-doc",
|
|
"--disable-gtk-doc-html"
|
|
],
|
|
"cleanup" : [
|
|
"/bin",
|
|
"/include",
|
|
"/lib/pkgconfig",
|
|
"*.la",
|
|
"/share"
|
|
],
|
|
"sources" : [
|
|
{
|
|
"type" : "archive",
|
|
"url" : "https://download.gnome.org/sources/gspell/1.8/gspell-1.8.1.tar.xz",
|
|
"sha256" : "819a1d23c7603000e73f5e738bdd284342e0cd345fb0c7650999c31ec741bbe5"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name" : "gst-editing-services",
|
|
"config-opts" : [
|
|
"--disable-Werror"
|
|
],
|
|
"sources" : [
|
|
{
|
|
"type" : "git",
|
|
"url" : "https://gitlab.freedesktop.org/gstreamer/gst-editing-services.git",
|
|
"tag" : "1.14.4"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name" : "fractal",
|
|
"buildsystem" : "meson",
|
|
"builddir" : true,
|
|
"config-opts" : [
|
|
"-Dprofile=development"
|
|
],
|
|
"sources" : [
|
|
{
|
|
"type" : "git",
|
|
"url" : "https://gitlab.gnome.org/GNOME/fractal.git"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|