fractal/flatpak/org.gnome.Fractal.json

37 lines
1,014 B
JSON
Raw Normal View History

2017-11-08 20:57:26 +00:00
{
"app-id": "org.gnome.Fractal",
"runtime": "org.gnome.Platform",
"runtime-version": "3.26",
"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",
"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" : {
"env": {
"CARGO_HOME": "/run/build/Fractal/cargo"
}
2017-11-08 20:57:26 +00:00
},
"modules": [
{
"name": "Fractal",
"buildsystem": "simple",
"build-commands": [
2017-11-10 14:03:26 +00:00
"source /usr/lib/sdk/rust-stable/enable.sh && ./configure --prefix=/app && make && make install"
],
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
}
]
}