diff options
| author | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
|---|---|---|
| committer | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
| commit | c82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch) | |
| tree | 56d864b5a5c6c145edd96178ae219a8f90e191a6 /opt/wmenu | |
| download | ports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz | |
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'opt/wmenu')
| -rw-r--r-- | opt/wmenu/.footprint | 8 | ||||
| -rw-r--r-- | opt/wmenu/.signature | 6 | ||||
| -rw-r--r-- | opt/wmenu/MAKEPKG | 34 |
3 files changed, 48 insertions, 0 deletions
diff --git a/opt/wmenu/.footprint b/opt/wmenu/.footprint new file mode 100644 index 0000000..884dff7 --- /dev/null +++ b/opt/wmenu/.footprint @@ -0,0 +1,8 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/wmenu +-rwxr-xr-x root/root usr/bin/wmenu-run +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/wmenu.1.gz diff --git a/opt/wmenu/.signature b/opt/wmenu/.signature new file mode 100644 index 0000000..b9f3905 --- /dev/null +++ b/opt/wmenu/.signature @@ -0,0 +1,6 @@ +RWTZ9IduCSQ/mNZ9eOVByAxvaZKZmGJY0HEUMAFYpIvBhDHEujWObuHjNmIeWAKL1OA3eg4DwXoW+A908EcHeSIv7UTVOKKMoQ0= + +SHA256 (MAKEPKG) = acb0a202e36056fb0ade7feaac98c45c90157958a115b222dc66a0709837d1a0 +SHA256 (.footprint) = d56bb1fe66d80cc536aed21d2e3781e7eac8339ae5b0f4f18b46fba27d5e030c +SHA256 (0.2.0.tar.gz) = b1b593a80310085a90bd349d458ffbcfacf875d74468ae4428bdf5692a671ef9 +SHA256 (wmenu#0.2.0-1.pkg.tar.gz) = c6cd1e80cda12aea250cca39f5731d1876d85119ee0facfbcbf51b70f868c963 diff --git a/opt/wmenu/MAKEPKG b/opt/wmenu/MAKEPKG new file mode 100644 index 0000000..01b0a9f --- /dev/null +++ b/opt/wmenu/MAKEPKG @@ -0,0 +1,34 @@ +#!/bin/mkpkg +# description: Dynamic menu for Wayland +# url: https://codeberg.org/adnano/wmenu + +name=wmenu +version=0.2.0 +release=1 +depends=(wayland wayland-protocols cairo pango libxkbcommon scdoc) +source=(https://codeberg.org/adnano/wmenu/archive/$version.tar.gz) +sha256sums=( + "b1b593a80310085a90bd349d458ffbcfacf875d74468ae4428bdf5692a671ef9" +) + +build() { + cd $name + + meson setup build \ + --prefix=/usr \ + --buildtype=plain \ + --wrap-mode=nodownload \ + -D b_lto=true \ + -D b_pie=true \ + -D werror=false + + meson compile -C build + DESTDIR=$PKG meson install -C build +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh |
