diff --git a/www/falkon/Makefile b/www/falkon/Makefile index 477034afe1ea..cbd358565598 100644 --- a/www/falkon/Makefile +++ b/www/falkon/Makefile @@ -1,47 +1,52 @@ PORTNAME= falkon DISTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= KDE/stable/falkon/${DISTVERSION:R}/ MAINTAINER= kde@FreeBSD.org COMMENT= Web browser based on Webengine and Qt Framework LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine EXPIRATION_DATE=2021-06-23 USES= cmake desktop-file-utils kde:5 qt:5 ssl tar:xz xorg USE_KDE= ecm_build i18n USE_QT= concurrent core dbus declarative gui location network printsupport \ sql webchannel webengine widgets x11extras \ buildtools_build qmake_build USE_XORG= xcb USE_LDCONFIG= yes CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_PySide2 FLAVORS= default qtonly FLAVOR?= default -qtonly_PKGNAMESUFFIX= -qtonly + +default_CONFLICTS_INSTALL= ${PORTNAME}-qtonly +qtonly_PKGNAMESUFFIX= -qtonly +qtonly_CONFLICTS_INSTALL= ${PORTNAME} .if ${FLAVOR} != qtonly CMAKE_ON+= ENABLE_KDE_FRAMEWORKS_INTEGRATION_PLUGIN USE_KDE+= completion config coreaddons crash jobwidgets kio purpose service wallet widgetsaddons PLIST_SUB= KDEINTEGRATION="" .else PLIST_SUB= KDEINTEGRATION="@comment " +COMMENT= Web browser based on WebEngine (no integration with KDE Plasma) .endif OPTIONS_DEFINE= GNOMEKEYRING OPTIONS_SUB= YES GNOMEKEYRING_CMAKE_BOOL= BUILD_KEYRING GNOMEKEYRING_USE= GNOME=glib20 GNOMEKEYRING_USES= gnome pkgconfig GNOMEKEYRING_LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring .include diff --git a/www/falkon/pkg-descr b/www/falkon/pkg-descr index 7a8516641fc7..511c879d502e 100644 --- a/www/falkon/pkg-descr +++ b/www/falkon/pkg-descr @@ -1,14 +1,19 @@ -Falkon was orignially known as Qupzila. +Falkon is a new-ish and very fast QtWebEngine browser. It aims to be a +lightweight web browser available on all major platforms. Falkon +has all standard functions you expect from a web browser. It includes +bookmarks, history (both also in sidebar) and tabs. Beyond that, you +block ads with a builtin AdBlock plugin, block Flash content with +Click2Flash and edit the local CA Certificates database with an SSL Manager. -Falkon is a new and very fast QtWebEngine browser. It aims to be a lightweight -web browser available through all major platforms. This project has been -originally started only for educational purposes. But from its start, Falkon -has grown into a feature-rich browser. - -Falkon has all standard functions you expect from a web browser. It includes -bookmarks, history (both also in sidebar) and tabs. Above that, you can manage -RSS feeds with an included RSS reader, block ads with a builtin AdBlock plugin, -block Flash content with Click2Flash and edit the local CA Certificates -database with an SSL Manager. +Falkon has a wide range of features supported by KDE Frameworks +and many integration points with KDE Plasma. A "-qtonly" flavor is +available without these features: +- spellchecking +- word completion +- crash reporting +- progress notifications +- KIO (virtual filesystem) support +- wallet integration +- content-sharing WWW: https://www.falkon.org/