bemenu: 0.6.15 -> 0.6.16

This commit is contained in:
John McQuah 2023-09-08 20:00:04 -04:00
parent dba81e7f64
commit c3f23cd4a6
3 changed files with 11 additions and 9 deletions

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.15
-rwxr-xr-x root/root usr/lib/libbemenu.so.0.6.16
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/bemenu.pc
drwxr-xr-x root/root usr/share/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxEeJ4ENb74b9qxhXJjLz0Xklohr04+CaZzARWKXRuDshgeq1FleVK896Xoln90vb7ruKdJMHBqfIIiHZNtEorwk=
SHA256 (Pkgfile) = 7d67698f744c3d122b185f152599289a3700bc1a7712380d23403e120d48b644
SHA256 (.footprint) = 94e572cd09eb88c8f0abe561de1ae3f1c4890fb799ba0685c8e8685a3c8a619a
SHA256 (bemenu-0.6.15.tar.gz) = abad9656b194ac511fd87d3d3ab4b155957fc4e402e76082c7fbefa6e84dad75
RWTTPlFarK9CxBOJXR2ibl7qCxWsjjOh5fGNeO4ZuuaL4rjt3hw0pndWmNpb2CnfRAFwXb5E62mIULrsKGbdafn73Kt3CVLZXww=
SHA256 (Pkgfile) = 6344a45837f21277767c4a335a8286084cfdc0183da79cc01855391ac6492ff8
SHA256 (.footprint) = 5ca22813c32eba457ad0881cab32caa62a6ad83f22087dd1047a05b84305c504
SHA256 (bemenu-0.6.16.tar.gz) = ccf9de47171e0d18a20a28f8460ad1360724b9dd47be346084557bd38abd33aa

View File

@ -5,15 +5,17 @@
# Optional: xorg-libxinerama
name=bemenu
version=0.6.15
version=0.6.16
release=1
source=(https://github.com/Cloudef/bemenu/archive/$version/$name-$version.tar.gz)
source=(https://github.com/Cloudef/$name/archive/$version/$name-$version.tar.gz)
build() {
TARGETS="clients curses man"
BEMENU_INSTALL="install-bins install-libs install-man 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 xorg-xcb-util-renderutil && { TARGETS+=" x11"; BEMENU_INSTALL+=" install-x11"; }
prt-get isinst wayland && { TARGETS+=" wayland"; BEMENU_INSTALL+=" install-wayland"; }
cd $name-$version
make PREFIX=/usr $TARGETS
make PREFIX=/usr DESTDIR=$PKG ${BEMENU_INSTALL}