From 1e625d55fc0fc367b21f9f9afc402b0e356b8e63 Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Sat, 13 Jun 2020 07:16:28 +0000 Subject: FreeBSD Office team is proud to announce LibreOffice 6.4.4, latest stable release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some notes about changes in port options: - GTK2 option is obsolete by upstream - GTK3 option is not more set by default because of unstable yet and have visual glitches - QT5 option is set by default to provide comfy visual style for every user - Change VCL autotetect logic (used if enable, skipto next in row if disabled: -- For KDE/LXQT: kf5, qt5, gtk3_kde5, gtk3, gen -- For GNOME, Unity, XFCE, MATE: gtk3, qt5, gen -- All other DE should follow gnome list One small note — since upcoming Qt5-5.15 will drop binary support for FreeBSD 11.x due to outdated OpenSSL-1.0 in base, here is no reason to enable QT5 option on FreeBSD <12 by default Thanks for all testers and supporters! Dima, with office hat Relnotes: https://wiki.documentfoundation.org/ReleaseNotes/6.4 --- .../files/patch-vcl_source_app_salplug.cxx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 editors/libreoffice/files/patch-vcl_source_app_salplug.cxx (limited to 'editors/libreoffice/files/patch-vcl_source_app_salplug.cxx') diff --git a/editors/libreoffice/files/patch-vcl_source_app_salplug.cxx b/editors/libreoffice/files/patch-vcl_source_app_salplug.cxx new file mode 100644 index 000000000000..6637a0ab3466 --- /dev/null +++ b/editors/libreoffice/files/patch-vcl_source_app_salplug.cxx @@ -0,0 +1,19 @@ +--- vcl/source/app/salplug.cxx.orig 2020-05-27 12:17:53 UTC ++++ vcl/source/app/salplug.cxx +@@ -152,6 +152,7 @@ SalInstance* autodetect_plugin() + #if ENABLE_KF5 + "kf5", + #endif ++ "qt5", + #if ENABLE_GTK3_KDE5 + "gtk3_kde5", + #endif +@@ -160,7 +161,7 @@ SalInstance* autodetect_plugin() + + static const char* const pStandardFallbackList[] = + { +- "gtk3", "gen", nullptr ++ "gtk3", "qt5", "gen", nullptr + }; + + #ifdef HEADLESS_VCLPLUG -- cgit v1.2.3