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