Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2024 07:07:33 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2e993e557717 - main - x11-wm/swayfx: update to 0.4
Message-ID:  <202404290707.43T77XKc016454@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

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

commit 2e993e5577175d379880779fb501ce14707c8b9a
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-04-29 05:33:43 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-04-29 07:06:25 +0000

    x11-wm/swayfx: update to 0.4
    
    Changes:        https://github.com/WillPower3309/swayfx/releases/tag/0.4
    Reported by:    GitHub (watch releases)
---
 x11-wm/swayfx/Makefile | 11 ++++-------
 x11-wm/swayfx/distinfo | 12 +++++-------
 2 files changed, 9 insertions(+), 14 deletions(-)

diff --git a/x11-wm/swayfx/Makefile b/x11-wm/swayfx/Makefile
index 90a66f78e348..36a60fb95ae4 100644
--- a/x11-wm/swayfx/Makefile
+++ b/x11-wm/swayfx/Makefile
@@ -1,13 +1,11 @@
 PORTNAME=	sway
-DISTVERSION=	0.3.2
-PORTREVISION=	1
+DISTVERSION=	0.4
 CATEGORIES=	x11-wm wayland
 PKGNAMESUFFIX=	${GH_PROJECT:S/${PORTNAME}//}
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
 PATCHFILES+=	cd9d1038a822.patch:-p1 # https://github.com/swaywm/sway/pull/5090
-PATCHFILES+=	f98ca3ab7ca1.patch:-p1 # https://github.com/swaywm/sway/pull/5090
-PATCHFILES+=	c47aa61c6492.patch:-p1 # https://github.com/WillPower3309/swayfx/pull/209
+PATCHFILES+=	1f1c83e83a1a.patch:-p1 # https://github.com/swaywm/sway/pull/5090
 
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Sway, but with eye candy!
@@ -23,13 +21,13 @@ LIB_DEPENDS=	libjson-c.so:devel/json-c \
 		libudev.so:devel/libudev-devd \
 		libpcre2-8.so:devel/pcre2 \
 		libwayland-egl.so:graphics/wayland \
+		libscenefx.so:x11-toolkits/scenefx \
 		libwlroots.so:x11-toolkits/wlroots \
 		libinput.so:x11/libinput \
 		libxkbcommon.so:x11/libxkbcommon
 
-USES=		compiler:c11 gl gnome meson pkgconfig xorg
+USES=		compiler:c11 gnome meson pkgconfig xorg
 USE_GITHUB=	yes
-USE_GL=		egl glesv2
 USE_GNOME=	cairo pango
 USE_XORG=	pixman
 GH_ACCOUNT=	WillPower3309
@@ -68,5 +66,4 @@ post-patch:
 		-e '/project_version/s/@0@/${DISTVERSIONFULL}/' \
 		${WRKSRC}/meson.build
 
-.include "${.CURDIR:H:H}/x11-toolkits/wlroots016/override.mk"
 .include <bsd.port.mk>
diff --git a/x11-wm/swayfx/distinfo b/x11-wm/swayfx/distinfo
index 4c90c0c52c6c..9c53da70ed46 100644
--- a/x11-wm/swayfx/distinfo
+++ b/x11-wm/swayfx/distinfo
@@ -1,9 +1,7 @@
-TIMESTAMP = 1688699880
-SHA256 (WillPower3309-swayfx-0.3.2_GH0.tar.gz) = 05b5cdc2d25e9f05817556d7053c02f8b89c9ef629405fcba5b4d240d4fd0545
-SIZE (WillPower3309-swayfx-0.3.2_GH0.tar.gz) = 5684837
-SHA256 (c47aa61c6492.patch) = 243ae11c1c80ab428ca04c62e79ea140dd8d4cb9eb7e6c45dbb307ea8181d38b
-SIZE (c47aa61c6492.patch) = 1422
+TIMESTAMP = 1714368823
+SHA256 (WillPower3309-swayfx-0.4_GH0.tar.gz) = fa164734a7b32fd82f31e54c407b147e92247ef275de9df4a87b6198a36f20e2
+SIZE (WillPower3309-swayfx-0.4_GH0.tar.gz) = 17603249
 SHA256 (cd9d1038a822.patch) = 266891cbe27a67f81740879dbe39819e3bf0f17b681bdc93087ae05987c2f88d
 SIZE (cd9d1038a822.patch) = 8968
-SHA256 (f98ca3ab7ca1.patch) = b3a427b6edbf1c89bbf5fdeb5e3fc4c6708478e6d2031fcead87d29bf5c409fa
-SIZE (f98ca3ab7ca1.patch) = 2673
+SHA256 (1f1c83e83a1a.patch) = 59d24c7e69a871d92b65095c46fc994900440453064dd70ffc7de2f0ff728655
+SIZE (1f1c83e83a1a.patch) = 2701



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