vte3: update to 0.52.0.

Closes: #12449 [via git-merge-pr]
This commit is contained in:
maxice8 2018-03-12 21:26:06 -03:00 committed by Michael Aldridge
parent 627a264339
commit 65bfc80a84

View file

@ -1,6 +1,6 @@
# Template build file for 'vte3'.
pkgname=vte3
version=0.50.2
version=0.52.0
revision=1
wrksrc=vte-${version}
build_style=gnu-configure
@ -13,9 +13,9 @@ depends="vte"
short_desc="Terminal widget with improved accessibility and I18N support"
maintainer="Enno Boland <gottox@voidlinux.eu>"
homepage="http://www.gnome.org"
license="LGPL-2.1"
license="LGPL-2.1-or-later"
distfiles="${GNOME_SITE}/vte/${version%.*}/vte-${version}.tar.xz"
checksum=79dd316bfaff48f2fb74d066baae0d830e1f44436796fe410a57297e5c5f09cf
checksum=d5ae72dddd57af493afa10ca2a290f284e588021b0bd8aaaa63dbb75de7c0567
# Suppress warnings as errors for NULL format strings (musl libc)
CXXFLAGS="-Wno-error=format="