updater-vte-0.82.0 — vte → 0.82.0,zotero → 7.0.23 (#12943)

* Add unbuilt vte to updater-vte-0.82.0

* updater-vte-0.82.0: Build Run on linux/arm/v7.

* updater-vte-0.82.0: Build Run on linux/amd64.

* updater-vte-0.82.0: Package File Update Run on linux/amd64 container.

---------

Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-09-25 16:55:51 -05:00
committed by GitHub
parent 3c69ee47c9
commit 228fa2f673
4 changed files with 12 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
# Total size: 1783349
# Total size: 2313755
/usr/local/bin/vte-2.91
/usr/local/bin/vte-2.91-gtk4
/usr/local/etc/profile.d/vte.csh
@@ -31,7 +31,7 @@
/usr/local/lib/libvte-2.91-gtk4.so.0
/usr/local/lib/libvte-2.91.so
/usr/local/lib/libvte-2.91.so.0
/usr/local/lib/libvte-2.91.so.0.8000.3
/usr/local/lib/libvte-2.91.so.0.8200.0
/usr/local/lib/pkgconfig/vte-2.91-gtk4.pc
/usr/local/lib/pkgconfig/vte-2.91.pc
/usr/local/libexec/vte-urlencode-cwd
@@ -82,6 +82,7 @@
/usr/local/share/locale/hi/LC_MESSAGES/vte-2.91.mo
/usr/local/share/locale/hr/LC_MESSAGES/vte-2.91.mo
/usr/local/share/locale/hu/LC_MESSAGES/vte-2.91.mo
/usr/local/share/locale/ia/LC_MESSAGES/vte-2.91.mo
/usr/local/share/locale/id/LC_MESSAGES/vte-2.91.mo
/usr/local/share/locale/is/LC_MESSAGES/vte-2.91.mo
/usr/local/share/locale/it/LC_MESSAGES/vte-2.91.mo

View File

@@ -1,4 +1,4 @@
# Total size: 2278401
# Total size: 3446795
/usr/local/bin/vte-2.91
/usr/local/bin/vte-2.91-gtk4
/usr/local/etc/profile.d/vte.csh
@@ -31,7 +31,7 @@
/usr/local/lib64/libvte-2.91-gtk4.so.0
/usr/local/lib64/libvte-2.91.so
/usr/local/lib64/libvte-2.91.so.0
/usr/local/lib64/libvte-2.91.so.0.8000.3
/usr/local/lib64/libvte-2.91.so.0.8200.0
/usr/local/lib64/pkgconfig/vte-2.91-gtk4.pc
/usr/local/lib64/pkgconfig/vte-2.91.pc
/usr/local/libexec/vte-urlencode-cwd
@@ -82,6 +82,7 @@
/usr/local/share/locale/hi/LC_MESSAGES/vte-2.91.mo
/usr/local/share/locale/hr/LC_MESSAGES/vte-2.91.mo
/usr/local/share/locale/hu/LC_MESSAGES/vte-2.91.mo
/usr/local/share/locale/ia/LC_MESSAGES/vte-2.91.mo
/usr/local/share/locale/id/LC_MESSAGES/vte-2.91.mo
/usr/local/share/locale/is/LC_MESSAGES/vte-2.91.mo
/usr/local/share/locale/it/LC_MESSAGES/vte-2.91.mo

View File

@@ -1,3 +1,4 @@
# Total size: 223767826
/usr/local/bin/zotero
/usr/local/share/applications/zotero.desktop
/usr/local/share/fonts/TwemojiMozilla.ttf

View File

@@ -3,7 +3,7 @@ require 'buildsystems/meson'
class Vte < Meson
description 'Virtual Terminal Emulator widget for use with GTK'
homepage 'https://wiki.gnome.org/Apps/Terminal/VTE'
version "0.80.3-#{CREW_ICU_VER}"
version "0.82.0-#{CREW_ICU_VER}"
license 'LGPL-2+ and GPL-3+'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://gitlab.gnome.org/GNOME/vte.git'
@@ -11,9 +11,9 @@ class Vte < Meson
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'ec03ce00a3a5720e3f90ccc5ac14550935595ef9de5cac1bf11044dc08eaa500',
armv7l: 'ec03ce00a3a5720e3f90ccc5ac14550935595ef9de5cac1bf11044dc08eaa500',
x86_64: '63e451a0a0b4609a82612b5077fe039d6ddca715ab11fa1946fc2c4db9744508'
aarch64: '5f897f03c1e388d754c0e74189acc163bbc0e1e0786f3255f37aac28015c7ece',
armv7l: '5f897f03c1e388d754c0e74189acc163bbc0e1e0786f3255f37aac28015c7ece',
x86_64: '613017679524ad6f196dd6e87f80d983c3ab292f46a4ed8582aefaca26a81b4a'
})
depends_on 'at_spi2_core' # R
@@ -21,8 +21,8 @@ class Vte < Meson
depends_on 'fribidi' # R
depends_on 'gcc_lib' # R
depends_on 'gdk_pixbuf' # R
depends_on 'glibc' # R
depends_on 'glib' # R
depends_on 'glibc' # R
depends_on 'gnutls' # R
depends_on 'gobject_introspection' => :build
depends_on 'graphene' # R