mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
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:
parent
0d316fecca
commit
25a28147ff
3 changed files with 7 additions and 23 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= sway
|
PORTNAME= sway
|
||||||
DISTVERSION= 0.4
|
DISTVERSION= 0.5
|
||||||
PORTREVISION= 3
|
|
||||||
CATEGORIES= x11-wm wayland
|
CATEGORIES= x11-wm wayland
|
||||||
PKGNAMESUFFIX= ${GH_PROJECT:S/${PORTNAME}//}
|
PKGNAMESUFFIX= ${GH_PROJECT:S/${PORTNAME}//}
|
||||||
|
|
||||||
|
@ -17,9 +16,10 @@ LIB_DEPENDS= libjson-c.so:devel/json-c \
|
||||||
libevdev.so:devel/libevdev \
|
libevdev.so:devel/libevdev \
|
||||||
libudev.so:devel/libudev-devd \
|
libudev.so:devel/libudev-devd \
|
||||||
libpcre2-8.so:devel/pcre2 \
|
libpcre2-8.so:devel/pcre2 \
|
||||||
|
libdrm.so:graphics/libdrm \
|
||||||
libwayland-egl.so:graphics/wayland \
|
libwayland-egl.so:graphics/wayland \
|
||||||
libscenefx.so:x11-toolkits/scenefx \
|
libscenefx-0.2.so:x11-toolkits/scenefx02 \
|
||||||
libwlroots-0.17.so:x11-toolkits/wlroots017 \
|
libwlroots-0.18.so:x11-toolkits/wlroots018 \
|
||||||
libinput.so:x11/libinput \
|
libinput.so:x11/libinput \
|
||||||
libxkbcommon.so:x11/libxkbcommon
|
libxkbcommon.so:x11/libxkbcommon
|
||||||
|
|
||||||
|
@ -52,7 +52,6 @@ SWAYBG_RUN_DEPENDS= swaybg:x11/swaybg
|
||||||
|
|
||||||
X11_USE= XORG=xcb
|
X11_USE= XORG=xcb
|
||||||
X11_LIB_DEPENDS= libxcb-icccm.so:x11/xcb-util-wm
|
X11_LIB_DEPENDS= libxcb-icccm.so:x11/xcb-util-wm
|
||||||
X11_MESON_ENABLED= xwayland
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
# Let @sample handle default files under etc/
|
# Let @sample handle default files under etc/
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1714368823
|
TIMESTAMP = 1740508180
|
||||||
SHA256 (WillPower3309-swayfx-0.4_GH0.tar.gz) = fa164734a7b32fd82f31e54c407b147e92247ef275de9df4a87b6198a36f20e2
|
SHA256 (WillPower3309-swayfx-0.5_GH0.tar.gz) = 68bff05a89da702bbca7df3c5c633a149cc59e9e8158c1bd60f0e9fe768f86b3
|
||||||
SIZE (WillPower3309-swayfx-0.4_GH0.tar.gz) = 17603249
|
SIZE (WillPower3309-swayfx-0.5_GH0.tar.gz) = 17594759
|
||||||
|
|
|
@ -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,
|
|
Loading…
Add table
Reference in a new issue