x11-wm/swayfx: update to 0.5

Changes:	https://github.com/WillPower3309/swayfx/releases/tag/0.5
Reported by:	GitHub (watch releases)
This commit is contained in:
Jan Beich 2025-02-25 19:29:40 +01:00
parent 0d316fecca
commit 25a28147ff
3 changed files with 7 additions and 23 deletions

View file

@ -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/

View file

@ -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

View file

@ -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,