From 4c432d12bbb40a1c91963af26986002e9c388f29 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 16 Mar 2021 20:15:57 +0000 Subject: 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 --- x11-wm/plasma5-kwin/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11-wm') diff --git a/x11-wm/plasma5-kwin/Makefile b/x11-wm/plasma5-kwin/Makefile index a2dfc091977a..df793058e933 100644 --- a/x11-wm/plasma5-kwin/Makefile +++ b/x11-wm/plasma5-kwin/Makefile @@ -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 -- cgit v1.2.3