summaryrefslogtreecommitdiff
path: root/editors/libreoffice/files/patch-vcl_source_app_salplug.cxx
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2020-06-13 07:16:28 +0000
committerDima Panov <fluffy@FreeBSD.org>2020-06-13 07:16:28 +0000
commit1e625d55fc0fc367b21f9f9afc402b0e356b8e63 (patch)
tree525bf0f2c12cced6d8b64021df76add5de6cc84f /editors/libreoffice/files/patch-vcl_source_app_salplug.cxx
parentUpdate to 0.19.1 (diff)
FreeBSD Office team is proud to announce LibreOffice 6.4.4, latest stable release
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
Diffstat (limited to 'editors/libreoffice/files/patch-vcl_source_app_salplug.cxx')
-rw-r--r--editors/libreoffice/files/patch-vcl_source_app_salplug.cxx19
1 files changed, 19 insertions, 0 deletions
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