vte3: update to 0.56.1.
This commit is contained in:
parent
6eaadec6d2
commit
04536b5dc2
@ -1,6 +1,6 @@
|
||||
# Template file for 'vte3'
|
||||
pkgname=vte3
|
||||
version=0.56.0
|
||||
version=0.56.1
|
||||
revision=1
|
||||
wrksrc="vte-${version}"
|
||||
build_style=gnu-configure
|
||||
@ -16,7 +16,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-3.0-or-later, LGPL-2.1-or-later, LGPL-3.0-or-later"
|
||||
homepage="https://wiki.gnome.org/Apps/Terminal/VTE"
|
||||
distfiles="${GNOME_SITE}/vte/${version%.*}/vte-${version}.tar.xz"
|
||||
checksum=5fab50e66b9d5bb7dfc6a1a9c334ed10d60b63f4a222f11281bba977ae11b7f0
|
||||
checksum=02fa8ecc02a9332e47f486795494527b5687b3bd448e73e6b67285f2f326dc7c
|
||||
|
||||
# Suppress warnings as errors for NULL format strings (musl libc)
|
||||
CXXFLAGS="-Wno-error=format="
|
||||
@ -27,7 +27,8 @@ build_options="gir vala"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686-musl|x86_64-musl) build_options_default+=" gir vala" ;;
|
||||
*-musl) ;;
|
||||
*) build_options_default+=" gir vala" ;;
|
||||
*) # build_options_default+=" gir vala"
|
||||
;;
|
||||
esac
|
||||
|
||||
pre_build() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user