mirror of https://github.com/borgbase/vorta
Update flatpak manifest and dependencies (#324)
This commit is contained in:
parent
064e1b2ad7
commit
f765361ac1
|
@ -16,9 +16,7 @@ finish-args:
|
|||
# Sync
|
||||
- --share=network
|
||||
# Filesystem access
|
||||
- --filesystem=home
|
||||
- --filesystem=/run/media
|
||||
- --filesystem=/media
|
||||
- --filesystem=host
|
||||
# dconf access
|
||||
- --filesystem=xdg-run/dconf
|
||||
- --filesystem=~/.config/dconf:ro
|
||||
|
@ -37,7 +35,7 @@ finish-args:
|
|||
- --socket=ssh-auth
|
||||
- --own-name=org.KDE.*
|
||||
# Notifications
|
||||
- --talk-name=org.freedesktop.Notifications.*
|
||||
- --talk-name=org.freedesktop.Notifications
|
||||
|
||||
build-options:
|
||||
env:
|
||||
|
@ -45,7 +43,6 @@ build-options:
|
|||
|
||||
modules:
|
||||
- dependencies/pyqt5.json
|
||||
- dependencies/openssl.json
|
||||
- dependencies/openssh.json
|
||||
- dependencies/libfuse.json
|
||||
- dependencies/python3-setuptools.json
|
||||
|
@ -64,11 +61,10 @@ modules:
|
|||
- dependencies/python3-secretstorage.json
|
||||
- dependencies/python3-pytest-runner.json
|
||||
|
||||
|
||||
|
||||
- name: vorta
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- make translations-to-qm
|
||||
- pip3 install --prefix=/app --no-deps .
|
||||
- mkdir -p /app/share/metainfo/
|
||||
- cp src/vorta/assets/metadata/com.borgbase.Vorta.appdata.xml /app/share/metainfo/
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
{
|
||||
"name": "openssh",
|
||||
"config-opts": ["--without-pie"],
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://cloudflare.cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.9p1.tar.gz",
|
||||
"sha256": "6b4b3ba2253d84ed3771c8050728d597c91cfce898713beb7b64a305b6f11aad"
|
||||
"url": "https://cloudflare.cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-8.0p1.tar.gz",
|
||||
"sha256": "bd943879e69498e8031eb6b7f44d08cdc37d59a7ab689aa0b437320c3481fd68"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"name": "openssl",
|
||||
"buildsystem": "simple",
|
||||
"build-commands": [
|
||||
"./config --prefix=/app --openssldir=/app/ssl shared zlib",
|
||||
"make -j $FLATPAK_BUILDER_N_JOBS",
|
||||
"make install"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://www.openssl.org/source/openssl-1.1.1b.tar.gz",
|
||||
"sha256": "5c557b023230413dfb0756f3137a13e6d726838ccd1430888ad15bfb2b43ea4b"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue