distro-configs/LibreOfficeFlatpak.conf |    2 ++
 solenv/flatpak-manifest.in             |    7 +++++++
 2 files changed, 9 insertions(+)

New commits:
commit f8512cf3a8aabdba60c2994bed71c845efc6a25e
Author:     Stephan Bergmann <[email protected]>
AuthorDate: Wed May 18 08:15:09 2022 +0200
Commit:     Stephan Bergmann <[email protected]>
CommitDate: Wed May 18 09:10:59 2022 +0200

    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 <[email protected]>

diff --git a/distro-configs/LibreOfficeFlatpak.conf 
b/distro-configs/LibreOfficeFlatpak.conf
index beb3353c6aec..2988d988aebb 100644
--- a/distro-configs/LibreOfficeFlatpak.conf
+++ b/distro-configs/LibreOfficeFlatpak.conf
@@ -20,6 +20,7 @@
 --without-system-coinmp
 --without-system-cppunit
 --without-system-cuckoo
+--without-system-dragonbox
 --without-system-firebird
 --without-system-glm
 --without-system-gpgmepp
@@ -32,6 +33,7 @@
 --without-system-libepubgen
 --without-system-libetonyek
 --without-system-libexttextcat
+--without-system-libfixmath
 --without-system-libfreehand
 --without-system-liblangtag
 --without-system-libmspub
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
@@ -648,6 +648,13 @@
                     "dest": "external/tarballs",
                     "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@",

Reply via email to