mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
chinese/fcitx5-chinese-addons: switch to Qt5WebEngine
Qt5Webkit will be removed at the end of the year.
See: commit e8e65e7574
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
This commit is contained in:
parent
4ba130af7e
commit
769f9d927d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user