rofi: update to 1.0.0.
This commit is contained in:
parent
f7575f80f9
commit
399a6896f8
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'rofi'
|
||||
pkgname=rofi
|
||||
version=0.15.12
|
||||
version=1.0.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
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"
|
||||
maintainer="Dave Davenport <qball@gmpclient.org>"
|
||||
license="MIT"
|
||||
homepage="https://davedavenport.github.io/rofi/"
|
||||
distfiles="https://github.com/DaveDavenport/rofi/releases/download/${version}/rofi-${version}.tar.xz"
|
||||
checksum=e942d865add1bf70423c536583945fcefa9fc45b17c3f222bc3cb56c692ddeed
|
||||
checksum=a50a4cd76b90e6987451594dc3323dc01920faf18e22f54a756afa276f492d2b
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING LICENSE
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue