svn commit: r568609 - head/x11-wm/plasma5-kwin

Adriaan de Groot adridg at FreeBSD.org
Tue Mar 16 20:15:58 UTC 2021


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 at 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


More information about the svn-ports-head mailing list