diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-09-13 10:45:53 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-09-13 11:16:13 +0000 |
commit | 3b4abebdff913052998b7333a937e4c3af85c859 (patch) | |
tree | 7888a0e79fe08c6716f606b1a80aad084047d18b | |
parent | ed77bb9f05bf441b14ab1a9855f4aaf58252f607 (diff) |
finance/kmymoney: switch to using WebEngine by default
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-- | finance/kmymoney/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/finance/kmymoney/Makefile b/finance/kmymoney/Makefile index 04ee43c676d0..90fd1c7935a0 100644 --- a/finance/kmymoney/Makefile +++ b/finance/kmymoney/Makefile @@ -1,6 +1,6 @@ PORTNAME= kmymoney PORTVERSION= 5.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src @@ -17,7 +17,7 @@ LIB_DEPENDS= libalkimia5.so:finance/alkimia \ USES= cmake compiler:c++14-lang desktop-file-utils gettext kde:5 \ pkgconfig qt:5 shared-mime-info shebangfix tar:xz USE_QT= buildtools:build core dbus gui network printsupport qmake:build \ - sql testlib:build xml webkit widgets + sql testlib:build xml widgets USE_KDE= activities archive auth bookmarks codecs completion config \ configwidgets coreaddons doctools:build ecm:build i18n \ iconthemes itemmodels itemviews jobwidgets kcmutils \ @@ -33,7 +33,7 @@ WEB_DESC= Web content renderer OPTIONS_SINGLE= WEB OPTIONS_SINGLE_WEB= KDEWEBKIT QTWEBENGINE OPTIONS_DEFINE= ADDRESSBOOK GNUPG HOLIDAYS QUOTES -OPTIONS_DEFAULT= CALENDAR GNUPG HOLIDAYS KBANKING KDEWEBKIT OFX QUOTES +OPTIONS_DEFAULT= CALENDAR GNUPG HOLIDAYS KBANKING OFX QUOTES QTWEBENGINE OPTIONS_SUB= yes ADDRESSBOOK_DESC= Address book support |