From owner-svn-ports-head@freebsd.org Tue Mar 16 20:15:58 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D9A7356BDDA; Tue, 16 Mar 2021 20:15:58 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F0PgL1sFCz3LgR; Tue, 16 Mar 2021 20:15:58 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 32BB329F0B; Tue, 16 Mar 2021 20:15:58 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12GKFwtR029634; Tue, 16 Mar 2021 20:15:58 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12GKFwsc029633; Tue, 16 Mar 2021 20:15:58 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <202103162015.12GKFwsc029633@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Tue, 16 Mar 2021 20:15:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568609 - head/x11-wm/plasma5-kwin X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: head/x11-wm/plasma5-kwin X-SVN-Commit-Revision: 568609 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Mar 2021 20:15:58 -0000 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