solenv/flatpak-manifest.in | 6 ++++++ 1 file changed, 6 insertions(+) New commits: commit 65940d00f1b7788b6b4241bf33a10073993181db Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Wed Aug 18 14:37:43 2021 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Wed Aug 18 16:47:37 2021 +0200
Sync flatpak-manifest.in with Flathub ...including <https://github.com/flathub/org.libreoffice.LibreOffice/commit/2add5864d55a5cbe376da8a342549a8dbf46387b> "Merge pull request #158 from flathub/extensions: Add an org.libreoffice.LibreOffice.BundledExtension extension point" Change-Id: I1a1515e8ece2d8aec83abb6c8775f784083573a5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120667 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in index 922c7c5d42fb..dd2fe0e7c0f6 100644 --- a/solenv/flatpak-manifest.in +++ b/solenv/flatpak-manifest.in @@ -702,6 +702,12 @@ } ], "add-extensions": { + "org.libreoffice.LibreOffice.BundledExtension": { + "directory": "libreoffice/share/extensions", + "subdirectories": true, + "no-autodownload": true, + "autodelete": true + }, "org.libreoffice.LibreOffice.Help": { "directory": "libreoffice/help", "bundle": true,