mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
gtk: fix pkg-config version
This commit is contained in:
parent
44eb4a543a
commit
125ceaa0c0
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gtkd'
|
# Template file for 'gtkd'
|
||||||
pkgname=gtkd
|
pkgname=gtkd
|
||||||
version=3.8.4
|
version=3.8.4
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="GtkD-${version}"
|
wrksrc="GtkD-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
# The compiler used is ldc2 and our LDFLAGS make it fail to compile
|
# The compiler used is ldc2 and our LDFLAGS make it fail to compile
|
||||||
|
@ -24,6 +24,11 @@ homepage="https://gtkd.org"
|
||||||
distfiles="https://github.com/gtkd-developers/GtkD/archive/v${version}.tar.gz"
|
distfiles="https://github.com/gtkd-developers/GtkD/archive/v${version}.tar.gz"
|
||||||
checksum=5eddf26a999a0783a1518fe897925f8aff27005c7c72e84700668459f2d415c0
|
checksum=5eddf26a999a0783a1518fe897925f8aff27005c7c72e84700668459f2d415c0
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
#upstream has forgotten to update the version number...
|
||||||
|
sed 's/3.8.3/3.8.4/' -i GNUmakefile
|
||||||
|
}
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
make DC=ldc2 LDFLAGS='' test
|
make DC=ldc2 LDFLAGS='' test
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue