From fc9f3cd3077c3561cd77b714ef1b3b4256df05d8 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 20 Aug 2020 01:06:11 +0300 Subject: glib: bump to 2.64.5 --- extra/glib/build | 4 ++++ extra/glib/checksums | 2 +- extra/glib/sources | 2 +- extra/glib/version | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) (limited to 'extra/glib') diff --git a/extra/glib/build b/extra/glib/build index 275818b8..77ac9d52 100755 --- a/extra/glib/build +++ b/extra/glib/build @@ -6,6 +6,10 @@ export DESTDIR="$1" sed 's/if have_libelf/if not have_libelf/' gio/meson.build > _ cat _ > gio/meson.build; rm -f _ +# tests/fuzzing now depend on dbus. Remove them from the build. +find . -type f -name meson.build -exec \ + sed -i "/subdir('tests')/d;/subdir('fuzzing')/d" {} + + meson \ --prefix=/usr \ -Dman=false \ diff --git a/extra/glib/checksums b/extra/glib/checksums index 42cf327f..530cb115 100644 --- a/extra/glib/checksums +++ b/extra/glib/checksums @@ -1 +1 @@ -f7e0b325b272281f0462e0f7fff25a833820cac19911ff677251daf6d87bce50 glib-2.64.4.tar.xz +9cbd5bd2715ead1c28d53c46f7b7b6ff6166f5887b772c1a9e3bf2910cfecc11 glib-2.64.5.tar.xz diff --git a/extra/glib/sources b/extra/glib/sources index 1f5b049a..1871f036 100644 --- a/extra/glib/sources +++ b/extra/glib/sources @@ -1 +1 @@ -https://download.gnome.org/sources/glib/2.64/glib-2.64.4.tar.xz +https://download.gnome.org/sources/glib/2.64/glib-2.64.5.tar.xz diff --git a/extra/glib/version b/extra/glib/version index 984f43af..e9eb38e0 100644 --- a/extra/glib/version +++ b/extra/glib/version @@ -1 +1 @@ -2.64.4 1 +2.64.5 1 -- cgit v1.2.3