vte3: update to 0.48.1
This commit is contained in:
parent
619f8ded9b
commit
9e53d8a7f8
|
@ -1,13 +1,13 @@
|
||||||
# Template build file for 'vte3'.
|
# Template build file for 'vte3'.
|
||||||
pkgname=vte3
|
pkgname=vte3
|
||||||
version=0.46.1
|
version=0.48.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="pkg-config intltool glib-devel gnome-doc-utils
|
||||||
$(vopt_if gir 'gobject-introspection vala-devel')"
|
$(vopt_if gir 'gobject-introspection vala-devel') gperf"
|
||||||
makedepends="gtk+3-devel ncurses-devel gnutls-devel pcre2-devel"
|
makedepends="gtk+3-devel ncurses-devel gnutls-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"
|
||||||
|
@ -15,7 +15,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="${GNOME_SITE}/vte/${version%.*}/vte-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/vte/${version%.*}/vte-${version}.tar.xz"
|
||||||
checksum=8800cf8bc259704a12ad1853fb0eb43bfe3857af15242e6fb9f2c3fd95b3f5c6
|
checksum=d3b7d6a13e6b850f3ea1c35af2746ef78039493ed4bb87cb7a36f29b260861f6
|
||||||
|
|
||||||
# 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="
|
||||||
|
|
Loading…
Reference in New Issue