mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
AutoBuild: glib started at 2025-06-11-19UTC (#12019)
* Update gobject_instrospection and glib Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add built packages for linux/386 to glib * Add built packages for linux/amd64 to glib * Add built packages for linux/arm/v7 to glib * Adjust workflows to use older containers. Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: satmandu <satmandu@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e552d0d7d6
commit
e63bcf0b02
@@ -3,7 +3,7 @@ require 'buildsystems/meson'
|
||||
class Glib < Meson
|
||||
description 'GLib provides the core application building blocks for libraries and applications written in C.'
|
||||
homepage 'https://docs.gtk.org/glib/'
|
||||
version '2.83.3'
|
||||
version '2.85.0'
|
||||
license 'LGPL-2.1'
|
||||
compatibility 'all'
|
||||
source_url 'https://gitlab.gnome.org/GNOME/glib.git'
|
||||
@@ -11,15 +11,15 @@ class Glib < Meson
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: 'db3148e9fe0cbdcdf5b979c2a18c560308db615454ee9997e12e906d6b6313c8',
|
||||
armv7l: 'db3148e9fe0cbdcdf5b979c2a18c560308db615454ee9997e12e906d6b6313c8',
|
||||
i686: '4f6e9b0d317e2750b8e5fc317ccdf79b1fe17688f33f1b0cf89c2514e42e6b0c',
|
||||
x86_64: '59356454a19aa10e23544575b38e112d9e5669452f9edd4098762ae9f813c7c2'
|
||||
aarch64: '44772d6737d8ed76fcdbbdffd13cc86b6a3054bbc29c90b075365f07001c770f',
|
||||
armv7l: '44772d6737d8ed76fcdbbdffd13cc86b6a3054bbc29c90b075365f07001c770f',
|
||||
i686: 'bb44cd8cda14a0831bd8fc3c24600aa8cacf7e87cb65722be1717559af314d3c',
|
||||
x86_64: '82b603c28ece519fdd9bb1c2b895be54ddbed4ca872870f6d6c13cff51d5cc62'
|
||||
})
|
||||
|
||||
depends_on 'elfutils' # R
|
||||
depends_on 'gcc_lib' # R
|
||||
depends_on 'gobject_introspection' unless ARCH == 'i686' # L
|
||||
# depends_on 'gobject_introspection' unless ARCH == 'i686' # L
|
||||
depends_on 'libffi' # R
|
||||
depends_on 'pcre2' # R
|
||||
depends_on 'py3_pygments' => :build
|
||||
|
||||
Reference in New Issue
Block a user