b7cfad0ab4
I've changed the gnome runtime from 3.26 to master to work with master.
37 lines
1 KiB
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|