glib: update to 2.58.2.

This commit is contained in:
Rasmus Thomsen 2018-12-19 21:41:20 +01:00 committed by maxice8
parent 9251941c99
commit d13c7e0d49
2 changed files with 2 additions and 13 deletions

View file

@ -1,11 +0,0 @@
--- meson.build
+++ meson.build
@@ -1543,7 +1543,7 @@ atomicdefine = '''
# We know that we can always use real ("lock free") atomic operations with MSVC
if cc.get_id() == 'msvc' or cc.links(atomictest, name : 'atomic ops')
have_atomic_lock_free = true
- if host_system == 'android' and not cc.compiles(atomicdefine, name : 'atomic ops define')
+ if not cc.compiles(atomicdefine, name : 'atomic ops define')
# When building for armv5 on Android, gcc 4.9 provides
# __sync_bool_compare_and_swap but doesn't define
# __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4

View file

@ -1,6 +1,6 @@
# Template file for 'glib'
pkgname=glib
version=2.58.1
version=2.58.2
revision=1
build_style=gnu-configure
configure_args="--enable-libelf --disable-fam --with-pcre=system --enable-static"
@ -12,7 +12,7 @@ license="LGPL-2.1-or-later"
homepage="https://wiki.gnome.org/Projects/GLib"
changelog="https://gitlab.gnome.org/GNOME/glib/raw/master/NEWS"
distfiles="${GNOME_SITE}/glib/${version%.*}/glib-${version}.tar.xz"
checksum=97d6a9d926b6aa3dfaadad3077cfb43eec74432ab455dff14250c769d526d7d6
checksum=c7b24ed6536f1a10fc9bce7994e55c427b727602e78342821f1f07fb48753d4b
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" glib-devel"