vte3: update to 0.52.1.

Closes #13338.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-04-10 00:38:11 -03:00 committed by Enno Boland
parent 3191f75e39
commit f5bbd61784
1 changed files with 7 additions and 7 deletions

View File

@ -1,21 +1,21 @@
# Template build file for 'vte3'. # Template build file for 'vte3'.
pkgname=vte3 pkgname=vte3
version=0.52.0 version=0.52.1
revision=1 revision=1
wrksrc=vte-${version} wrksrc="vte-${version}"
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static configure_args="--disable-static
$(vopt_if gir '--enable-introspection --enable-vala' '--disable-introspection --disable-vala')" $(vopt_if gir '--enable-introspection --enable-vala' '--disable-introspection --disable-vala')"
hostmakedepends="pkg-config intltool glib-devel gnome-doc-utils hostmakedepends="glib-devel gnome-doc-utils gperf intltool pkg-config
$(vopt_if gir 'gobject-introspection vala-devel') gperf" $(vopt_if gir 'gobject-introspection vala-devel')"
makedepends="gtk+3-devel ncurses-devel gnutls-devel pcre2-devel" makedepends="gnutls-devel gtk+3-devel pcre2-devel"
depends="vte" depends="vte"
short_desc="Terminal widget with improved accessibility and I18N support" short_desc="Terminal widget with improved accessibility and I18N support"
maintainer="Enno Boland <gottox@voidlinux.eu>" maintainer="Enno Boland <gottox@voidlinux.eu>"
homepage="http://www.gnome.org"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
homepage="http://www.gnome.org"
distfiles="${GNOME_SITE}/vte/${version%.*}/vte-${version}.tar.xz" distfiles="${GNOME_SITE}/vte/${version%.*}/vte-${version}.tar.xz"
checksum=d5ae72dddd57af493afa10ca2a290f284e588021b0bd8aaaa63dbb75de7c0567 checksum=b0fd4c34905adcb77a1c8a2e4fc1677c79f1115aaea49705b9c8976523386ad3
# Suppress warnings as errors for NULL format strings (musl libc) # Suppress warnings as errors for NULL format strings (musl libc)
CXXFLAGS="-Wno-error=format=" CXXFLAGS="-Wno-error=format="