git: b814a1d922f0 - main - x11-toolkits/como: update to 0.3.0

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Thu, 10 Oct 2024 07:56:40 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b814a1d922f0ac97184902c2cf5a6cacf0de0475

commit b814a1d922f0ac97184902c2cf5a6cacf0de0475
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-10-09 12:19:16 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-10-10 07:55:42 +0000

    x11-toolkits/como: update to 0.3.0
    
    Changes:        https://github.com/winft/como/releases/tag/v0.3.0
    Reported by:    GitHub (watch releases)
---
 x11-toolkits/como/Makefile   | 5 ++---
 x11-toolkits/como/distinfo   | 6 +++---
 x11-toolkits/como/pkg-plist  | 2 --
 x11-wm/theseus-ship/Makefile | 2 ++
 4 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/x11-toolkits/como/Makefile b/x11-toolkits/como/Makefile
index a358a1b0718c..783a40fa7ad6 100644
--- a/x11-toolkits/como/Makefile
+++ b/x11-toolkits/como/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	como
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.2.0
-PORTREVISION=	1
+DISTVERSION=	0.3.0
 CATEGORIES=	x11-toolkits
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -19,7 +18,7 @@ BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto
 LIB_DEPENDS=	libepoxy.so:graphics/libepoxy \
 		libwayland-server.so:graphics/wayland \
 		libWraplandServer.so:graphics/wrapland \
-		libwlroots.so:x11-toolkits/wlroots017 \
+		libwlroots-0.18.so:x11-toolkits/wlroots \
 		libinput.so:x11/libinput \
 		libxkbcommon.so:x11/libxkbcommon \
 		libxcb-image.so:x11/xcb-util-image \
diff --git a/x11-toolkits/como/distinfo b/x11-toolkits/como/distinfo
index 71e6e2ef28b9..6a77c52ce8f0 100644
--- a/x11-toolkits/como/distinfo
+++ b/x11-toolkits/como/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1718820477
-SHA256 (winft-como-v0.2.0_GH0.tar.gz) = 24a43c5cb49760eb89f0414aa03f0007441fb2b8ef934e9ccb39af01646a27a9
-SIZE (winft-como-v0.2.0_GH0.tar.gz) = 4164563
+TIMESTAMP = 1728476356
+SHA256 (winft-como-v0.3.0_GH0.tar.gz) = 5a4c9b531bd2ccdad2a262e83f94d8cf585b6422280f5963cb5c6cc432ae031a
+SIZE (winft-como-v0.3.0_GH0.tar.gz) = 4159927
 SHA256 (325e41b02b58.patch) = 930ee700ce7d27c9fe4dd6aa0fb4771034ae0bad072b11323f99e8fd524bebf2
 SIZE (325e41b02b58.patch) = 1462
 SHA256 (d250e3a81b91.patch) = 7ed00b787c17b9bcbc33e94162b9281dd935e541b4b88f8ed2ebdf715f7db828
diff --git a/x11-toolkits/como/pkg-plist b/x11-toolkits/como/pkg-plist
index 224090cea56e..17eb4bcfdc47 100644
--- a/x11-toolkits/como/pkg-plist
+++ b/x11-toolkits/como/pkg-plist
@@ -895,8 +895,6 @@ share/kwin/effects/logout/contents/code/main.js
 share/kwin/effects/logout/metadata.json
 share/kwin/effects/maximize/contents/code/main.js
 share/kwin/effects/maximize/metadata.json
-share/kwin/effects/morphingpopups/contents/code/main.js
-share/kwin/effects/morphingpopups/metadata.json
 share/kwin/effects/scale/contents/code/main.js
 share/kwin/effects/scale/contents/config/main.xml
 share/kwin/effects/scale/contents/ui/config.ui
diff --git a/x11-wm/theseus-ship/Makefile b/x11-wm/theseus-ship/Makefile
index 77aefebe0245..620f6734e5eb 100644
--- a/x11-wm/theseus-ship/Makefile
+++ b/x11-wm/theseus-ship/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/winft/theseus-ship
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build with como-0.3.0
+
 LIB_DEPENDS=	libepoxy.so:graphics/libepoxy \
 		libwayland-server.so:graphics/wayland \
 		libWraplandServer.so:graphics/wrapland \