aboutsummaryrefslogtreecommitdiff
path: root/Mk/Uses/kde.mk
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2021-04-22 16:44:06 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2021-04-22 16:47:50 +0000
commita92fa618b055cb9e124349692999a94db5ba9f00 (patch)
tree1ae24e5fcee8021d57aa9b5e30c0a961e0af90d1 /Mk/Uses/kde.mk
parent13c4279c01736967b552cf48c9eff624e1bb6b84 (diff)
downloadports-a92fa618b055cb9e124349692999a94db5ba9f00.tar.gz
ports-a92fa618b055cb9e124349692999a94db5ba9f00.zip
Update KDE Gear to 21.04
KDE Gear 21.04 Thursday, 22 April 2021 Welcome to KDE Gear ⚙️ 21.04! KDE produces literally dozens of apps for work, play, education, and creativity. Kontact, for example, gives you control over all your email, contact, and agenda; Itinerary keeps you up to date with everything you need regarding your trips; the KAlgebra graphing calculator works equally well on your desktop and your phone; Cantor provides you with an intuitive way of analyzing data and graphing the results; and Kdenlive makes cutting and building sophisticated-looking videos not only easy, but fun as well. These are but a few of the apps releasing new updates today. When combined with the KDE’s powerful Plasma desktop, they provide you with most, if not all, the tools you need to be productive in a versatile and flexible Linux^WFreeBSD environment. But you don’t even need to run Linux! Many of the apps in this announcement work on Windows, macOS, and Android as well. This is what convergent means for KDE: use your favorite apps anywhere, on any system, on your work computer, mobile or even on your TV! And, remember: KDE’s apps, the Plasma desktop, Plasma Mobile, Plasma BigScreen and all the rest of KDE’s software are free and open source. No licensing, no hidden costs, no spying. Share them with your friends, install them at work, or use them in your school lab. It is your software to enjoy where and how you want. Full announcement and changelogs: https://kde.org/announcements/gear/21.04/
Diffstat (limited to 'Mk/Uses/kde.mk')
-rw-r--r--Mk/Uses/kde.mk14
1 files changed, 2 insertions, 12 deletions
diff --git a/Mk/Uses/kde.mk b/Mk/Uses/kde.mk
index a2c93779a7d7..0d246b528d18 100644
--- a/Mk/Uses/kde.mk
+++ b/Mk/Uses/kde.mk
@@ -83,12 +83,9 @@ KDE_FRAMEWORKS_VERSION?= 5.81.0
KDE_FRAMEWORKS_BRANCH?= stable
# Current KDE applications.
-KDE_APPLICATIONS_VERSION?= 20.12.3
-KDE_APPLICATIONS_SHLIB_VER?= 5.16.3
+KDE_APPLICATIONS_VERSION?= 21.04.0
+KDE_APPLICATIONS_SHLIB_VER?= 5.17.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.
-_KDE_APPLICATIONS_ATTIC_VERSION= 17.08.3
# Extended KDE universe applications.
CALLIGRA_VERSION?= 2.9.11
@@ -151,12 +148,6 @@ CPE_VENDOR?= kde
. if ${_KDE_CATEGORY:Mkde-applications}
PORTVERSION?= ${KDE_APPLICATIONS_VERSION}
-# Decide where the file lies on KDE's servers: Check whether the file lies in Attic
-. if ${KDE_APPLICATIONS_VERSION:R:R} <= ${_KDE_APPLICATIONS_ATTIC_VERSION:R:R}
-MASTER_SITES?= KDE/Attic/applications/${KDE_APPLICATIONS_VERSION}/src
-. elseif ${KDE_APPLICATIONS_VERSION:R} < 19.12
-MASTER_SITES?= KDE/${KDE_APPLICATIONS_BRANCH}/applications/${KDE_APPLICATIONS_VERSION}/src
-. else
MASTER_SITES?= KDE/${KDE_APPLICATIONS_BRANCH}/release-service/${KDE_APPLICATIONS_VERSION}/src
# Let bsd.port.mk create the plist-entries for the documentation.
# KDE Applications ports install their documentation to
@@ -172,7 +163,6 @@ USE_KDE+= doctools_build
# Further pass along a SHLIB_VER PLIST_SUB
PLIST_SUB+= KDE_APPLICATIONS_SHLIB_VER=${KDE_APPLICATIONS_SHLIB_VER} \
KDE_APPLICATIONS_VERSION_SHORT="${KDE_APPLICATIONS_VERSION:R:R}"
-. endif
DIST_SUBDIR?= KDE/release-service/${KDE_APPLICATIONS_VERSION}
. elif ${_KDE_CATEGORY:Mkde-plasma}
PORTVERSION?= ${KDE_PLASMA_VERSION}