git: 25a28147ff2b - main - x11-wm/swayfx: update to 0.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Feb 2025 22:56:21 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=25a28147ff2b06e6fcfee9825b7f01c1beb9101a
commit 25a28147ff2b06e6fcfee9825b7f01c1beb9101a
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2025-02-25 18:29:40 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2025-02-25 22:53:42 +0000
x11-wm/swayfx: update to 0.5
Changes: https://github.com/WillPower3309/swayfx/releases/tag/0.5
Reported by: GitHub (watch releases)
---
x11-wm/swayfx/Makefile | 9 ++++-----
x11-wm/swayfx/distinfo | 6 +++---
x11-wm/swayfx/files/patch-wlroots017 | 15 ---------------
3 files changed, 7 insertions(+), 23 deletions(-)
diff --git a/x11-wm/swayfx/Makefile b/x11-wm/swayfx/Makefile
index 2c0adb18a124..4fcb716c68f4 100644
--- a/x11-wm/swayfx/Makefile
+++ b/x11-wm/swayfx/Makefile
@@ -1,6 +1,5 @@
PORTNAME= sway
-DISTVERSION= 0.4
-PORTREVISION= 3
+DISTVERSION= 0.5
CATEGORIES= x11-wm wayland
PKGNAMESUFFIX= ${GH_PROJECT:S/${PORTNAME}//}
@@ -17,9 +16,10 @@ LIB_DEPENDS= libjson-c.so:devel/json-c \
libevdev.so:devel/libevdev \
libudev.so:devel/libudev-devd \
libpcre2-8.so:devel/pcre2 \
+ libdrm.so:graphics/libdrm \
libwayland-egl.so:graphics/wayland \
- libscenefx.so:x11-toolkits/scenefx \
- libwlroots-0.17.so:x11-toolkits/wlroots017 \
+ libscenefx-0.2.so:x11-toolkits/scenefx02 \
+ libwlroots-0.18.so:x11-toolkits/wlroots018 \
libinput.so:x11/libinput \
libxkbcommon.so:x11/libxkbcommon
@@ -52,7 +52,6 @@ SWAYBG_RUN_DEPENDS= swaybg:x11/swaybg
X11_USE= XORG=xcb
X11_LIB_DEPENDS= libxcb-icccm.so:x11/xcb-util-wm
-X11_MESON_ENABLED= xwayland
post-patch:
# Let @sample handle default files under etc/
diff --git a/x11-wm/swayfx/distinfo b/x11-wm/swayfx/distinfo
index 089378d565ac..88ef6125ec63 100644
--- a/x11-wm/swayfx/distinfo
+++ b/x11-wm/swayfx/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1714368823
-SHA256 (WillPower3309-swayfx-0.4_GH0.tar.gz) = fa164734a7b32fd82f31e54c407b147e92247ef275de9df4a87b6198a36f20e2
-SIZE (WillPower3309-swayfx-0.4_GH0.tar.gz) = 17603249
+TIMESTAMP = 1740508180
+SHA256 (WillPower3309-swayfx-0.5_GH0.tar.gz) = 68bff05a89da702bbca7df3c5c633a149cc59e9e8158c1bd60f0e9fe768f86b3
+SIZE (WillPower3309-swayfx-0.5_GH0.tar.gz) = 17594759
diff --git a/x11-wm/swayfx/files/patch-wlroots017 b/x11-wm/swayfx/files/patch-wlroots017
deleted file mode 100644
index 97de7a8a5379..000000000000
--- a/x11-wm/swayfx/files/patch-wlroots017
+++ /dev/null
@@ -1,15 +0,0 @@
-Run-time dependency wlroots found: NO (tried pkgconfig and cmake)
-
-meson.build:54:10: ERROR: Dependency "wlroots" not found, tried pkgconfig and cmake
-
---- meson.build.orig 2024-04-29 05:33:43 UTC
-+++ meson.build
-@@ -51,7 +51,7 @@ subproject(
- required: false,
- version: wlroots_version,
- )
--wlroots = dependency('wlroots', version: wlroots_version)
-+wlroots = dependency('wlroots-0.17', version: wlroots_version)
- wlroots_features = {
- 'xwayland': false,
- 'libinput_backend': false,