git: 3a8d615d89ff - main - Update www/falkon metadata
Adriaan de Groot
adridg at FreeBSD.org
Tue Apr 6 18:06:37 UTC 2021
The branch main has been updated by adridg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3a8d615d89ff126bc8a1e80e6d503ac0b63c6c83
commit 3a8d615d89ff126bc8a1e80e6d503ac0b63c6c83
Author: Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-04-06 18:04:26 +0000
Commit: Adriaan de Groot <adridg at FreeBSD.org>
CommitDate: 2021-04-06 18:06:35 +0000
Update www/falkon metadata
The pkg-descr talks about features that are not present
and has some grammatical weirdness. Since there are now
flavors, describe the differences between the flavors as
well, and add CONFLICTS to prevent the flavors from
being co-installed.
PR: 254025 254738 254026
---
www/falkon/Makefile | 7 ++++++-
www/falkon/pkg-descr | 27 ++++++++++++++++-----------
2 files changed, 22 insertions(+), 12 deletions(-)
diff --git a/www/falkon/Makefile b/www/falkon/Makefile
index 477034afe1ea..cbd358565598 100644
--- a/www/falkon/Makefile
+++ b/www/falkon/Makefile
@@ -1,6 +1,7 @@
PORTNAME= falkon
DISTVERSION= 3.1.0
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= KDE/stable/falkon/${DISTVERSION:R}/
@@ -26,7 +27,10 @@ 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
@@ -34,6 +38,7 @@ USE_KDE+= completion config coreaddons crash jobwidgets kio purpose service wall
PLIST_SUB= KDEINTEGRATION=""
.else
PLIST_SUB= KDEINTEGRATION="@comment "
+COMMENT= Web browser based on WebEngine (no integration with KDE Plasma)
.endif
OPTIONS_DEFINE= GNOMEKEYRING
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/
More information about the dev-commits-ports-all
mailing list