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'
|
||||
pkgname=gtkd
|
||||
version=3.8.4
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="GtkD-${version}"
|
||||
build_style=gnu-makefile
|
||||
# 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"
|
||||
checksum=5eddf26a999a0783a1518fe897925f8aff27005c7c72e84700668459f2d415c0
|
||||
|
||||
pre_configure() {
|
||||
#upstream has forgotten to update the version number...
|
||||
sed 's/3.8.3/3.8.4/' -i GNUmakefile
|
||||
}
|
||||
|
||||
do_check() {
|
||||
make DC=ldc2 LDFLAGS='' test
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue