mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
rofi: update to 1.0.0.
This commit is contained in:
parent
f7575f80f9
commit
399a6896f8
1 changed files with 5 additions and 4 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'rofi'
|
# Template file for 'rofi'
|
||||||
pkgname=rofi
|
pkgname=rofi
|
||||||
version=0.15.12
|
version=1.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="i3-devel pango-devel libXinerama-devel libXft-devel startup-notification-devel"
|
makedepends="i3-devel pango-devel libXinerama-devel libXft-devel
|
||||||
|
startup-notification-devel libxkbcommon-devel xcb-util-wm-devel"
|
||||||
short_desc="A window switcher, run dialog and dmenu replacement"
|
short_desc="A 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://davedavenport.github.io/rofi/"
|
homepage="https://davedavenport.github.io/rofi/"
|
||||||
distfiles="https://github.com/DaveDavenport/rofi/releases/download/${version}/rofi-${version}.tar.xz"
|
distfiles="https://github.com/DaveDavenport/rofi/releases/download/${version}/rofi-${version}.tar.xz"
|
||||||
checksum=e942d865add1bf70423c536583945fcefa9fc45b17c3f222bc3cb56c692ddeed
|
checksum=a50a4cd76b90e6987451594dc3323dc01920faf18e22f54a756afa276f492d2b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING LICENSE
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue