From 4d5203851bd8529353dfee08559eb818e0996d19 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 12 May 2025 14:29:01 +0200 Subject: [PATCH] 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 --- distro-configs/LibreOfficeFlatpak.conf | 1 + solenv/flatpak-manifest.in | 7 +++++++ 2 files changed, 8 insertions(+) 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 0a75e0741369..c56ac6d8e202 100644 --- a/solenv/flatpak-manifest.in +++ b/solenv/flatpak-manifest.in @@ -844,6 +844,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@",