Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2021 20:15:58 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r568609 - head/x11-wm/plasma5-kwin
Message-ID:  <202103162015.12GKFwsc029633@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Tue Mar 16 20:15:57 2021
New Revision: 568609
URL: https://svnweb.freebsd.org/changeset/ports/568609

Log:
  Switch KDE Plasma kwin (the WM & Compositor) to xwayland-devel
  
  This makes Plasma co-installable with sway and river and other
  Wayland-based compositors and makes life much easier for the
  folks working on Wayland bits, since then all the "current"
  compositors depend on the same wayland, rather than conflicting
  over xwayland vs. xwayland-devel.
  
  PR:		244016
  Submitted by:	jbeich
  Reported by:	jbeich

Modified:
  head/x11-wm/plasma5-kwin/Makefile

Modified: head/x11-wm/plasma5-kwin/Makefile
==============================================================================
--- head/x11-wm/plasma5-kwin/Makefile	Tue Mar 16 19:48:56 2021	(r568608)
+++ head/x11-wm/plasma5-kwin/Makefile	Tue Mar 16 20:15:57 2021	(r568609)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kwin
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11-wm kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
@@ -24,8 +25,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:x11-servers/xwayland
-RUN_DEPENDS=	Xwayland:x11-servers/xwayland
+		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



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