mirror of https://github.com/borgbase/vorta
59 lines
1.8 KiB
JSON
59 lines
1.8 KiB
JSON
{
|
|
"app-id": "com.borgbase.Vorta",
|
|
"runtime": "org.kde.Platform",
|
|
"runtime-version": "5.14",
|
|
"sdk": "org.kde.Sdk",
|
|
"command": "vorta",
|
|
"branch": "devel",
|
|
"finish-args": [
|
|
"--socket=fallback-x11",
|
|
"--share=ipc",
|
|
"--socket=wayland",
|
|
"--device=dri",
|
|
"--share=network",
|
|
"--filesystem=host",
|
|
"--own-name=org.kde.*",
|
|
"--talk-name=org.freedesktop.DBus.*",
|
|
"--talk-name=org.freedesktop.Flatpak.*",
|
|
"--talk-name=org.freedesktop.secrets",
|
|
"--talk-name=org.kde.kwalletd5",
|
|
"--socket=ssh-auth",
|
|
"--talk-name=org.freedesktop.Notifications",
|
|
"--system-talk-name=org.freedesktop.NetworkManager"
|
|
],
|
|
"build-options": {
|
|
"env": {
|
|
"BASH_COMPLETIONSDIR": "/app/share/bash-completion/completions",
|
|
"MOUNT_FUSE_PATH": "../tmp/",
|
|
"V": "1"
|
|
}
|
|
},
|
|
"modules": [
|
|
"dependencies/pyqt5.json",
|
|
"dependencies/libfuse.json",
|
|
"dependencies/python3-setuptools_scm.json",
|
|
"dependencies/python3-setuptools_git.json",
|
|
"dependencies/python3-borgbackup.json",
|
|
"dependencies/python3-llfuse.json",
|
|
"dependencies/python3-appdirs.json",
|
|
"dependencies/python3-paramiko.json",
|
|
"dependencies/python3-peewee.json",
|
|
"dependencies/python3-psutil.json",
|
|
"dependencies/python3-secretstorage.json",
|
|
"dependencies/python3-pytest-runner.json",
|
|
{
|
|
"name": "vorta",
|
|
"buildsystem": "simple",
|
|
"build-commands": [
|
|
"make flatpak-install"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "dir",
|
|
"path": "../"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|