diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-10-18 02:06:42 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-10-18 02:06:42 +0800 |
commit | a9479c561cd6a289e584168f8d5ae3ac381d3006 (patch) | |
tree | 3377a5ed6fa362ac166fa085ac3646213434ec70 /Mk/Uses | |
parent | e89764772a78a07fa9ff91dc221edbf7ecee7e3c (diff) | |
download | freebsd-ports-gnome-a9479c561cd6a289e584168f8d5ae3ac381d3006.tar.gz freebsd-ports-gnome-a9479c561cd6a289e584168f8d5ae3ac381d3006.tar.zst freebsd-ports-gnome-a9479c561cd6a289e584168f8d5ae3ac381d3006.zip |
KDE Frameworks -- update to 5.63.0
KDE Frameworks are over 70 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well tested
libraries with friendly licensing terms. For an introduction see the KDE
Frameworks web page.
This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.
Announcement:
https://kde.org/announcements/kde-frameworks-5.63.0.php
PR: 241288
Exp-run by: antoine
Diffstat (limited to 'Mk/Uses')
-rw-r--r-- | Mk/Uses/kde.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mk/Uses/kde.mk b/Mk/Uses/kde.mk index 4d2eb8748af7..f439fbe63196 100644 --- a/Mk/Uses/kde.mk +++ b/Mk/Uses/kde.mk @@ -58,7 +58,7 @@ KDE_PLASMA_VERSION?= 5.17.0 KDE_PLASMA_BRANCH?= stable # Current KDE frameworks. -KDE_FRAMEWORKS_VERSION?= 5.62.0 +KDE_FRAMEWORKS_VERSION?= 5.63.0 KDE_FRAMEWORKS_BRANCH?= stable # Current KDE applications. @@ -196,7 +196,7 @@ _USE_FRAMEWORKS_TIER3= activities activities-stats baloo5 bookmarks configwidget people plasma-framework purpose runner service texteditor \ textwidgets wallet xmlgui xmlrpcclient -_USE_FRAMEWORKS_TIER4= frameworkintegration +_USE_FRAMEWORKS_TIER4= frameworkintegration calendarcore contacts # Porting Aids frameworks provide code and utilities to ease the transition from # kdelibs 4 to KDE Frameworks 5. Code should aim to port away from this framework, @@ -618,13 +618,13 @@ kde-blog_LIB= libKF5Blog.so kde-calendarsupport_PORT= net/calendarsupport kde-calendarsupport_LIB= libKF5CalendarSupport.so -kde-calendarcore_PORT= net/kcalcore +kde-calendarcore_PORT= net/kf5-kcalendarcore kde-calendarcore_LIB= libKF5CalendarCore.so kde-calendarutils_PORT= net/kcalutils kde-calendarutils_LIB= libKF5CalendarUtils.so -kde-contacts_PORT= net/kcontacts +kde-contacts_PORT= net/kf5-kcontacts kde-contacts_LIB= libKF5Contacts.so kde-eventviews_PORT= net/eventviews |