Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157396023
D39230.id119338.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D39230.id119338.diff
View Options
Index: x11/Makefile
===================================================================
--- x11/Makefile
+++ x11/Makefile
@@ -430,6 +430,7 @@
SUBDIR += wmcliphist
SUBDIR += wmctrl
SUBDIR += wmdrawer
+ SUBDIR += wmenu
SUBDIR += wmfocus
SUBDIR += wmsystemtray
SUBDIR += wmutils-core
Index: x11/wmenu/Makefile
===================================================================
--- /dev/null
+++ x11/wmenu/Makefile
@@ -0,0 +1,28 @@
+PORTNAME= wmenu
+DISTVERSION= 0.1.3
+CATEGORIES= x11 wayland
+MASTER_SITES= https://git.sr.ht/~adnano/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
+
+MAINTAINER= o.hushchenkov@gmail.com
+COMMENT= Efficient dynamic menu for Sway and wlroots
+WWW= https://git.sr.ht/~adnano/wmenu
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= scdoc:textproc/scdoc \
+ wayland-protocols>0:graphics/wayland-protocols
+LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \
+ libwayland-client.so:graphics/wayland \
+ libxkbcommon.so:x11/libxkbcommon
+
+USES= compiler:c11 gnome meson pkgconfig
+USE_GNOME= cairo pango
+
+CPPFLAGS+= `pkg-config --cflags epoll-shim`
+LDFLAGS+= `pkg-config --libs epoll-shim`
+
+PLIST_FILES= bin/wmenu \
+ man/man1/wmenu.1.gz
+
+.include <bsd.port.mk>
Index: x11/wmenu/distinfo
===================================================================
--- /dev/null
+++ x11/wmenu/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1679577782
+SHA256 (wmenu-0.1.3.tar.gz) = 4d1f25b1787d1df203236373d19aec735178d46a3d92b6e0e65a0665dea6e1cb
+SIZE (wmenu-0.1.3.tar.gz) = 17214
Index: x11/wmenu/pkg-descr
===================================================================
--- /dev/null
+++ x11/wmenu/pkg-descr
@@ -0,0 +1,4 @@
+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.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 21, 11:27 PM (12 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33408815
Default Alt Text
D39230.id119338.diff (1 KB)
Attached To
Mode
D39230: x11/wmenu: New port
Attached
Detach File
Event Timeline
Log In to Comment