Skip to content

Commit

Permalink
finance/alkimia: 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 6b1e396 commit ed77bb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion finance/alkimia/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= alkimia
PORTVERSION= 8.1.2
PORTREVISION= 1
CATEGORIES= finance kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}

Expand Down Expand Up @@ -37,7 +38,7 @@ OPTIONS_RADIO_BROWSER= WEBKIT WEBENGINE
OPTIONS_SINGLE= MPLIB
OPTIONS_SINGLE_MPLIB= GMP MPIR
OPTIONS_DEFINE= PLASMA TEST TOOLS
OPTIONS_DEFAULT= MPIR TOOLS WEBKIT
OPTIONS_DEFAULT= MPIR TOOLS WEBENGINE
OPTIONS_SUB= yes
BROWSER_DESC= Web browser support
MPLIB_DESC= Multi-precision library (MPIR preferred)
Expand Down

0 comments on commit ed77bb9

Please sign in to comment.