Page MenuHomeFreeBSD

x11/wmenu: New port
ClosedPublic

Authored by jrm on Mar 23 2023, 1:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 13, 11:50 AM
Unknown Object (File)
Tue, Nov 12, 10:02 AM
Unknown Object (File)
Mon, Nov 11, 8:49 AM
Unknown Object (File)
Mon, Nov 11, 7:18 AM
Unknown Object (File)
Mon, Nov 11, 5:59 AM
Unknown Object (File)
Mon, Nov 11, 5:59 AM
Unknown Object (File)
Mon, Nov 11, 5:59 AM
Unknown Object (File)
Mon, Nov 11, 5:57 AM
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
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 50543
Build 47434: arc lint + arc unit

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.