wmutils-core: update to 1.1.
This commit is contained in:
parent
39f727329e
commit
f4b038eb60
1 changed files with 8 additions and 6 deletions
|
@ -1,18 +1,20 @@
|
|||
# Template file for 'wmutils-core'
|
||||
pkgname=wmutils-core
|
||||
version=1.0
|
||||
revision=2
|
||||
makedepends="libxcb-devel"
|
||||
version=1.1
|
||||
revision=1
|
||||
wrksrc="${pkgname##*-}-${version}"
|
||||
build_style=gnu-makefile
|
||||
makedepends="libxcb-devel"
|
||||
short_desc="Set of window manipulation tools"
|
||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||
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=370d1149ef1362daab4da86e96b90f316b111826711a906566d3cbbcb2297683
|
||||
wrksrc="${pkgname##*-}-${version}"
|
||||
checksum=ba28171a109d893a592e0a5a8f5d7fef6e80eacb89a7b308009294a0e12c092b
|
||||
|
||||
LDFLAGS="-lxcb"
|
||||
|
||||
pre_build() {
|
||||
sed -i 's,/man,/share/man,' config.mk
|
||||
sed -i 's|@$(LD)|@$(CC)|g' Makefile
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue