aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authortcberner <tcberner@FreeBSD.org>2016-12-19 23:56:24 +0800
committertcberner <tcberner@FreeBSD.org>2016-12-19 23:56:24 +0800
commitc831a6df1377c428af0a4897a18d74667137c8a1 (patch)
treec49f526ed0177f76ace45c2c6ec3fd112bf423e7 /Mk
parentc9280846d29948a037bfbd945e498fe7c5029719 (diff)
downloadfreebsd-ports-gnome-c831a6df1377c428af0a4897a18d74667137c8a1.tar.gz
freebsd-ports-gnome-c831a6df1377c428af0a4897a18d74667137c8a1.tar.zst
freebsd-ports-gnome-c831a6df1377c428af0a4897a18d74667137c8a1.zip
Update KDE Frameworks to 5.29.0
Release notes: https://www.kde.org/announcements/kde-frameworks-5.29.0.php New ports: * textproc/kf5-syntax-highlighting (new in 5.28.0) * graphics/kf5-prison (new in 5.29.0) Fixes: * kf5-kservice: Move applications.menu to kf5-applications.menu to stop conflicting with kdelibs4. * Define conflicts in the kde4-l10n ports (debian does the same). * kf5-kapidox: Fix with python3 Thanks to Matthew Rezny <matthew@reztek.cz> for looking at the conflicts in 214528, and Dima Panov (fluffy@) for the python3 fix. PR: 214528 Reviewed by: rakuco, mat Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8776
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/kde.mk13
1 files changed, 9 insertions, 4 deletions
diff --git a/Mk/Uses/kde.mk b/Mk/Uses/kde.mk
index 39531eae788f..4cb9993e3f1d 100644
--- a/Mk/Uses/kde.mk
+++ b/Mk/Uses/kde.mk
@@ -65,7 +65,7 @@ KDE4_APPLICATIONS_VERSION?= 15.04.3
KDE4_BRANCH?= stable
# Current KDE desktop.
-KDE_FRAMEWORKS_VERSION?= 5.27.0
+KDE_FRAMEWORKS_VERSION?= 5.29.0
KDE_FRAMEWORKS_BRANCH?= stable
# Extended KDE universe applications.
@@ -189,10 +189,9 @@ _USE_KDE4_ALL+= akonadi attica automoc4 ontologies qimageblitz soprano \
# that our list of frameworks matches the structure offered upstream.
_USE_FRAMEWORKS_TIER1= apidox archive attica5 breeze-icons codecs config \
coreaddons dbusaddons dnssd i18n idletime itemmodels \
- itemviews oxygen-icons5 plotting solid sonnet \
- threadweaver widgetsaddons windowsystem
+ itemviews oxygen-icons5 plotting prison solid sonnet \
+ syntaxhighlighting threadweaver widgetsaddons windowsystem
# NOT LISTED TIER1: modemmanagerqt networkmanagerqt (not applicable)
-# NOT LISTED TIER1: syntaxhighlighting (new in 5.28)
# NOT LISTED TIER1: wayland (needs graphics/wayland)
_USE_FRAMEWORKS_TIER2= auth completion crash doctools filemetadata5 \
@@ -528,6 +527,9 @@ plasma-framework_LIB= libKF5Plasma.so
plotting_PORT= graphics/kf5-kplotting
plotting_LIB= libKF5Plotting.so
+prison_PORT= graphics/kf5-prison
+prison_LIB= libKF5Prison.so
+
pty_PORT= devel/kf5-kpty
pty_LIB= libKF5Pty.so
@@ -543,6 +545,9 @@ solid_LIB= libKF5Solid.so
sonnet_PORT= textproc/kf5-sonnet
sonnet_LIB= libKF5SonnetCore.so
+syntaxhighlighting_PORT= textproc/kf5-syntax-highlighting
+syntaxhighlighting_LIB= libKF5SyntaxHighlighting.so
+
texteditor_PORT= devel/kf5-ktexteditor
texteditor_LIB= libKF5TextEditor.so