aboutsummaryrefslogtreecommitdiff
path: root/Mk/Uses/kde.mk
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-12-11 19:18:03 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-12-11 19:18:03 +0000
commit581c73f04f97d6762abd435c4b72e3f8e8c550fd (patch)
tree0dc336af64336aec1a9efcf64ff6bd6e0da0883d /Mk/Uses/kde.mk
parentc4efae9bc9605eeefeeafc0384e548ec4cb5d18a (diff)
downloadports-581c73f04f97d6762abd435c4b72e3f8e8c550fd.tar.gz
ports-581c73f04f97d6762abd435c4b72e3f8e8c550fd.zip
Update KDE Applications to 20.12
- astro/libkgeomap has been removed as there are no consumers left - deskutils/kdepim-apps-libs has been reintegrated into other ports There are a handful of new ports available: - astro/kosmindoormap: Library and QML component for rendering multi-level OSM indoor maps - deskutils/itinerary: KDE Itinerary is a digital travel assistant - devel/kpublictransport: Access realtime public transport data - graphics/kontrast: Color contrast checker - textproc/markdownpart: KPart for rendering Markdown content
Notes
Notes: svn path=/head/; revision=557757
Diffstat (limited to 'Mk/Uses/kde.mk')
-rw-r--r--Mk/Uses/kde.mk20
1 files changed, 12 insertions, 8 deletions
diff --git a/Mk/Uses/kde.mk b/Mk/Uses/kde.mk
index f16401f201cc..182f8cc5802c 100644
--- a/Mk/Uses/kde.mk
+++ b/Mk/Uses/kde.mk
@@ -62,8 +62,8 @@ KDE_FRAMEWORKS_VERSION?= 5.76.0
KDE_FRAMEWORKS_BRANCH?= stable
# Current KDE applications.
-KDE_APPLICATIONS_VERSION?= 20.08.3
-KDE_APPLICATIONS_SHLIB_VER?= 5.15.3
+KDE_APPLICATIONS_VERSION?= 20.12.0
+KDE_APPLICATIONS_SHLIB_VER?= 5.16.0
KDE_APPLICATIONS_BRANCH?= stable
# Upstream moves old software to Attic/. Specify the newest applications release there.
# Only the major version is used for the comparison.
@@ -175,7 +175,7 @@ PLIST_SUB+= KDE_PLASMA_VERSION="${KDE_PLASMA_VERSION}" \
_USE_KDE_BOTH= akonadi attica libkcddb libkcompactdisc libkdcraw libkdegames \
libkeduvocdocument libkexiv2 libkipi libksane okular \
- baloo baloo-widgets kate marble
+ baloo baloo-widgets kate marble
# List of components of the KDE Frameworks distribution.
# The *_TIER<n> variables are internal, primarily for checking
@@ -211,7 +211,8 @@ _USE_FRAMEWORKS_ALL= ecm \
${_USE_FRAMEWORKS_TIER3} \
${_USE_FRAMEWORKS_TIER4} \
${_USE_FRAMEWORKS_PORTING} \
- ${_USE_FRAMEWORKS_EXTRA}
+ ${_USE_FRAMEWORKS_EXTRA} \
+ kpublictransport kosm
# List of components of the KDE Plasma distribution.
_USE_PLASMA_ALL= activitymanagerd breeze breeze-gtk \
@@ -231,7 +232,7 @@ _USE_KDEPIM5_ALL= akonadicontacts akonadiimportwizard akonadimime akonadinotes \
calendarcore calendarsupport calendarutils \
contacts eventviews gapi grantleetheme \
gravatar identitymanagement imap \
- incidenceeditor kdepim-addons kdepim-apps-libs \
+ incidenceeditor kdepim-addons \
kdepim-runtime5 kitinerary kontactinterface kpkpass \
ksmtp ldap libkdepim libkleo libksieve mailcommon \
mailimporter mailtransport mbox messagelib \
@@ -661,9 +662,6 @@ kde-kdav_LIB= libKF5DAV.so
kde-kdepim-addons_PORT= deskutils/kdepim-addons
kde-kdepim-addons_PATH= ${KDE_PREFIX}/lib/contacteditor/editorpageplugins/cryptopageplugin.so
-kde-kdepim-apps-libs_PORT= deskutils/kdepim-apps-libs
-kde-kdepim-apps-libs_LIB= libKF5KaddressbookGrantlee.so
-
kde-kdepim-runtime5_PORT= deskutils/kdepim-runtime
kde-kdepim-runtime5_PATH= ${KDE_PREFIX}/bin/gidmigrator
@@ -793,6 +791,12 @@ kde-libksane5_LIB= libKF5Sane.so
kde-marble5_PORT= astro/marble
kde-marble5_LIB= libmarblewidget-qt5.so
+kde-kpublictransport_PORT= devel/kpublictransport
+kde-kpublictransport_LIB= libKPublicTransport.so
+
+kde-kosm_PORT= astro/kosmindoormap
+kde-kosm_LIB= libKOSM.so
+
kde-okular5_PORT= graphics/okular
kde-okular5_LIB= libOkular5Core.so
# ====================== end of multiversion components ========================