aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-04-01 04:28:17 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-04-01 04:28:17 +0000
commitf6ab2929b874d087844a71f7121002cfe14def5e (patch)
tree437d29193ac15dc35d5f5bb1ca86af092c7cd7cb /Mk
parentb5900d54ac38a1ce424f48cc2436031528ced572 (diff)
downloadports-f6ab2929b874d087844a71f7121002cfe14def5e.tar.gz
ports-f6ab2929b874d087844a71f7121002cfe14def5e.zip
Update KDE Plasma Desktop to 5.18.4.1
Tuesday, 31 March 2020. Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.18.4. Plasma 5.18 was released in February 2020 with many feature refinements and new modules to complete the desktop experience. This release adds a month's worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include: * [Image Wallpaper] Fix thumbnail generation when model is reloaded in-flight. * [applets/systemtray] Clear item from shown/hidden list when disabling entry. * [GTK Config] Construct font style by hand instead of relying on Qt function. Changelog: https://kde.org/announcements/plasma-5.18.3-5.18.4-changelog
Notes
Notes: svn path=/head/; revision=530195
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/kde.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/Uses/kde.mk b/Mk/Uses/kde.mk
index 9378847dce98..8a9859e505d9 100644
--- a/Mk/Uses/kde.mk
+++ b/Mk/Uses/kde.mk
@@ -54,7 +54,7 @@ _KDE_RELNAME= KDE${_KDE_VERSION}
# === VERSIONS OF THE DIFFERENT COMPONENTS =====================================
# Current KDE desktop.
-KDE_PLASMA_VERSION?= 5.18.3
+KDE_PLASMA_VERSION?= 5.18.4.1
KDE_PLASMA_BRANCH?= stable
# Current KDE frameworks.
@@ -123,7 +123,7 @@ DIST_SUBDIR?= KDE/applications/${KDE_APPLICATIONS_VERSION}
. elif ${_KDE_CATEGORY:Mkde-plasma}
PORTVERSION?= ${KDE_PLASMA_VERSION}
PKGNAMEPREFIX?= plasma5-
-MASTER_SITES?= KDE/${KDE_PLASMA_BRANCH}/plasma/${KDE_PLASMA_VERSION}
+MASTER_SITES?= KDE/${KDE_PLASMA_BRANCH}/plasma/${KDE_PLASMA_VERSION:R}
DIST_SUBDIR?= KDE/plasma/${KDE_PLASMA_VERSION}
. elif ${_KDE_CATEGORY:Mkde-frameworks}
PORTVERSION?= ${KDE_FRAMEWORKS_VERSION}