mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
misc/bibletime: switch to using WebEngine
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
d713c6da1a
commit
5e2b11dd89
@ -1,6 +1,6 @@
|
||||
PORTNAME= bibletime
|
||||
PORTVERSION= 2.11.2
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= misc kde
|
||||
MASTER_SITES= SF/${PORTNAME}/BibleTime%202/BibleTime%202%20source%20code
|
||||
|
||||
@ -15,6 +15,6 @@ LIB_DEPENDS= libclucene-core.so:textproc/clucene \
|
||||
|
||||
USES= cmake compiler:c11 qt:5 tar:xz ssl
|
||||
USE_QT= buildtools core dbus gui linguist:build network printsupport \
|
||||
script svg webkit widgets \
|
||||
script svg webengine widgets \
|
||||
xml qmake:build testlib:build
|
||||
.include <bsd.port.mk>
|
||||
|
@ -997,7 +997,7 @@ share/applications/bibletime.desktop
|
||||
%%DATADIR%%/icons/view_mag.svg
|
||||
%%DATADIR%%/icons/view_profile.svg
|
||||
%%DATADIR%%/icons/window_fullscreen.svg
|
||||
%%DATADIR%%/javascript/bthtml.js
|
||||
%%DATADIR%%/javascript/btwebengine.js
|
||||
%%DATADIR%%/license/license.html
|
||||
%%DATADIR%%/locale/bibletime_ui_ar.qm
|
||||
%%DATADIR%%/locale/bibletime_ui_bg.qm
|
||||
|
Loading…
Reference in New Issue
Block a user