aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2023-09-13 10:16:41 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2023-09-13 11:16:12 +0000
commit769f9d927dda93597dba7a303495da852d68f3b6 (patch)
tree746deddccc3c591f3797f7ba3f14c232133bb8f7
parent4ba130af7e264e34579a01dd02e2b542dc3745d8 (diff)
downloadports-769f9d927dda93597dba7a303495da852d68f3b6.tar.gz
ports-769f9d927dda93597dba7a303495da852d68f3b6.zip
chinese/fcitx5-chinese-addons: switch to Qt5WebEngine
Qt5Webkit will be removed at the end of the year. See: commit e8e65e7574de0b374caaa3da0ba6a26a67103e62 www/qt5-webkit: mark for deletion Qt upstream switched to QtWebEngine quite a while ago, and the maintenance of QtWebKit was carried out by a separate person. Unfortunately, no release or updates have been pushed in the recent years. Note: there is a fork [1] of the used fork [2], that might be viable for people that really still need to rely on Qt5Webkit. [1] https://github.com/movableink/webkit/ [2] https://github.com/qtwebkit/qtwebkit
-rw-r--r--chinese/fcitx5-chinese-addons/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/chinese/fcitx5-chinese-addons/Makefile b/chinese/fcitx5-chinese-addons/Makefile
index a392279817b6..4721902a52bd 100644
--- a/chinese/fcitx5-chinese-addons/Makefile
+++ b/chinese/fcitx5-chinese-addons/Makefile
@@ -1,6 +1,6 @@
PORTNAME= fcitx5-chinese-addons
DISTVERSION= 5.0.17
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= chinese textproc
MASTER_SITES= https://download.fcitx-im.org/fcitx5/${PORTNAME}/ \
https://download.fcitx-im.org/data/:py_stroke,py_table
@@ -35,9 +35,9 @@ USE_LDCONFIG= yes
GUI_DESC= Configuration GUI
GUI_USES= qt:5
-GUI_USE= qt=concurrent,dbus,webkit,buildtools:build,qmake:build
+GUI_USE= qt=concurrent,dbus,webengine,buildtools:build,qmake:build
GUI_LIB_DEPENDS= libFcitx5Qt5DBusAddons.so:textproc/fcitx5-qt
-GUI_CMAKE_ON= -DUSE_WEBKIT:BOOL=true
+GUI_CMAKE_ON= -DUSE_WEBKIT:BOOL=false
USE_KDE= ecm