diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-08-18 14:37:43 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-08-18 16:47:37 +0200 |
commit | 65940d00f1b7788b6b4241bf33a10073993181db (patch) | |
tree | 6315b449abfae5c6765cafb5b7b3772ac12a16be /solenv | |
parent | 4ef25107c144ea05ded1d797bf4d93f2d7044e14 (diff) |
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 <sbergman@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/flatpak-manifest.in | 6 |
1 files changed, 6 insertions, 0 deletions
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, |