From: Matthieu Herrb Subject: update: wayland/wmenu 0.1.9 To: ports@openbsd.org Date: Tue, 5 Nov 2024 10:43:07 +0100 Update to wmenu 0.1.9 site changed, and a new wmenu-run binart has been added to simplify it's use. Will be needed by sway 0.10 ok ? Index: Makefile =================================================================== RCS file: /local/cvs/ports/wayland/wmenu/Makefile,v diff -u -p -u -r1.1.1.1 Makefile --- Makefile 7 Feb 2024 20:12:47 -0000 1.1.1.1 +++ Makefile 5 Nov 2024 08:23:17 -0000 @@ -1,8 +1,8 @@ COMMENT = dynamic menu for sway and wlroots based Wayland compositors -V = 0.1.6 +V = 0.1.9 DISTNAME = wmenu-${V} -SITES = https://git.sr.ht/~adnano/wmenu/ +SITES = https://codeberg.org/adnano/wmenu/ DISTFILES = wmenu-{archive/}${V}${EXTRACT_SUFX} CATEGORIES = wayland @@ -14,6 +14,8 @@ COMPILER = base-clang ports-gcc COMPILER_LANGS = c MODULES = devel/meson + +WRKDIST = ${WRKDIR}/wmenu BUILD_DEPENDS = textproc/scdoc \ wayland/wayland-protocols Index: distinfo =================================================================== RCS file: /local/cvs/ports/wayland/wmenu/distinfo,v diff -u -p -u -r1.1.1.1 distinfo --- distinfo 7 Feb 2024 20:12:47 -0000 1.1.1.1 +++ distinfo 5 Nov 2024 08:23:17 -0000 @@ -1,2 +1,2 @@ -SHA256 (wmenu-0.1.6.tar.gz) = BoRznmM5/61lYjOKS/Z+Kb8YaI0amw3fMbaTpk0p76w= -SIZE (wmenu-0.1.6.tar.gz) = 17447 +SHA256 (wmenu-0.1.9.tar.gz) = G0V9/b+EBHSKA22O5PqxhT1d0osTJTEyG3r8eOhbwc0= +SIZE (wmenu-0.1.9.tar.gz) = 20422 Index: patches/patch-meson_build =================================================================== RCS file: /local/cvs/ports/wayland/wmenu/patches/patch-meson_build,v diff -u -p -u -r1.1.1.1 patch-meson_build --- patches/patch-meson_build 7 Feb 2024 20:12:47 -0000 1.1.1.1 +++ patches/patch-meson_build 5 Nov 2024 08:23:17 -0000 @@ -22,7 +22,15 @@ Index: meson.build subdir('protocols') subdir('docs') -@@ -46,6 +49,7 @@ executable( +@@ -49,6 +52,7 @@ executable( + pango, + pangocairo, + rt, ++ epoll, + wayland_client, + wayland_protos, + xkbcommon, +@@ -72,6 +76,7 @@ executable( pango, pangocairo, rt, Index: pkg/PLIST =================================================================== RCS file: /local/cvs/ports/wayland/wmenu/pkg/PLIST,v diff -u -p -u -r1.1.1.1 PLIST --- pkg/PLIST 7 Feb 2024 20:12:47 -0000 1.1.1.1 +++ pkg/PLIST 5 Nov 2024 08:23:17 -0000 @@ -1,3 +1,4 @@ @bin bin/wmenu +@bin bin/wmenu-run bin/wmenu_path @man man/man1/wmenu.1 -- Matthieu Herrb