mirror of
https://github.com/johnfactotum/foliate.git
synced 2026-04-01 15:10:14 -04:00
31 lines
831 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|