mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
vte3: update to 0.76.0
This commit is contained in:
parent
1c48af667e
commit
73e90fddb7
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'vte3'
|
||||
pkgname=vte3
|
||||
version=0.74.2
|
||||
version=0.76.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
|
@ -8,13 +8,14 @@ configure_args="-Db_ndebug=false -Db_lto=false -D_systemd=false
|
|||
$(vopt_bool gir gir) $(vopt_bool gir vapi) -Dgtk4=true"
|
||||
hostmakedepends="glib-devel gperf gettext pkg-config
|
||||
$(vopt_if gir vala)"
|
||||
makedepends="gnutls-devel gtk4-devel gtk+3-devel pcre2-devel $(vopt_if gir vala-devel)"
|
||||
makedepends="gnutls-devel gtk4-devel gtk+3-devel pcre2-devel liblz4-devel
|
||||
$(vopt_if gir vala-devel)"
|
||||
short_desc="Terminal widget with improved accessibility and I18N support"
|
||||
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=a535fb2a98fea8a2449cd1a02cccf5190131dddff52e715afdace3feb536eae7
|
||||
checksum=bbce30b8f504370b12d6439c07a82993e97d7e9afe2dd367817cd58ff029ffda
|
||||
|
||||
# Suppress warnings as errors for NULL format strings (musl libc)
|
||||
CXXFLAGS="-Wno-error=format="
|
||||
|
|
Loading…
Add table
Reference in a new issue