fractal/flatpak/org.gnome.Fractal.json
Christopher Davis 700b4b5842 flatpak: Fix issues with Flatpak manifest
There have been some issues with the flatpak manifest that caused
GNOME Builder to change the manifest and prevented me from doing
Git actions like pulling and branching while Builder was open. This
commit includes the changes.
2018-05-22 00:36:45 -04:00

74 lines
2 KiB
JSON

{
"app-id" : "org.gnome.Fractal",
"runtime" : "org.gnome.Platform",
"runtime-version" : "master",
"sdk" : "org.gnome.Sdk",
"sdk-extensions" : [
"org.freedesktop.Sdk.Extension.rust-stable"
],
"command" : "fractal",
"tags" : [
"nightly"
],
"desktop-file-name-prefix" : "(Nightly) ",
"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",
"--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",
"DEBUG" : "true"
}
},
"modules" : [
{
"name" : "enchant",
"cleanup" : [
"/include",
"/lib/pkgconfig",
"*.la",
"/share"
],
"sources" : [
{
"type" : "archive",
"url" : "https://github.com/AbiWord/enchant/releases/download/v2.2.3/enchant-2.2.3.tar.gz",
"sha256" : "abd8e915675cff54c0d4da5029d95c528362266557c61c7149d53fa069b8076d"
}
]
},
{
"name" : "gspell",
"sources" : [
{
"type" : "git",
"url" : "https://git.gnome.org/browse/gspell"
}
]
},
{
"name" : "fractal",
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/World/fractal.git"
}
]
}
]
}