Files
foliate/com.github.johnfactotum.Foliate.json
Sabri Ünal 36fc42b418 Update SDK Runtime (#964)
GNOME runtimes 40 and 41 reached the end of life.
2022-10-21 18:47:35 +00:00

31 lines
831 B
JSON

{
"app-id": "com.github.johnfactotum.Foliate",
"runtime": "org.gnome.Platform",
"runtime-version": "42",
"sdk": "org.gnome.Sdk",
"command": "com.github.johnfactotum.Foliate",
"finish-args": [
"--share=network",
"--share=ipc",
"--socket=x11",
"--socket=fallback-x11",
"--socket=wayland",
"--socket=pulseaudio",
"--device=dri",
"--metadata=X-DConf=migrate-path=/com/github/johnfactotum/Foliate/",
"--talk-name=org.freedesktop.Flatpak"
],
"modules": [
{
"name": "foliate",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://github.com/johnfactotum/foliate.git"
}
]
}
]
}