wmutils-core: update to 1.4.

This commit is contained in:
Michael Gehring 2017-07-01 09:18:22 +00:00
parent f6cb0c4741
commit 402601064f
1 changed files with 8 additions and 8 deletions

View File

@ -1,22 +1,22 @@
# Template file for 'wmutils-core'
pkgname=wmutils-core
version=1.2
version=1.4
revision=1
wrksrc="${pkgname##*-}-${version}"
build_style=gnu-makefile
makedepends="libxcb-devel"
make_use_env=yes
makedepends="libxcb-devel xcb-util-devel"
short_desc="Set of window manipulation tools"
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=b86348f2dbf0e518c2cc8c3c079d71b2542f041dc3c99ea5ac7be1368498b984
checksum=44e16576b7f6e1f126c2cb249449ab7e10fd65289aff774ffaf27d2c15a7b2ba
LDFLAGS="-lxcb"
pre_build() {
sed -i 's,/man,/share/man,' config.mk
sed -i 's|@$(LD)|@$(CC)|g' Makefile
post_extract() {
sed -i -e 's,/man,/share/man,' \
-e 's|CFLAGS =|CFLAGS +=|' \
-e 's|LDFLAGS =|LDFLAGS +=|' config.mk
}
post_install() {