fractal/flatpak/org.gnome.Fractal.json
Daniel García Moreno b7cfad0ab4 Nightly flatpak version for integration with bu...
I've changed the gnome runtime from 3.26 to master to work with
master.
2018-01-29 01:21:26 +01:00

37 lines
1 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": [
"--share=network",
"--share=ipc",
"--socket=x11",
"--socket=wayland",
"--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"
}
},
"modules": [
{
"name": "Fractal",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/danigm/fractal.git"
}
]
}
]
}