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

New commits:
commit 21be19a3bd3b306b9f519324961bca49e9e9ff87
Author:     Stephan Bergmann <[email protected]>
AuthorDate: Mon May 12 14:29:01 2025 +0200
Commit:     Stephan Bergmann <[email protected]>
CommitDate: Fri Oct 24 15:22:12 2025 +0200

    Flatpak build needs external/libeot now
    
    ...after be12bc02844260d27afb49c39c747b7571dca9f1 "make libeot enabled by
    default on Linux and macOS"
    
    Change-Id: I08f405a47bf452e5e96ac3c60990c5e73a6846b7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185212
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <[email protected]>
    (cherry picked from commit 4d5203851bd8529353dfee08559eb818e0996d19)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192939
    Reviewed-by: Stephan Bergmann <[email protected]>
    Tested-by: Jenkins CollaboraOffice <[email protected]>

diff --git a/distro-configs/LibreOfficeFlatpak.conf 
b/distro-configs/LibreOfficeFlatpak.conf
index bb4ff2369c41..44ab1ba0dcb1 100644
--- a/distro-configs/LibreOfficeFlatpak.conf
+++ b/distro-configs/LibreOfficeFlatpak.conf
@@ -32,6 +32,7 @@
 --without-system-libcdr
 --without-system-libcmis
 --without-system-libebook
+--without-system-libeot
 --without-system-libepubgen
 --without-system-libetonyek
 --without-system-libexttextcat
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 5240e085292a..b29748935fce 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -865,6 +865,13 @@
                     "dest": "external/tarballs",
                     "dest-filename": "@LIBPNG_TARBALL@"
                 },
+                {
+                    "url": 
"https://dev-www.libreoffice.org/src/@LIBEOT_TARBALL@";,
+                    "sha256": "@LIBEOT_SHA256SUM@",
+                    "type": "file",
+                    "dest": "external/tarballs",
+                    "dest-filename": "@LIBEOT_TARBALL@"
+                },
                 {
                     "url": 
"https://dev-www.libreoffice.org/extern/@OPENSYMBOL_TTF@";,
                     "sha256": "@OPENSYMBOL_SHA256SUM@",

Reply via email to