bemenu: updated to version 0.6.23

This commit is contained in:
John McQuah 2024-09-03 01:09:21 +00:00
parent 66d626215e
commit 191c48ef5b
4 changed files with 18 additions and 14 deletions

10
REPO
View File

@ -4,6 +4,7 @@ d:tagutil
d:python3-et_xmlfile
d:wildmidi
d:imv
d:zutty
d:fortune-mod
d:xournalpp
d:bogofilter
@ -75,6 +76,9 @@ f:6cd469da154425a748347cdd908280ed:imv/freeimagelite.patch
f:ffffb19b3f7adc7e90a78c0018a58739:imv/Pkgfile
f:f8607b6cf68f2eba028d7d1c3f71f8bd:imv/.footprint
f:2ba8d0699655ab9cda48d3f8180455c0:imv/.signature
f:df634d2bd6edcb53438d3891ba963564:zutty/Pkgfile
f:81a70eac86d1e832587197994cbaa2fc:zutty/.footprint
f:bf912a2536d8c5af65d446d4e11ac01b:zutty/.signature
f:017679266fb4234007ea9068a755a6a1:fortune-mod/Pkgfile
f:ec97a379952ab64db4f9ec2963df540f:fortune-mod/.footprint
f:b805ec30f0bf5689ff06a08168726c0f:fortune-mod/.signature
@ -91,9 +95,9 @@ f:a6245b9017406d3b07a58b6765c710f8:zathura-ps/.signature
f:0fdac145a3d89d40b633f6be785e46dd:webkitgtk-41/Pkgfile
f:9f16bcd0ba6dc75f9bc9e5a7e2406334:webkitgtk-41/.footprint
f:475b57601633e89d0088dbcb978e412f:webkitgtk-41/.signature
f:0fe9cdf6cea820f140989eda337a62d7:bemenu/Pkgfile
f:3a342908349766af434b8971c2606823:bemenu/.footprint
f:3c40784e7428230568950628237387c1:bemenu/.signature
f:77bd536bcc4b73f39de4561d5d41f3b1:bemenu/Pkgfile
f:aafce077437b4929ab9beb3491c85a61:bemenu/.footprint
f:65c657dd2f1363032f953336792fee04:bemenu/.signature
f:88ee4bece5d21c71d17bf3c93c8c4abc:python3-openpyxl/Pkgfile
f:e64bfa652d98067cb8c6f23d5c2baca5:python3-openpyxl/.footprint
f:09d8d30c2dbb701b6646801bfb134514:python3-openpyxl/.signature

View File

@ -7,7 +7,7 @@ drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/bemenu/
-rwxr-xr-x root/root usr/lib/bemenu/bemenu-renderer-curses.so
-rwxr-xr-x root/root usr/lib/libbemenu.so.0.6.21
lrwxrwxrwx root/root usr/lib/libbemenu.so.0 -> libbemenu.so.0.6.21
-rwxr-xr-x root/root usr/lib/libbemenu.so.0.6.23
lrwxrwxrwx root/root usr/lib/libbemenu.so.0 -> libbemenu.so.0.6.23
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/bemenu.pc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxDW/gRvDb2w5vkj2exEzPX77rhspDG8xX7i7zLlKM7CxQZ9NBXbAO0wIbx9piKvGmSCpUMuuhrw287yFKIofRg0=
SHA256 (Pkgfile) = 4116bfb65b45d2e590717b22fc51d562290794ddc99f57bbfc0d97cd712ebe0b
SHA256 (.footprint) = 77248678dde6bc79057c6160296261d3b8a1bced71bf2c3e7edb9b562eec4ddb
SHA256 (bemenu-0.6.21.tar.gz) = 854901e8d8aa45c20a284263e43d2d02c413d3b69bf2b854b5ed6d09117560ef
RWTTPlFarK9CxCcyJR0Pqc+HT/RM0fEbdYUC3mg5tRjdLPpwpSxdwY9s+KbBHnAyDadFOhK95EQ0OeDXWxJrQZ840cyU/3TcPAU=
SHA256 (Pkgfile) = 3f8360fd67ccf7290c2ff300cc4f9da45502b81ff8f670f860ba37173655835c
SHA256 (.footprint) = c9488c8df4e6ef09bf74ee6c72191851dd2445cc568a20b789d7f3af8ca8fd6d
SHA256 (bemenu-0.6.23.tar.gz) = 0e7878c3bf57e0e362efe89c59deddd33819cd62b980be7e0b7bb4da45478e44

View File

@ -1,11 +1,11 @@
# Description: dynamic menu library and client program inspired by dmenu with support for wayland compositors
# URL: https://github.com/Cloudef/bemenu/
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: pango wlroots
# Optional: xorg-libxinerama scdoc
# Depends on: pango
# Optional: xorg-libxinerama scdoc wayland-protocols
name=bemenu
version=0.6.21
version=0.6.23
release=1
source=(https://github.com/Cloudef/$name/archive/$version/$name-$version.tar.gz)
@ -13,9 +13,9 @@ build() {
TARGETS="clients curses"
BEMENU_INSTALL="install-bins install-libs install-include install-pkgconfig install-curses"
prt-get isinst xorg-xcb-util-renderutil && { TARGETS+=" x11"; BEMENU_INSTALL+=" install-x11"; }
prt-get isinst wayland && { TARGETS+=" wayland"; BEMENU_INSTALL+=" install-wayland"; }
prt-get isinst scdoc && { TARGETS+=" man"; BEMENU_INSTALL+=" install-man"; }
prt-get isinst xorg-libxinerama xorg-xcb-util-renderutil && { TARGETS+=" x11"; BEMENU_INSTALL+=" install-x11"; }
prt-get isinst wayland-protocols && { TARGETS+=" wayland"; BEMENU_INSTALL+=" install-wayland"; }
cd $name-$version
make PREFIX=/usr $TARGETS