diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-05-18 08:15:09 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-05-18 09:10:59 +0200 |
commit | f8512cf3a8aabdba60c2994bed71c845efc6a25e (patch) | |
tree | 62d49cc23dc8fb04ce8b76c12a5040eed002df5f /solenv | |
parent | a394b45125c6ebaae5d5dcc2154f6408e9a32d92 (diff) |
Adapt flatpak build to recently introduced dependencies
Change-Id: I48ffef665514378740b4146e2368f65930f74270
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134502
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'solenv')
-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 055b76e41bf0..55358b090988 100644 --- a/solenv/flatpak-manifest.in +++ b/solenv/flatpak-manifest.in @@ -649,6 +649,13 @@ "dest-filename": "@LIBATOMIC_OPS_TARBALL@" }, { + "url": "https://dev-www.libreoffice.org/src/@DRAGONBOX_TARBALL@", + "sha256": "@DRAGONBOX_SHA256SUM@", + "type": "file", + "dest": "external/tarballs", + "dest-filename": "@DRAGONBOX_TARBALL@" + }, + { "url": "https://dev-www.libreoffice.org/src/@DTOA_TARBALL@", "sha256": "@DTOA_SHA256SUM@", "type": "file", |