Date: Wed, 13 Sep 2023 11:16:26 GMT From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 769f9d927dda - main - chinese/fcitx5-chinese-addons: switch to Qt5WebEngine Message-ID: <202309131116.38DBGQOT016850@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=769f9d927dda93597dba7a303495da852d68f3b6 commit 769f9d927dda93597dba7a303495da852d68f3b6 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2023-09-13 10:16:41 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2023-09-13 11:16:12 +0000 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 --- chinese/fcitx5-chinese-addons/Makefile | 6 +++--- 1 file 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309131116.38DBGQOT016850>