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

New commits:
commit c089e38b88f892986be0df0b79374c3a1f44b9ca
Author:     Stephan Bergmann <[email protected]>
AuthorDate: Tue Nov 18 13:56:19 2025 +0100
Commit:     Stephan Bergmann <[email protected]>
CommitDate: Tue Nov 18 15:36:11 2025 +0100

    Adpat flatpak to recent external additions
    
    Change-Id: I1ce749b532da597b2af24277c4a01aee23f26c7a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194159
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <[email protected]>

diff --git a/distro-configs/LibreOfficeFlatpak.conf 
b/distro-configs/LibreOfficeFlatpak.conf
index 0ab15b890b46..2b01a6d299ce 100644
--- a/distro-configs/LibreOfficeFlatpak.conf
+++ b/distro-configs/LibreOfficeFlatpak.conf
@@ -12,6 +12,7 @@
 --without-junit
 --without-lxml
 --without-system-abseil
+--without-system-afdko
 --without-system-argon2
 --without-system-beanshell
 --without-system-bluez
@@ -22,6 +23,7 @@
 --without-system-colamd
 --without-system-cppunit
 --without-system-dragonbox
+--without-system-fast-float
 --without-system-firebird
 --without-system-frozen
 --without-system-glm
@@ -57,6 +59,7 @@
 --without-system-libzmf
 --without-system-lpsolve
 --without-system-mariadb
+--without-system-md4c
 --without-system-mdds
 --without-system-odbc
 --without-system-openldap
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 085dd4a278c7..37405ea6613f 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -865,6 +865,27 @@
                     "dest": "external/tarballs",
                     "dest-filename": "@LIBEOT_TARBALL@"
                 },
+                {
+                    "url": 
"https://dev-www.libreoffice.org/src/@AFDKO_TARBALL@";,
+                    "sha256": "@AFDKO_SHA256SUM@",
+                    "type": "file",
+                    "dest": "external/tarballs",
+                    "dest-filename": "@AFDKO_TARBALL@"
+                },
+                {
+                    "url": 
"https://dev-www.libreoffice.org/src/@FAST_FLOAT_TARBALL@";,
+                    "sha256": "@FAST_FLOAT_SHA256SUM@",
+                    "type": "file",
+                    "dest": "external/tarballs",
+                    "dest-filename": "@FAST_FLOAT_TARBALL@"
+                },
+                {
+                    "url": 
"https://dev-www.libreoffice.org/src/@MD4C_TARBALL@";,
+                    "sha256": "@MD4C_SHA256SUM@",
+                    "type": "file",
+                    "dest": "external/tarballs",
+                    "dest-filename": "@MD4C_TARBALL@"
+                },
                 {
                     "url": 
"https://dev-www.libreoffice.org/extern/@OPENSYMBOL_TTF@";,
                     "sha256": "@OPENSYMBOL_SHA256SUM@",

Reply via email to