pkgname: vte pkgver: '0.84.1' pkgrel: '1' pkgdesc: Vte is a library (libvte) implementing a terminal emulator widget for GTK+ 3 url: 'https://gitlab.gnome.org/GNOME/vte' arch: x86_64 license: - GPL-3.0-or-later - LGPL-3.0-or-later depends: [] makedepends: - pcre2 - gnutls - vala - gtk3 - gtk4 - perl-xml-parser - gobject-introspection - fribidi - fast_float source: - 'https://download.gnome.org/sources/vte/0.84/vte-0.84.1.tar.xz' sha256sums: - aca1caa8478aebcdbb1d67897fb3511eb7601debae6810e16a15b6fa25f31ac8 build: | meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true vte-0.84.1 builddir meson compile -C builddir package: | DESTDIR="${PKGDIR}" meson install -C builddir