mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-09 20:33:24 +00:00
bump(main/glib): 2.84.0
This commit is contained in:
@@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://developer.gnome.org/glib/
|
||||
TERMUX_PKG_DESCRIPTION="Library providing core building blocks for libraries and applications written in C"
|
||||
TERMUX_PKG_LICENSE="LGPL-2.1"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_VERSION="2.82.5"
|
||||
TERMUX_PKG_VERSION="2.84.0"
|
||||
TERMUX_PKG_SRCURL=https://download.gnome.org/sources/glib/${TERMUX_PKG_VERSION%.*}/glib-${TERMUX_PKG_VERSION}.tar.xz
|
||||
TERMUX_PKG_SHA256=05c2031f9bdf6b5aba7a06ca84f0b4aced28b19bf1b50c6ab25cc675277cbc3f
|
||||
TERMUX_PKG_SHA256=f8823600cb85425e2815cfad82ea20fdaa538482ab74e7293d58b3f64a5aff6a
|
||||
TERMUX_PKG_AUTO_UPDATE=true
|
||||
TERMUX_PKG_DEPENDS="libandroid-support, libffi, libiconv, pcre2, resolv-conf, zlib"
|
||||
TERMUX_PKG_BREAKS="glib-dev"
|
||||
|
||||
@@ -248,6 +248,13 @@
|
||||
<member name="G_UNICODE_SCRIPT_MATH" nick="math" value="162"/>
|
||||
<member name="G_UNICODE_SCRIPT_KAWI" nick="kawi" value="163"/>
|
||||
<member name="G_UNICODE_SCRIPT_NAG_MUNDARI" nick="nag-mundari" value="164"/>
|
||||
<member name="G_UNICODE_SCRIPT_TODHRI" nick="todhri" value="165"/>
|
||||
<member name="G_UNICODE_SCRIPT_GARAY" nick="garay" value="166"/>
|
||||
<member name="G_UNICODE_SCRIPT_TULU_TIGALARI" nick="tulu-tigalari" value="167"/>
|
||||
<member name="G_UNICODE_SCRIPT_SUNUWAR" nick="sunuwar" value="168"/>
|
||||
<member name="G_UNICODE_SCRIPT_GURUNG_KHEMA" nick="gurung-khema" value="169"/>
|
||||
<member name="G_UNICODE_SCRIPT_KIRAT_RAI" nick="kirat-rai" value="170"/>
|
||||
<member name="G_UNICODE_SCRIPT_OL_ONAL" nick="ol-onal" value="171"/>
|
||||
</enum> <enum name="GNormalizeMode" get-type="g_normalize_mode_get_type">
|
||||
<member name="G_NORMALIZE_DEFAULT" nick="default" value="0"/>
|
||||
<member name="G_NORMALIZE_NFD" nick="nfd" value="0"/>
|
||||
|
||||
@@ -69,16 +69,16 @@
|
||||
|
||||
glib_conf.set('HAVE_BIND_TEXTDOMAIN_CODESET', have_bind_textdomain_codeset)
|
||||
|
||||
@@ -2601,11 +2592,7 @@
|
||||
|
||||
# introspection
|
||||
gir_scanner = find_program('g-ir-scanner', required: get_option('introspection'))
|
||||
-enable_gir = get_option('introspection').allowed() and gir_scanner.found() and meson.can_run_host_binaries()
|
||||
@@ -2664,11 +2664,7 @@ endif
|
||||
gobject_introspection_required_version = '>= 1.80.0'
|
||||
gir_scanner = find_program('g-ir-scanner', required: get_option('introspection'), version: gobject_introspection_required_version)
|
||||
gobject_introspection = dependency('gobject-introspection-1.0', required: get_option('introspection'), version: gobject_introspection_required_version)
|
||||
-enable_gir = get_option('introspection').allowed() and gir_scanner.found() and gobject_introspection.found() and meson.can_run_host_binaries()
|
||||
-
|
||||
-if get_option('introspection').enabled() and not meson.can_run_host_binaries()
|
||||
- error('Running binaries on the build host needs to be supported to build with -Dintrospection=enabled')
|
||||
-endif
|
||||
+enable_gir = get_option('introspection').allowed() and gir_scanner.found()
|
||||
+enable_gir = get_option('introspection').allowed() and gir_scanner.found() and gobject_introspection.found()
|
||||
|
||||
gir_args = [
|
||||
'--quiet',
|
||||
|
||||
Reference in New Issue
Block a user