distro-configs/CODAWindows.conf | 6 ++++++ distro-configs/CPMacOS-LOKit.conf | 5 +++++ 2 files changed, 11 insertions(+)
New commits: commit 00c4a49c5827688d6036fc05e4ce4ac85febd0a1 Author: Andras Timar <[email protected]> AuthorDate: Mon Nov 3 17:17:43 2025 +0100 Commit: Michael Stahl <[email protected]> CommitDate: Tue Dec 2 10:22:11 2025 +0100 CODA-W: disable CLI; this app is not for .NET automation Change-Id: I0a2c8df9aac7afc8ec0aa1f6d6b92acd65b05851 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194600 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Michael Stahl <[email protected]> diff --git a/distro-configs/CODAWindows.conf b/distro-configs/CODAWindows.conf index 3857b043a99d..06c622f212e4 100644 --- a/distro-configs/CODAWindows.conf +++ b/distro-configs/CODAWindows.conf @@ -25,6 +25,7 @@ --disable-odk --disable-poppler --disable-skia +--disable-cli --enable-python=fully-internal commit f584a61c793164b8876495341be368ef00c54996 Author: Andras Timar <[email protected]> AuthorDate: Mon Nov 3 11:17:21 2025 +0100 Commit: Michael Stahl <[email protected]> CommitDate: Tue Dec 2 10:22:00 2025 +0100 CODA: Sensible font bundling settings for desktop Change-Id: Ic2dc242b653f248516dcdd550ab528c904e3d061 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194599 Reviewed-by: Michael Stahl <[email protected]> Tested-by: Jenkins CollaboraOffice <[email protected]> diff --git a/distro-configs/CODAWindows.conf b/distro-configs/CODAWindows.conf index 26e69939490d..3857b043a99d 100644 --- a/distro-configs/CODAWindows.conf +++ b/distro-configs/CODAWindows.conf @@ -10,6 +10,11 @@ --with-theme=colibre +# Sensible font bundling settings for desktop +--with-fonts +--with-docrepair-fonts +--disable-noto-font + --disable-avahi --disable-avmedia --disable-compiler-plugins diff --git a/distro-configs/CPMacOS-LOKit.conf b/distro-configs/CPMacOS-LOKit.conf index 2f9de4cdaa63..99ef6ad85e1b 100644 --- a/distro-configs/CPMacOS-LOKit.conf +++ b/distro-configs/CPMacOS-LOKit.conf @@ -9,6 +9,11 @@ INCLUDE:CPLinux-LOKit --without-package-format --enable-gui +# Sensible font bundling settings for desktop +--with-fonts +--with-docrepair-fonts +--disable-noto-font + # from LibreOfficeiOS (copied only, to avoid the --host setting) --disable-breakpad --disable-firebird-sdbc
