fractal/flatpak/org.gnome.Fractal.json

38 lines
1 KiB
JSON
Raw Normal View History

2017-11-08 20:57:26 +00:00
{
"app-id": "org.gnome.Fractal",
"runtime": "org.gnome.Platform",
"runtime-version": "master",
2017-11-08 20:57:26 +00:00
"sdk": "org.gnome.Sdk",
2017-11-10 14:03:26 +00:00
"sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"],
2017-11-08 20:57:26 +00:00
"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"
],
2017-11-08 20:57:26 +00:00
"build-options" : {
2017-11-14 14:03:51 +00:00
"append-path": "/usr/lib/sdk/rust-stable/bin",
"build-args": [ "--share=network" ],
2017-11-08 20:57:26 +00:00
"env": {
"CARGO_HOME": "/run/build/Fractal/cargo"
}
2017-11-08 20:57:26 +00:00
},
"modules": [
{
"name": "Fractal",
2017-11-14 14:03:51 +00:00
"buildsystem": "meson",
2017-11-08 20:57:26 +00:00
"sources": [
{
2017-11-14 01:51:56 +00:00
"type": "git",
"url": "https://gitlab.gnome.org/danigm/fractal.git"
2017-11-08 20:57:26 +00:00
}
]
2017-11-08 20:57:26 +00:00
}
]
}