diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-07-10 13:54:35 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-07-10 22:55:16 +0200 |
commit | fcbae818b793a9ee97a1b5ddc53902be7a2376f5 (patch) | |
tree | 09e77fab53018e57af2a915ff5d3493ee1a943db /solenv/flatpak-manifest.in | |
parent | f7974dc8d6d0cca08da52c4fbdb312ed6b7d71da (diff) |
Flatpak build needs external/frozen
Change-Id: I701bf6999d29b54438c7cb47f73453aae3fbb457
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154246
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'solenv/flatpak-manifest.in')
-rw-r--r-- | solenv/flatpak-manifest.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in index 10b4001b5de6..16f8de42c5ca 100644 --- a/solenv/flatpak-manifest.in +++ b/solenv/flatpak-manifest.in @@ -675,6 +675,13 @@ "dest-filename": "@ZXING_TARBALL@" }, { + "url": "https://dev-www.libreoffice.org/src/@FROZEN_TARBALL@", + "sha256": "@FROZEN_SHA256SUM@", + "type": "file", + "dest": "external/tarballs", + "dest-filename": "@FROZEN_TARBALL@" + }, + { "url": "https://dev-www.libreoffice.org/extern/@OPENSYMBOL_TTF@", "sha256": "@OPENSYMBOL_SHA256SUM@", "type": "file", |