rofi: update to 0.15.2
This commit is contained in:
parent
45262ad0fc
commit
53e5c6d8a9
|
@ -1,21 +1,17 @@
|
|||
# Template file for 'rofi'
|
||||
pkgname=rofi
|
||||
version=0.15.1
|
||||
version=0.15.2
|
||||
revision=1
|
||||
hostmakedepends="automake pkg-config autoconf"
|
||||
makedepends="libX11-devel pango-devel libXinerama-devel libXft-devel"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="pango-devel libXinerama-devel libXft-devel"
|
||||
short_desc="A window switcher, run dialog and dmenu replacement"
|
||||
maintainer="Thomas Adam <thomas.adam22@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://davedavenport.github.io/rofi/"
|
||||
distfiles="https://github.com/DaveDavenport/rofi/archive/${version}.tar.gz"
|
||||
checksum=35de926df5f4fe03a7d62c78102c9b82820236f66c22cfcc987b6d388421d715
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
distfiles="https://github.com/DaveDavenport/rofi/releases/download/${version}/rofi-${version}.tar.xz"
|
||||
checksum=64bf088ea7448a8da61d368eb3dfa150b13ade91bc2e2d8c30915e863ea6505c
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
vlicense COPYING LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue