Download raw body.
[Update] wayland/foot 1.22
I arrived at a slightly different diff (didn't look into why there's differences)
but foot 1.22.3 seems to work ...
On 2025-05-07 12:14, yaydn@protonmail.com wrote:
>Here is wayland/foot 1.22.3 with the PLIST updates.
Index: Makefile
===================================================================
RCS file: /cvs/ports/wayland/foot/Makefile,v
diff -u -p -r1.10 Makefile
--- Makefile 24 Mar 2025 20:10:46 -0000 1.10
+++ Makefile 7 May 2025 20:05:48 -0000
@@ -1,7 +1,7 @@
COMMENT = fast, lightweight and minimalistic Wayland terminal emulator
DISTNAME = foot-${V}
-V = 1.21.0
+V = 1.22.3
SITES = https://codeberg.org/dnkl/foot/archive/
DISTFILES = foot-{}${V}${EXTRACT_SUFX}
Index: distinfo
===================================================================
RCS file: /cvs/ports/wayland/foot/distinfo,v
diff -u -p -r1.5 distinfo
--- distinfo 24 Mar 2025 20:10:46 -0000 1.5
+++ distinfo 7 May 2025 20:05:48 -0000
@@ -1,2 +1,2 @@
-SHA256 (foot-1.21.0.tar.gz) = uTsZaj+6uGZ4xUvmJ1V73HsfyAQtmbFMSnSxSfYLzVI=
-SIZE (foot-1.21.0.tar.gz) = 603572
+SHA256 (foot-1.22.3.tar.gz) = HJ8JwRnFskvRk0zlFecPQCt9GyxV+CGKFu3aom4/b7A=
+SIZE (foot-1.22.3.tar.gz) = 608285
Index: patches/patch-meson_build
===================================================================
RCS file: /cvs/ports/wayland/foot/patches/patch-meson_build,v
diff -u -p -r1.4 patch-meson_build
--- patches/patch-meson_build 24 Mar 2025 20:10:46 -0000 1.4
+++ patches/patch-meson_build 7 May 2025 20:05:48 -0000
@@ -30,7 +30,7 @@ Index: meson.build
link_with: [common]
)
-@@ -282,7 +284,7 @@ if get_option('b_pgo') == 'generate'
+@@ -283,7 +285,7 @@ if get_option('b_pgo') == 'generate'
'pgo',
'pgo/pgo.c',
wl_proto_src + wl_proto_headers,
@@ -39,10 +39,10 @@ Index: meson.build
link_with: pgolib,
)
endif
-@@ -315,7 +317,7 @@ executable(
+@@ -316,7 +318,7 @@ executable(
'user-notification.c', 'user-notification.h',
'wayland.c', 'wayland.h', 'shm-formats.h',
- wl_proto_src + wl_proto_headers, version,
+ srgb_funcs, wl_proto_src + wl_proto_headers, version,
- dependencies: [math, threads, libepoll, pixman, wayland_client, wayland_cursor, xkb, fontconfig, utf8proc,
+ dependencies: [math, stdthreads, libepoll, pixman, wayland_client, wayland_cursor, xkb, fontconfig, utf8proc,
tllist, fcft],
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/wayland/foot/pkg/PLIST,v
diff -u -p -r1.5 PLIST
--- pkg/PLIST 24 Mar 2025 20:10:46 -0000 1.5
+++ pkg/PLIST 7 May 2025 20:05:48 -0000
@@ -25,6 +25,7 @@ share/fish/vendor_completions.d/footclie
share/foot/
share/foot/themes/
share/foot/themes/aeroroot
+share/foot/themes/alacritty
share/foot/themes/apprentice
share/foot/themes/ayu-mirage
share/foot/themes/catppuccin-frappe
@@ -47,9 +48,11 @@ share/foot/themes/material-amber
share/foot/themes/material-design
share/foot/themes/modus-operandi
share/foot/themes/modus-vivendi
+share/foot/themes/molokai
share/foot/themes/monokai-pro
share/foot/themes/moonfly
share/foot/themes/neon
+share/foot/themes/night-owl
share/foot/themes/nightfly
share/foot/themes/noirblaze
share/foot/themes/nord
[Update] wayland/foot 1.22