mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
rofi: update to 1.7.9.1.
This commit is contained in:
parent
8d4dbf4d03
commit
88c2b93c68
1 changed files with 11 additions and 9 deletions
|
@ -2,25 +2,27 @@
|
|||
# XXX: ensure all compiled rofi plugins work with each version
|
||||
# xlocate 'usr/lib/rofi/.*.so' to find them
|
||||
pkgname=rofi
|
||||
version=1.7.8
|
||||
version=1.7.9.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="autoconf automake flex glib-devel pkg-config which"
|
||||
makedepends="libXinerama-devel librsvg-devel
|
||||
libxkbcommon-devel pango-devel startup-notification-devel xcb-util-keysyms-devel
|
||||
build_style=meson
|
||||
hostmakedepends="flex glib-devel pkg-config"
|
||||
makedepends="libXinerama-devel librsvg-devel libxkbcommon-devel
|
||||
pango-devel startup-notification-devel xcb-util-keysyms-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"
|
||||
maintainer="classabbyamp <void@placeviolette.net>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/davatorium/rofi"
|
||||
changelog="https://github.com/davatorium/rofi/releases"
|
||||
distfiles="https://github.com/davatorium/rofi/releases/download/${version}/rofi-${version}.tar.xz"
|
||||
checksum=2ad90a8c492e0b64202088e788795bf0b31ecfaa59fe7441ad263298d150655e
|
||||
# XXX: remove %.1 next release
|
||||
distfiles="https://github.com/davatorium/rofi/releases/download/${version%.1}/rofi-${version}.tar.xz"
|
||||
checksum=04c128f8c56f043cd229545285ee773322d0eafaffad100b8604338108c5f5ec
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||
makedepends+=" check-devel"
|
||||
configure_args+=" -Dcheck=enabled"
|
||||
else
|
||||
configure_args+=" --disable-check"
|
||||
configure_args+=" -Dcheck=disabled"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue