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

New commits:
commit 510d079f114945ab36a56fbebc88fd49096abedf
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Mon Jul 10 13:54:35 2023 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Tue Jul 11 10:40:07 2023 +0200

    Flatpak build needs external/frozen
    
    Change-Id: I701bf6999d29b54438c7cb47f73453aae3fbb457
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154246
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>
    (cherry picked from commit cd9ea34fbe89ac262069e6990cb8c0aa8ac55339)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154258
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/distro-configs/LibreOfficeFlatpak.conf 
b/distro-configs/LibreOfficeFlatpak.conf
index 636d723b4c75..13d0edeece3c 100644
--- a/distro-configs/LibreOfficeFlatpak.conf
+++ b/distro-configs/LibreOfficeFlatpak.conf
@@ -20,6 +20,7 @@
 --without-system-cppunit
 --without-system-dragonbox
 --without-system-firebird
+--without-system-frozen
 --without-system-glm
 --without-system-gpgmepp
 --without-system-jfreereport
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
@@ -674,6 +674,13 @@
                     "dest": "external/tarballs",
                     "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@",

Reply via email to