mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Update atk, glib, and workflows. — at_spi2_core glib (#12317)
* glib => 2.85.2 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * glib: Build Run on linux/arm/v7. * glib: Build Run on linux/amd64. * glib: Build Run on linux/386. * glib: Package File Update Run on linux/386 container. * atk => 2.57.0 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * glib: Build Run on linux/arm/v7. * glib: Build Run on linux/amd64. * glib: Package File Update Run on linux/386 container. * Adjust Linter Handoff to update branch before running linters. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Have rubocop remove more blank lines. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * debug workflow Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust linter-handoff workflow. Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> 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:
committed by
GitHub
parent
a6287ee111
commit
bdc8c6b9dc
@@ -3,7 +3,7 @@ require 'buildsystems/meson'
|
||||
class At_spi2_core < Meson
|
||||
description 'This is over DBus, tookit widgets provide their content to screen readers such as Orca'
|
||||
homepage 'https://www.freedesktop.org/wiki/'
|
||||
version '2.56.3'
|
||||
version '2.57.0'
|
||||
license 'LGPL-2.1+'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://gitlab.gnome.org/GNOME/at-spi2-core.git'
|
||||
@@ -11,15 +11,15 @@ class At_spi2_core < Meson
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '7690c72fe7ceb15b0616fbfe04903118a8a69d15c9376c943c30801e0abab1e1',
|
||||
armv7l: '7690c72fe7ceb15b0616fbfe04903118a8a69d15c9376c943c30801e0abab1e1',
|
||||
x86_64: '202662f9d518dd14bf4b715aa4b7b880b72f4cd2a66d054fe4b84ce25c486c3f'
|
||||
aarch64: 'fad5a9ee1f6cc0ad4d24949333e0ecb2794da54278254468821961945aece430',
|
||||
armv7l: 'fad5a9ee1f6cc0ad4d24949333e0ecb2794da54278254468821961945aece430',
|
||||
x86_64: 'fc9def10843bd0f15796b4f7e7e3b4b163997972e154808b0dc4624613efb95a'
|
||||
})
|
||||
|
||||
depends_on 'dbus' # R
|
||||
depends_on 'gcc_lib' # R
|
||||
depends_on 'glibc' # R
|
||||
depends_on 'glib' # R
|
||||
depends_on 'glibc' # R
|
||||
depends_on 'gobject_introspection' => :build
|
||||
depends_on 'gtk_doc' => :build
|
||||
depends_on 'libx11' # R
|
||||
|
||||
Reference in New Issue
Block a user