FreeBSD Bugzilla – Attachment 240264 Details for
Bug 269693
x11/wmenu: new port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
wmenu 0.1.2
wmenu.patch (text/plain), 1.80 KB, created by
Oleh Hushchenkov
on 2023-02-19 19:49:05 UTC
(
hide
)
Description:
wmenu 0.1.2
Filename:
MIME Type:
Creator:
Oleh Hushchenkov
Created:
2023-02-19 19:49:05 UTC
Size:
1.80 KB
patch
obsolete
>diff --git a/x11/wmenu/Makefile b/x11/wmenu/Makefile >new file mode 100644 >index 000000000000..06a9ab0fa94d >--- /dev/null >+++ b/x11/wmenu/Makefile >@@ -0,0 +1,28 @@ >+PORTNAME= wmenu >+DISTVERSION= 0.1.2 >+CATEGORIES= x11 wayland >+MASTER_SITES= https://git.sr.ht/~adnano/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ >+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} >+ >+MAINTAINER= o.hushchenkov@gmail.com >+COMMENT= An efficient dynamic menu for Sway and wlroots based Wayland compositors >+WWW= https://git.sr.ht/~adnano/wmenu >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols >+ >+LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ >+ libwayland-client.so:graphics/wayland \ >+ libxkbcommon.so:x11/libxkbcommon \ >+ libcairo.so:graphics/cairo \ >+ libpango-1.0.so:x11-toolkits/pango >+ >+CPPFLAGS+= `pkg-config --cflags epoll-shim` >+LDFLAGS+= `pkg-config --libs epoll-shim` >+ >+USES= compiler:c11 meson pkgconfig >+WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} >+ >+.include <bsd.port.mk> >diff --git a/x11/wmenu/distinfo b/x11/wmenu/distinfo >new file mode 100644 >index 000000000000..caea43abeb0c >--- /dev/null >+++ b/x11/wmenu/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1676832055 >+SHA256 (wmenu-0.1.2.tar.gz) = 93944817a1d4c4d0dc26fa3d3c7e31b18365284967923dc0d042f80f4075d208 >+SIZE (wmenu-0.1.2.tar.gz) = 17188 >diff --git a/x11/wmenu/pkg-descr b/x11/wmenu/pkg-descr >new file mode 100644 >index 000000000000..d6d104842d29 >--- /dev/null >+++ b/x11/wmenu/pkg-descr >@@ -0,0 +1,2 @@ >+An efficient dynamic menu for Sway and wlroots based Wayland >+compositors (requires wlr_layer_shell_v1 support). >diff --git a/x11/wmenu/pkg-plist b/x11/wmenu/pkg-plist >new file mode 100644 >index 000000000000..340ffd2ea7f6 >--- /dev/null >+++ b/x11/wmenu/pkg-plist >@@ -0,0 +1,2 @@ >+bin/wmenu >+man/man1/wmenu.1.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 269693
:
240264
|
240842
|
241003