mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
wmutils-core: update to 1.2.
This commit is contained in:
parent
d08f25ecd1
commit
fd63d62d5f
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wmutils-core'
|
# Template file for 'wmutils-core'
|
||||||
pkgname=wmutils-core
|
pkgname=wmutils-core
|
||||||
version=1.1
|
version=1.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname##*-}-${version}"
|
wrksrc="${pkgname##*-}-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
@ -10,7 +10,7 @@ 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=ba28171a109d893a592e0a5a8f5d7fef6e80eacb89a7b308009294a0e12c092b
|
checksum=b86348f2dbf0e518c2cc8c3c079d71b2542f041dc3c99ea5ac7be1368498b984
|
||||||
|
|
||||||
LDFLAGS="-lxcb"
|
LDFLAGS="-lxcb"
|
||||||
|
|
||||||
|
@ -18,3 +18,7 @@ pre_build() {
|
||||||
sed -i 's,/man,/share/man,' config.mk
|
sed -i 's,/man,/share/man,' config.mk
|
||||||
sed -i 's|@$(LD)|@$(CC)|g' Makefile
|
sed -i 's|@$(LD)|@$(CC)|g' Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue