vte3: update to 0.78.3.
This commit is contained in:
parent
c5f4f0bdc7
commit
c88456a419
@ -1,6 +1,6 @@
|
||||
# Template file for 'vte3'
|
||||
pkgname=vte3
|
||||
version=0.76.3
|
||||
version=0.78.3
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
@ -15,19 +15,23 @@ 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=f678e94c056f377fd0021214adff5450cb172e9a08b160911181ddff7b7d5d60
|
||||
checksum=97e2ac3a27bc5755358a223f55f5a2518654aa0361bfc61a196c1c2e08798eff
|
||||
|
||||
# Suppress warnings as errors for NULL format strings (musl libc)
|
||||
CXXFLAGS="-Wno-error=format="
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*)
|
||||
# https://gitlab.gnome.org/GNOME/vte/-/issues/2854
|
||||
CFLAGS+=" -fexcess-precision=standard"
|
||||
CXXFLAGS+=" -fexcess-precision=standard"
|
||||
;;
|
||||
esac
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
build_options_default="gir"
|
||||
|
||||
pre_build() {
|
||||
export GIR_EXTRA_LIBS_PATH="${wrksrc}/src/.libs"
|
||||
}
|
||||
|
||||
vte3-gtk4_package() {
|
||||
short_desc+=" - GTK4 version"
|
||||
pkg_install() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user