aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2021-04-06 18:04:26 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2021-04-06 18:06:35 +0000
commit3a8d615d89ff126bc8a1e80e6d503ac0b63c6c83 (patch)
tree423e8ee506690fb75ed3649e5316f21c5396ae1f
parente06b1786f45322d6d968705ed30955eebac673d6 (diff)
downloadports-3a8d615d89ff126bc8a1e80e6d503ac0b63c6c83.tar.gz
ports-3a8d615d89ff126bc8a1e80e6d503ac0b63c6c83.zip
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
-rw-r--r--www/falkon/Makefile7
-rw-r--r--www/falkon/pkg-descr27
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/