Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jul 2021 16:09:51 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: db140310bdde - main - x11-wm/plasma5-kwin: fix build after a31c989be86c
Message-ID:  <202107221609.16MG9po8096981@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=db140310bdde92074243d1bb2ee44efddc802864

commit db140310bdde92074243d1bb2ee44efddc802864
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2021-07-22 16:07:11 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2021-07-22 16:09:08 +0000

    x11-wm/plasma5-kwin: fix build after a31c989be86c
    
    The component for plasma-wayland-protocol was not expoesed by kde.mk
    but its variables were used directly in x11/plasma5-kwin.
    
    Fix this by switching to using the component properly.
    
    Reported by:    Yasuhiro Kimura <yasu@utahime.org>
    PR:             257339
---
 x11-wm/plasma5-kwin/Makefile | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/x11-wm/plasma5-kwin/Makefile b/x11-wm/plasma5-kwin/Makefile
index a888df48c653..6e6d90eb43ca 100644
--- a/x11-wm/plasma5-kwin/Makefile
+++ b/x11-wm/plasma5-kwin/Makefile
@@ -24,10 +24,8 @@ LIB_DEPENDS=	libXcursor.so:x11/libXcursor \
 		libxcb-keysyms.so:x11/xcb-util-keysyms \
 		libxkbcommon.so:x11/libxkbcommon
 BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:devel/evdev-proto \
-		xwayland-devel>0:x11-servers/xwayland-devel \
-		${kde-kwayland-protocols_LIB}:${kde-kwayland-protocols_PORT}
-RUN_DEPENDS=	xwayland-devel>0:x11-servers/xwayland-devel \
-		${kde-kwayland-protocols_LIB}:${kde-kwayland-protocols_PORT}
+		xwayland-devel>0:x11-servers/xwayland-devel
+RUN_DEPENDS=	xwayland-devel>0:x11-servers/xwayland-devel
 
 USES=		cmake compiler:c++11-lib cpe gettext gl gnome kde:5 pkgconfig python:3.5+,run \
 		qt:5 shebangfix tar:xz xorg
@@ -37,8 +35,8 @@ USE_KDE=	activities activities attica auth breeze codecs \
 		completion config configwidgets coreaddons crash decoration \
 		globalaccel i18n iconthemes idletime init \
 		jobwidgets kcmutils kdeclarative kio kscreenlocker \
-		newstuff notifications package plasma-framework runner service sonnet \
-		textwidgets widgetsaddons windowsystem xmlgui \
+		newstuff notifications package plasma-framework plasma-wayland-protocols runner\
+		service sonnet textwidgets widgetsaddons windowsystem xmlgui \
 		kwayland-integration kwayland-server wayland \
 		doctools_build ecm_build
 USE_LDCONFIG=	yes



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