Skip to content

Commit

Permalink
finance/kmymoney: switch to using WebEngine by default
Browse files Browse the repository at this point in the history
Qt5Webkit will be removed at the end of the year.

See: commit e8e65e7

    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
  • Loading branch information
tcberner committed Sep 13, 2023
1 parent ed77bb9 commit 3b4abeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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

Expand All @@ -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 \
Expand All @@ -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
Expand Down

0 comments on commit 3b4abeb

Please sign in to comment.