rofi: update to 1.7.9.1.

This commit is contained in:
classabbyamp 2025-05-19 11:03:19 -04:00
parent 8d4dbf4d03
commit 88c2b93c68
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -2,25 +2,27 @@
# XXX: ensure all compiled rofi plugins work with each version # XXX: ensure all compiled rofi plugins work with each version
# xlocate 'usr/lib/rofi/.*.so' to find them # xlocate 'usr/lib/rofi/.*.so' to find them
pkgname=rofi pkgname=rofi
version=1.7.8 version=1.7.9.1
revision=1 revision=1
build_style=gnu-configure build_style=meson
hostmakedepends="autoconf automake flex glib-devel pkg-config which" hostmakedepends="flex glib-devel pkg-config"
makedepends="libXinerama-devel librsvg-devel makedepends="libXinerama-devel librsvg-devel libxkbcommon-devel
libxkbcommon-devel pango-devel startup-notification-devel xcb-util-keysyms-devel pango-devel startup-notification-devel xcb-util-keysyms-devel
xcb-util-wm-devel xcb-util-xrm-devel xcb-util-cursor-devel" xcb-util-wm-devel xcb-util-xrm-devel xcb-util-cursor-devel"
checkdepends="check-devel"
short_desc="Window switcher, run dialog and dmenu replacement" short_desc="Window switcher, run dialog and dmenu replacement"
maintainer="classabbyamp <void@placeviolette.net>" maintainer="classabbyamp <void@placeviolette.net>"
license="MIT" license="MIT"
homepage="https://github.com/davatorium/rofi" homepage="https://github.com/davatorium/rofi"
changelog="https://github.com/davatorium/rofi/releases" changelog="https://github.com/davatorium/rofi/releases"
distfiles="https://github.com/davatorium/rofi/releases/download/${version}/rofi-${version}.tar.xz" # XXX: remove %.1 next release
checksum=2ad90a8c492e0b64202088e788795bf0b31ecfaa59fe7441ad263298d150655e distfiles="https://github.com/davatorium/rofi/releases/download/${version%.1}/rofi-${version}.tar.xz"
checksum=04c128f8c56f043cd229545285ee773322d0eafaffad100b8604338108c5f5ec
if [ "$XBPS_CHECK_PKGS" ]; then if [ "$XBPS_CHECK_PKGS" ]; then
makedepends+=" check-devel" configure_args+=" -Dcheck=enabled"
else else
configure_args+=" --disable-check" configure_args+=" -Dcheck=disabled"
fi fi
post_install() { post_install() {