diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-11-02 14:52:50 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-11-02 16:24:49 +0100 |
commit | 76560e670a36b1acc9429d1ea183422382c8bbe3 (patch) | |
tree | 6ff1db98daf3c91b5c5aa1985b9d190b5464d6ca /solenv/flatpak-manifest.in | |
parent | 71703f3792e90c7ec6ed116cd734e23b0666afd1 (diff) |
Sync flatpak-manifest.in with Flathub
...including
<https://github.com/flathub/org.libreoffice.LibreOffice/commit/e9da500c6d377d251368ee77b245a760e4ec0543>
"Update to Freedesktop SDK 22.08" and
<https://github.com/flathub/org.libreoffice.LibreOffice/commit/e1eb85cfcdffa0dbba02c1d2e53c8f09e249b5d8>
"Adapt build of gvfs to org.freedesktop.Platform//22.08"
Change-Id: I7f3b228a5a15539e07555d6625d1eabff83a5f5b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142166
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'solenv/flatpak-manifest.in')
-rw-r--r-- | solenv/flatpak-manifest.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in index cf5cc4a30e00..fe2c388aa174 100644 --- a/solenv/flatpak-manifest.in +++ b/solenv/flatpak-manifest.in @@ -1,7 +1,7 @@ { "id": "org.libreoffice.LibreOffice", "runtime": "org.freedesktop.Platform", - "runtime-version": "21.08", + "runtime-version": "22.08", "sdk": "org.freedesktop.Sdk", "sdk-extensions": [ "org.freedesktop.Sdk.Extension.openjdk11" @@ -19,7 +19,7 @@ "name": "gvfs", "buildsystem": "meson", "config-opts": [ "-Dsystemduserunitdir=no", "-Dtmpfilesdir=no", "-Dinstalled_tests=true", - "-Ddbus_service_dir=/usr/share/dbus-1/services", "-Dadmin=false", "-Dafc=false", "-Dafp=false", + "-Dadmin=false", "-Dafc=false", "-Dafp=false", "-Darchive=false", "-Dcdda=false", "-Ddnssd=false", "-Dgoa=false", "-Dgoogle=false", "-Dgphoto2=false", "-Dhttp=false", "-Dmtp=false", "-Dnfs=false", "-Dsftp=false", "-Dsmb=false", "-Dudisks2=false", "-Dbluray=false", "-Dfuse=false", "-Dgcr=false", "-Dgcrypt=false", |