Page MenuHomeFreeBSD

x11/wmenu: New port
ClosedPublic

Authored by jrm on Mar 23 2023, 1:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 14 2024, 4:31 AM
Unknown Object (File)
Mar 14 2024, 4:31 AM
Unknown Object (File)
Mar 14 2024, 4:27 AM
Unknown Object (File)
Mar 14 2024, 4:27 AM
Unknown Object (File)
Mar 14 2024, 4:27 AM
Unknown Object (File)
Mar 10 2024, 9:28 PM
Unknown Object (File)
Jan 12 2024, 7:16 PM
Unknown Object (File)
Dec 4 2023, 3:35 PM
Subscribers

Details

Summary

wmenu is an efficient dynamic menu for Sway and wlroots based Wayland
compositors. It provides a Wayland-native dmenu replacement which
maintains the look and feel of dmenu. It requires wlr_layer_shell_v1
support.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jrm requested review of this revision.Mar 23 2023, 1:48 PM

Add missing period at the end of the COMMENT.

Err.. no. There shouldn't be a period at the end fo the COMMENT.

If it passes Poudriere, LGTM
I guess you could drop the It requires wlr_layer_shell_v1 support. from pkg-descr

This revision is now accepted and ready to land.Mar 24 2023, 8:02 PM
jbeich added inline comments.
x11/wmenu/Makefile
8

Maybe replace Sway and wlroots with generic Wayland to match upstream project summary. It'd be similar to Alpine Linux package.

Note, wlr-layer-shell is also supported by Plasma and Mir, to be standardized as ext-layer-shell.

9

Maybe drop git. part as https://sr.ht/~adnano/wmenu/ also exists and makes it easy to find bug tracker ("tickets" tab). It'd be similar to Void Linux package.

This revision was automatically updated to reflect the committed changes.