git: 30d04dbe1100 - main - Uses/kde.mk: Hook networkmanagerqt into the framework
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 31 May 2025 17:53:06 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=30d04dbe1100aab8e638eb6915ee822b7fe6389e commit 30d04dbe1100aab8e638eb6915ee822b7fe6389e Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2025-05-31 17:40:57 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2025-05-31 17:52:54 +0000 Uses/kde.mk: Hook networkmanagerqt into the framework --- Mk/Uses/kde.mk | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Mk/Uses/kde.mk b/Mk/Uses/kde.mk index ba70acfacf22..123ac5df274f 100644 --- a/Mk/Uses/kde.mk +++ b/Mk/Uses/kde.mk @@ -274,7 +274,7 @@ PLIST_SUB+= KDE_APPLICATIONS_VERSION="${KDE_APPLICATIONS_VERSION}" \ _USE_PORTINGAIDS_ALL= js jsembed kdelibs4support khtml mediaplayer kross # List of components of the KDE Frameworks distribution. -# Not ported to FreeBSD: bluez-qt modemmanagerqt networkmanagerqt +# Not ported to FreeBSD: bluez-qt modemmanagerqt _USE_FRAMEWORKS5_ALL= activities activities-stats apidox archive attica \ auth baloo bookmarks breeze-icons calendarcore \ codecs completion config configwidgets contacts \ @@ -300,8 +300,8 @@ _USE_FRAMEWORKS6_ALL= apidox archive attica auth baloo bookmarks \ i18n iconthemes idletime itemmodels itemviews \ jobwidgets kcmutils kdav kdeclarative kded kdesu \ kimageformats kio kirigami2 kquickcharts newstuff \ - notifications notifyconfig package parts people \ - plasma-wayland-protocols plotting prison pty purpose \ + networkmanagerqt notifications notifyconfig package parts \ + people plasma-wayland-protocols plotting prison pty purpose \ qqc2-desktop-style runner service solid sonnet \ statusnotifieritem svg syndication \ syntaxhighlighting texteditor texttemplate \ @@ -536,6 +536,9 @@ kde-layer-shell-qt_LIB= libLayerShellQtInterface.so kde-mediaplayer_PORT= multimedia/kf${_KDE_VERSION}-kmediaplayer kde-mediaplayer_LIB= libKF${_KDE_VERSION}MediaPlayer.so.5 +kde-networkmanagerqt_PORT= net-mgmt/kf${_KDE_VERSION}-networkmanager-qt +kde-networkmanagerqt_LIB= libKF${_KDE_VERSION}NetworkManagerQt.so + kde-newstuff_PORT= devel/kf${_KDE_VERSION}-knewstuff kde-newstuff_LIB= libKF${_KDE_VERSION}NewStuffCore.so