diff options
author | Michael Warner <michael.warner.ut+libreoffice@gmail.com> | 2021-05-11 09:22:27 -0400 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2021-06-23 11:21:00 +0200 |
commit | 648e4106cc002ff5b8184a8c104f93cb06e4b540 (patch) | |
tree | 9b0052d02699d483437301a5a743dcdf54d6b5c7 /solenv | |
parent | 388d52a9193d89058f27b3efd48ab3cd5dedf0a7 (diff) |
tdf#141709: Use poppler_data
Bundle the files from poppler_data and provide the path to them to
poppler when the bundled poppler library is used.
Change-Id: I13a2ef861303a0be17aa0a861ef8ac96ed8a93be
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117523
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
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 0cce3253b3a8..7fe9650e8474 100644 --- a/solenv/flatpak-manifest.in +++ b/solenv/flatpak-manifest.in @@ -439,6 +439,13 @@ "dest-filename": "poppler-21.01.0.tar.xz" }, { + "url": "https://dev-www.libreoffice.org/src/poppler-data-0.4.10.tar.gz", + "sha256": "6e2fcef66ec8c44625f94292ccf8af9f1d918b410d5aa69c274ce67387967b30", + "type": "file", + "dest": "external/tarballs", + "dest-filename": "poppler-data-0.4.10.tar.gz" + }, + { "url": "https://dev-www.libreoffice.org/src/postgresql-13.1.tar.bz2", "sha256": "12345c83b89aa29808568977f5200d6da00f88a035517f925293355432ffe61f", "type": "file", |