diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-06-09 23:47:33 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-06-09 23:47:33 +0800 |
commit | 21681a032b8d63603ec611586803055e719c5778 (patch) | |
tree | a38523be0a49cd8ad751534e7604f0c883634f08 /Mk/Uses | |
parent | 89ee69f5808586b3675774ef0021d190bcf421a9 (diff) | |
download | freebsd-ports-gnome-21681a032b8d63603ec611586803055e719c5778.tar.gz freebsd-ports-gnome-21681a032b8d63603ec611586803055e719c5778.tar.zst freebsd-ports-gnome-21681a032b8d63603ec611586803055e719c5778.zip |
Update KDE Plasma Desktop to 5.19.0
Tuesday, 9 June 2020.
Plasma 5.19 is out! If we gave alliterative names to Plasma releases, this one
could be "Polished Plasma". The effort developers have put into squashing bugs
and removing annoying papercuts has been immense.
In this release, we have prioritized making Plasma more consistent, correcting
and unifying designs of widgets and desktop elements; worked on giving you more
control over your desktop by adding configuration options to the System
Settings; and improved usability, making Plasma and its components easier to
use and an overall more pleasurable experience.
Read on to discover all the new features and improvements of Plasma 5.19…
Announcement:
https://kde.org/announcements/plasma-5.19.0
Diffstat (limited to 'Mk/Uses')
-rw-r--r-- | Mk/Uses/kde.mk | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Mk/Uses/kde.mk b/Mk/Uses/kde.mk index f5ab3dcbd545..131c4902de0d 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.5 +KDE_PLASMA_VERSION?= 5.19.0 KDE_PLASMA_BRANCH?= stable # Current KDE frameworks. @@ -194,7 +194,7 @@ _USE_FRAMEWORKS_TIER2= auth completion crash doctools \ _USE_FRAMEWORKS_TIER3= activities activities-stats baloo5 bookmarks configwidgets \ designerplugin emoticons globalaccel guiaddons \ iconthemes init kcmutils kdeclarative \ - kded kdesu kdewebkit kio newstuff notifyconfig parts \ + kded kdesu kdewebkit kio kwayland-server newstuff notifyconfig parts \ people plasma-framework purpose runner service texteditor \ textwidgets wallet xmlgui xmlrpcclient @@ -393,6 +393,12 @@ kde-kquickcharts_PATH= ${QT_QMLDIR}/org/kde/quickcharts/controls/libchartscontr kde-kross_PORT= lang/kf5-kross kde-kross_LIB= libKF5KrossCore.so +kde-kwayland-protocols_PORT= x11/plasma-kwayland-protocols +kde-kwayland-protocols_LIB= ${KDE_PREFIX}/lib/cmake/PlasmaWaylandProtocols/PlasmaWaylandProtocolsConfig.cmake + +kde-kwayland-server_PORT= x11/plasma5-kwayland-server +kde-kwayland-server_LIB= libKWaylandServer.so + kde-mediaplayer_PORT= multimedia/kf5-kmediaplayer kde-mediaplayer_LIB= libKF5MediaPlayer.so.5 @@ -523,7 +529,7 @@ kde-kgamma5_PORT= x11/plasma5-kgamma5 kde-kgamma5_PATH= ${QT_PLUGINDIR}/kcm_kgamma.so kde-kmenuedit_PORT= sysutils/plasma5-kmenuedit -kde-kmenuedit_LIB= libkdeinit5_kmenuedit.so +kde-kmenuedit_PATH= ${KDE_PREFIX}/bin/kmenuedit kde-kscreen_PORT= x11/plasma5-kscreen kde-kscreen_PATH= ${KDE_PREFIX}/bin/kscreen-console |