unclutter-xfixes: update to 1.5.

This commit is contained in:
Duncaen 2018-12-17 16:21:22 +01:00
parent cbaefe3b85
commit ace49a0bf9

View file

@ -1,9 +1,10 @@
# Template file for 'unclutter-xfixes'
pkgname=unclutter-xfixes
version=1.4
version=1.5
revision=1
build_style=gnu-makefile
make_use_env=yes
make_install_args="LICENSEDIR=/usr/share/licenses/${pkgname}"
hostmakedepends="pkg-config asciidoc"
makedepends="libXfixes-devel libXi-devel libev-devel"
short_desc="Rewrite of the popular tool unclutter using the libXfixes"
@ -11,7 +12,7 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
license="MIT"
homepage="https://github.com/Airblader/unclutter-xfixes"
distfiles="https://github.com/Airblader/unclutter-xfixes/archive/v${version}.tar.gz"
checksum=f28cd690cfa184fddd3961dda49d14e114dccd5e70d9bac8ca5ebcd5124985b3
checksum=35c75ad24be989dd6708db1d9ce9b2a2f814b80638c0633cdb075c6df090ed11
conflicts="unclutter>=0"
pre_build() {
@ -19,7 +20,3 @@ pre_build() {
-e '/^.PHONY: $(TARGET)/d' \
-i Makefile
}
post_install() {
vlicense LICENSE
}