File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Template file for 'vte3'
22pkgname=vte3
3- version=0.76 .3
3+ version=0.78 .3
44revision=1
55build_style=meson
66build_helper="gir"
@@ -15,19 +15,23 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
1515license="GPL-3.0-or-later, LGPL-2.1-or-later, LGPL-3.0-or-later"
1616homepage="https://wiki.gnome.org/Apps/Terminal/VTE"
1717distfiles="${GNOME_SITE}/vte/${version%.*}/vte-${version}.tar.xz"
18- checksum=f678e94c056f377fd0021214adff5450cb172e9a08b160911181ddff7b7d5d60
18+ checksum=97e2ac3a27bc5755358a223f55f5a2518654aa0361bfc61a196c1c2e08798eff
1919
2020# Suppress warnings as errors for NULL format strings (musl libc)
2121CXXFLAGS="-Wno-error=format="
2222
23+ case "$XBPS_TARGET_MACHINE" in
24+ i686*)
25+ # https://gitlab.gnome.org/GNOME/vte/-/issues/2854
26+ CFLAGS+=" -fexcess-precision=standard"
27+ CXXFLAGS+=" -fexcess-precision=standard"
28+ ;;
29+ esac
30+
2331# Package build options
2432build_options="gir"
2533build_options_default="gir"
2634
27- pre_build() {
28- export GIR_EXTRA_LIBS_PATH="${wrksrc}/src/.libs"
29- }
30-
3135vte3-gtk4_package() {
3236 short_desc+=" - GTK4 version"
3337 pkg_install() {
You can’t perform that action at this time.
0 commit comments