Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jul 2021 13:39:20 GMT
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a31c989be86c - main - kde.mk: fix component for x11/plasma-wayland-protocols and make accessible
Message-ID:  <202107221339.16MDdKLY096092@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a31c989be86c0896a98932337a3a4c1c57fa5080

commit a31c989be86c0896a98932337a3a4c1c57fa5080
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2021-07-22 13:33:25 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2021-07-22 13:39:10 +0000

    kde.mk: fix component for x11/plasma-wayland-protocols and make accessible
---
 Mk/Uses/kde.mk | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/Mk/Uses/kde.mk b/Mk/Uses/kde.mk
index 3cdcb30c0427..9d82d37551e5 100644
--- a/Mk/Uses/kde.mk
+++ b/Mk/Uses/kde.mk
@@ -255,7 +255,8 @@ _USE_FRAMEWORKS_ALL=	ecm \
 			${_USE_FRAMEWORKS_TIER4} \
 			${_USE_FRAMEWORKS_PORTING} \
 			${_USE_FRAMEWORKS_EXTRA} \
-			kpublictransport kosm
+			kpublictransport kosm \
+			plasma-wayland-protocols
 
 # List of components of the KDE Plasma distribution.
 _USE_PLASMA_ALL=	activitymanagerd breeze breeze-gtk \
@@ -436,9 +437,6 @@ 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-wayland-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
 
@@ -473,6 +471,9 @@ kde-people_LIB=			libKF5People.so
 kde-plasma-framework_PORT=	x11/kf5-plasma-framework
 kde-plasma-framework_LIB=	libKF5Plasma.so
 
+kde-plasma-wayland-protocols_PORT=	x11/plasma-wayland-protocols
+kde-plasma-wayland-protocols_PATH=	${KDE_PREFIX}/lib/cmake/PlasmaWaylandProtocols/PlasmaWaylandProtocolsConfig.cmake
+
 kde-plotting_PORT=		graphics/kf5-kplotting
 kde-plotting_LIB=		libKF5Plotting.so
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107221339.16MDdKLY096092>