gtkd: update to 3.8.4.

This commit is contained in:
maxice8 2018-11-24 02:18:21 -02:00 committed by maxice8
parent 44ae4451e3
commit 8ecf0e9c9b
1 changed files with 4 additions and 4 deletions

View File

@ -1,19 +1,19 @@
# Template file for 'gtkd' # Template file for 'gtkd'
pkgname=gtkd pkgname=gtkd
version=3.8.3 version=3.8.4
revision=3 revision=1
wrksrc="GtkD-${version}" wrksrc="GtkD-${version}"
build_style=gnu-makefile build_style=gnu-makefile
hostmakedepends="ldc pkg-config" hostmakedepends="ldc pkg-config"
makedepends="gstreamer1-devel gtksourceview-devel libpeas-devel librsvg-devel makedepends="gstreamer1-devel gtksourceview-devel libpeas-devel librsvg-devel
vte3-devel" vte3-devel"
short_desc="D bindings for GTK+3 and related libraries" short_desc="D bindings for GTK+3 and related libraries"
maintainer="Orphaned <orphan@voidlinux.eu>" maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
license="LGPL-3.0-or-later" license="LGPL-3.0-or-later"
homepage="https://gtkd.org" homepage="https://gtkd.org"
#changelog="https://gtkd.org/changelog.html" #changelog="https://gtkd.org/changelog.html"
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=7e0b2a10a4908b183ba842d54e9b1dc0761dcf316b65766f430010fe3bb95593 checksum=5eddf26a999a0783a1518fe897925f8aff27005c7c72e84700668459f2d415c0
make_build_args="LDFLAGS='' DC=ldc2" make_build_args="LDFLAGS='' DC=ldc2"
# 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
# so we define LDFLAGS to an empty string # so we define LDFLAGS to an empty string