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

View File

@ -1,22 +1,22 @@
# Template file for 'wmutils-core' # Template file for 'wmutils-core'
pkgname=wmutils-core pkgname=wmutils-core
version=1.2 version=1.4
revision=1 revision=1
wrksrc="${pkgname##*-}-${version}" wrksrc="${pkgname##*-}-${version}"
build_style=gnu-makefile build_style=gnu-makefile
makedepends="libxcb-devel" make_use_env=yes
makedepends="libxcb-devel xcb-util-devel"
short_desc="Set of window manipulation tools" short_desc="Set of window manipulation tools"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="ISC" license="ISC"
homepage="https://github.com/wmutils/core" homepage="https://github.com/wmutils/core"
distfiles="https://github.com/${pkgname%-*}/core/archive/v${version}.tar.gz" distfiles="https://github.com/${pkgname%-*}/core/archive/v${version}.tar.gz"
checksum=b86348f2dbf0e518c2cc8c3c079d71b2542f041dc3c99ea5ac7be1368498b984 checksum=44e16576b7f6e1f126c2cb249449ab7e10fd65289aff774ffaf27d2c15a7b2ba
LDFLAGS="-lxcb" post_extract() {
sed -i -e 's,/man,/share/man,' \
pre_build() { -e 's|CFLAGS =|CFLAGS +=|' \
sed -i 's,/man,/share/man,' config.mk -e 's|LDFLAGS =|LDFLAGS +=|' config.mk
sed -i 's|@$(LD)|@$(CC)|g' Makefile
} }
post_install() { post_install() {