wmutils-core: update to 1.2.

This commit is contained in:
Steve Prybylski 2015-11-08 08:01:29 -05:00
parent d08f25ecd1
commit fd63d62d5f

View file

@ -1,6 +1,6 @@
# Template file for 'wmutils-core'
pkgname=wmutils-core
version=1.1
version=1.2
revision=1
wrksrc="${pkgname##*-}-${version}"
build_style=gnu-makefile
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="ISC"
homepage="https://github.com/wmutils/core"
distfiles="https://github.com/${pkgname%-*}/core/archive/v${version}.tar.gz"
checksum=ba28171a109d893a592e0a5a8f5d7fef6e80eacb89a7b308009294a0e12c092b
checksum=b86348f2dbf0e518c2cc8c3c079d71b2542f041dc3c99ea5ac7be1368498b984
LDFLAGS="-lxcb"
@ -18,3 +18,7 @@ pre_build() {
sed -i 's,/man,/share/man,' config.mk
sed -i 's|@$(LD)|@$(CC)|g' Makefile
}
post_install() {
vlicense LICENSE
}