mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
rofi: update to 1.5.4
This commit is contained in:
parent
f5d8af6f46
commit
6c81b5167f
1 changed files with 5 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'rofi'
|
# Template file for 'rofi'
|
||||||
pkgname=rofi
|
pkgname=rofi
|
||||||
version=1.5.3
|
version=1.5.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=gnu-configure
|
||||||
hostmakedepends="flex glib-devel pkg-config"
|
hostmakedepends="autoconf automake flex glib-devel pkg-config"
|
||||||
makedepends="check-devel libXinerama-devel librsvg-devel
|
makedepends="check-devel libXinerama-devel librsvg-devel
|
||||||
libxkbcommon-devel pango-devel startup-notification-devel
|
libxkbcommon-devel pango-devel startup-notification-devel
|
||||||
xcb-util-wm-devel xcb-util-xrm-devel"
|
xcb-util-wm-devel xcb-util-xrm-devel"
|
||||||
short_desc="A window switcher, run dialog and dmenu replacement"
|
short_desc="Window switcher, run dialog and dmenu replacement"
|
||||||
maintainer="Dave Davenport <qball@gmpclient.org>"
|
maintainer="Dave Davenport <qball@gmpclient.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/davatorium/rofi"
|
homepage="https://github.com/davatorium/rofi"
|
||||||
distfiles="https://github.com/davatorium/rofi/releases/download/${version}/rofi-${version}.tar.xz"
|
distfiles="https://github.com/davatorium/rofi/releases/download/${version}/rofi-${version}.tar.xz"
|
||||||
checksum=8a22fd59a7d8f51a557fa8897ec3659022cb55f221d813381f8f0ab585f2e878
|
checksum=91a502cc29f964b529cd6228dbe655e82ab4e69c9852d23a24d9c1efb1af54db
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue