diff options
Diffstat (limited to 'extra')
| -rwxr-xr-x | extra/glib/build | 4 | ||||
| -rw-r--r-- | extra/glib/checksums | 2 | ||||
| -rw-r--r-- | extra/glib/sources | 2 | ||||
| -rw-r--r-- | extra/glib/version | 2 | 
4 files changed, 7 insertions, 3 deletions
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  | 
