vte3: adopted, updated to version 0.74.0

This commit is contained in:
Matt Housh 2023-09-24 14:07:23 -05:00
parent 63110c79d4
commit 47343ab9d7
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37e3xwYXoYk4ERxRkNDx872zZsMVfu6Y3+lUp6zSoDfQDIAuhGXrG6U8ij9Ygf+rZUL3VZE9EUrBBKAwEQEHlAQ=
SHA256 (Pkgfile) = a8aa4682285a32a9e97b9b72d11a7bde48862a7691f3be7bf2049e69df27e17b
RWSagIOpLGJF3+E1npL9ABQkUx24V9lvFyBRdkbp8bgYGIJMZAHWP/ycVjzs2xbDNX41fiNNUhjclHPqIMMvvQij6jUz5UBscA8=
SHA256 (Pkgfile) = d13138fe38eb5ee3c2cd8c71f4f0a7e2a39dc4bc9bed1423ad109ef45cd25f0f
SHA256 (.footprint) = 9837ed0323f6d9e22fd91da5d24c2e8e1174085096c7929d831acaf6f65b6ab7
SHA256 (vte-0.72.2.tar.bz2) = 5c8f789aaf76154de9d58205fda3b90790092d93791a5229c8b67c50d3f01068
SHA256 (vte-0.74.0.tar.xz) = 9ae08f777952ba793221152d360550451580f42d3b570e3341ebb6841984c76b

View File

@ -1,13 +1,13 @@
# Description: Virtual Terminal Emulator widget for GTK3/4
# URL: https://wiki.gnome.org/action/show/Apps/Terminal/VTE
# Maintainer: unmaintained
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: gnutls gtk3
# Optional: gtk4 icu libsixel vala
name=vte3
version=0.72.2
version=0.74.0
release=1
source=(https://gitlab.gnome.org/GNOME/vte/-/archive/$version/vte-$version.tar.bz2)
source=(https://download.gnome.org/sources/vte/${version:0:4}/vte-0.74.0.tar.xz)
build() {
prt-get isinst gtk4 && PKGMK_VTE+=' -D gtk4=true' || PKGMK_VTE+=' -D gtk4=false'