mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
vte3: update to 0.56.1.
This commit is contained in:
parent
6eaadec6d2
commit
04536b5dc2
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'vte3'
|
# Template file for 'vte3'
|
||||||
pkgname=vte3
|
pkgname=vte3
|
||||||
version=0.56.0
|
version=0.56.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="vte-${version}"
|
wrksrc="vte-${version}"
|
||||||
build_style=gnu-configure
|
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"
|
license="GPL-3.0-or-later, LGPL-2.1-or-later, LGPL-3.0-or-later"
|
||||||
homepage="https://wiki.gnome.org/Apps/Terminal/VTE"
|
homepage="https://wiki.gnome.org/Apps/Terminal/VTE"
|
||||||
distfiles="${GNOME_SITE}/vte/${version%.*}/vte-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/vte/${version%.*}/vte-${version}.tar.xz"
|
||||||
checksum=5fab50e66b9d5bb7dfc6a1a9c334ed10d60b63f4a222f11281bba977ae11b7f0
|
checksum=02fa8ecc02a9332e47f486795494527b5687b3bd448e73e6b67285f2f326dc7c
|
||||||
|
|
||||||
# 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="
|
||||||
|
@ -27,7 +27,8 @@ build_options="gir vala"
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686-musl|x86_64-musl) build_options_default+=" gir vala" ;;
|
i686-musl|x86_64-musl) build_options_default+=" gir vala" ;;
|
||||||
*-musl) ;;
|
*-musl) ;;
|
||||||
*) build_options_default+=" gir vala" ;;
|
*) # build_options_default+=" gir vala"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue