Add a flatpak.json file with metadata necessary to build the flatpak from the built module.
18 lines
699 B
JSON
18 lines
699 B
JSON
{
|
|
"id": "org.gnome.eog",
|
|
"version": "3.20.0-2.fc26",
|
|
"runtime": "org.fedoraproject.Platform",
|
|
"runtime-version": "26",
|
|
"sdk": "org.fedoraproject.Sdk",
|
|
"command": "eog",
|
|
"tags": ["Viewer"],
|
|
"finish-args": ["--filesystem=host",
|
|
"--share=ipc",
|
|
"--socket=x11",
|
|
"--socket=wayland",
|
|
"--socket=session-bus",
|
|
"--filesystem=~/.config/dconf:ro",
|
|
"--filesystem=xdg-run/dconf",
|
|
"--talk-name=ca.desrt.dconf",
|
|
"--env=DCONF_USER_CONFIG_DIR=.config/dconf"]
|
|
}
|