vte3: updated to version 0.74.1

This commit is contained in:
Matt Housh 2023-10-22 23:18:19 -05:00
parent 5e57c60e9c
commit 1a068f4fcb
3 changed files with 8 additions and 8 deletions

View File

@ -23,8 +23,8 @@ drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/girepository-1.0/
-rw-r--r-- root/root usr/lib/girepository-1.0/Vte-2.91.typelib
lrwxrwxrwx root/root usr/lib/libvte-2.91.so -> libvte-2.91.so.0
lrwxrwxrwx root/root usr/lib/libvte-2.91.so.0 -> libvte-2.91.so.0.7400.0
-rwxr-xr-x root/root usr/lib/libvte-2.91.so.0.7400.0
lrwxrwxrwx root/root usr/lib/libvte-2.91.so.0 -> libvte-2.91.so.0.7400.1
-rwxr-xr-x root/root usr/lib/libvte-2.91.so.0.7400.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/vte-2.91.pc
-rwxr-xr-x root/root usr/lib/vte-urlencode-cwd

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35R9ny0c1VHMQFkHqSMxbCuZ+pZfyd3Ms2VQZA7azOWYL7qhhS+fs8B4OsGHbHCjmpHCOEwahbt51kYzFktWawg=
SHA256 (Pkgfile) = d13138fe38eb5ee3c2cd8c71f4f0a7e2a39dc4bc9bed1423ad109ef45cd25f0f
SHA256 (.footprint) = 72fbb8744c20c27973187e6670d218ebf6fc9d157e20bdd07cebab09bfaf2f3a
SHA256 (vte-0.74.0.tar.xz) = 9ae08f777952ba793221152d360550451580f42d3b570e3341ebb6841984c76b
RWSagIOpLGJF3zbbQOWiWJL5KqrM6oa9obUcm71eIMqbVJeqHplStZre8OQNNLaRMs4or7IsjB6/xfKWQYvI9NENHiYdHI3TqQA=
SHA256 (Pkgfile) = 4d90f39a283ec9eed7f0237ec5d85f2a87565fb2888ea94a21137de09f0a8f34
SHA256 (.footprint) = 1a3379d9364374a9be7e6a87971aed7b0f7d0a5efeffccf70eb0161cfb216a14
SHA256 (vte-0.74.1.tar.xz) = 2328c3f1c998350a18e0e513348e9fc581d57ea4e7b89aedf11e0e3c65042b4f

View File

@ -5,9 +5,9 @@
# Optional: gtk4 icu libsixel vala
name=vte3
version=0.74.0
version=0.74.1
release=1
source=(https://download.gnome.org/sources/vte/${version:0:4}/vte-0.74.0.tar.xz)
source=(https://download.gnome.org/sources/vte/${version:0:4}/vte-${version}.tar.xz)
build() {
prt-get isinst gtk4 && PKGMK_VTE+=' -D gtk4=true' || PKGMK_VTE+=' -D gtk4=false'