aboutsummaryrefslogtreecommitdiff
path: root/extra/glib
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-08-20 01:06:11 +0300
committerCem Keylan <cem@ckyln.com>2020-08-20 01:06:11 +0300
commitfc9f3cd3077c3561cd77b714ef1b3b4256df05d8 (patch)
tree3e644c80bab3980661b8217d36fb1a68932fee0f /extra/glib
parente404aa2f71447843f9f28d0aa4e7c2c2233a0757 (diff)
downloadrepository-fc9f3cd3077c3561cd77b714ef1b3b4256df05d8.tar.gz
glib: bump to 2.64.5
Diffstat (limited to 'extra/glib')
-rwxr-xr-xextra/glib/build4
-rw-r--r--extra/glib/checksums2
-rw-r--r--extra/glib/sources2
-rw-r--r--extra/glib/version2
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