86e507739c
The wrapper crate required >= 1.0 so it didn't build on release. That made the meson wrapper unnecessary. On nightly org.gnome.Platform bundles libhandy so it's not needed as a flatpak manifest module anymore.
97 lines
2.5 KiB
JSON
97 lines
2.5 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"
|
|
],
|
|
"finish-args" : [
|
|
"--share=network",
|
|
"--share=ipc",
|
|
"--socket=x11",
|
|
"--socket=wayland",
|
|
"--socket=pulseaudio",
|
|
"--device=dri",
|
|
"--talk-name=org.freedesktop.secrets",
|
|
"--talk-name=org.freedesktop.Notifications"
|
|
],
|
|
"build-options" : {
|
|
"append-path" : "/usr/lib/sdk/rust-stable/bin",
|
|
"build-args" : [
|
|
"--share=network"
|
|
],
|
|
"env" : {
|
|
"CARGO_HOME" : "/run/build/Fractal/cargo",
|
|
"RUST_BACKTRACE" : "1",
|
|
"RUSTFLAGS" : ""
|
|
}
|
|
},
|
|
"add-extensions": {
|
|
"org.freedesktop.Platform.ffmpeg-full": {
|
|
"directory": "lib/ffmpeg",
|
|
"version": "20.08",
|
|
"add-ld-path": "."
|
|
}
|
|
},
|
|
"cleanup-commands": [
|
|
"mkdir -p /app/lib/ffmpeg"
|
|
],
|
|
"modules" : [
|
|
{
|
|
"name" : "gspell",
|
|
"config-opts" : [
|
|
"--disable-gtk-doc",
|
|
"--disable-gtk-doc-html"
|
|
],
|
|
"cleanup" : [
|
|
"/bin",
|
|
"/include",
|
|
"/lib/pkgconfig",
|
|
"*.la",
|
|
"/share/gir-1.0",
|
|
"/share/gtk-doc",
|
|
"/share/vala"
|
|
],
|
|
"sources" : [
|
|
{
|
|
"type" : "git",
|
|
"url" : "https://gitlab.gnome.org/GNOME/gspell.git"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name" : "gst-editing-services",
|
|
"config-opts" : [
|
|
"--disable-Werror"
|
|
],
|
|
"sources" : [
|
|
{
|
|
"type" : "git",
|
|
"url" : "https://gitlab.freedesktop.org/gstreamer/gst-editing-services.git",
|
|
"tag" : "1.16.1"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name" : "fractal",
|
|
"buildsystem" : "meson",
|
|
"builddir" : true,
|
|
"config-opts" : [
|
|
"-Dprofile=development"
|
|
],
|
|
"sources" : [
|
|
{
|
|
"type" : "git",
|
|
"url" : "https://gitlab.gnome.org/GNOME/fractal.git"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|