diff options
author | Cem Keylan <cem@ckyln.com> | 2022-09-19 15:13:06 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-09-19 15:13:06 +0200 |
commit | c2121c9e0cf7b38ec461b7a138ed3a0492a6bb8c (patch) | |
tree | 37fd00e70adf98bcc9ddf83158f4de82c0e9c199 /extra/glib | |
parent | 10b20a4f54a82ad32cbbd37f57906c9869639815 (diff) | |
download | repository-c2121c9e0cf7b38ec461b7a138ed3a0492a6bb8c.tar.gz |
glib: bump to 2.74.0
Diffstat (limited to 'extra/glib')
-rwxr-xr-x | extra/glib/build | 2 | ||||
-rw-r--r-- | extra/glib/checksums | 2 | ||||
-rw-r--r-- | extra/glib/depends | 1 | ||||
-rw-r--r-- | extra/glib/sources | 2 | ||||
-rw-r--r-- | extra/glib/version | 2 |
5 files changed, 5 insertions, 4 deletions
diff --git a/extra/glib/build b/extra/glib/build index 180fbce9..2ac52119 100755 --- a/extra/glib/build +++ b/extra/glib/build @@ -9,7 +9,7 @@ find . -type f -name meson.build -exec \ cl-meson \ -Ddefault_library=both \ -Dman=false \ - -Dfam=false \ + -Dnls=disabled \ . build ninja -C build diff --git a/extra/glib/checksums b/extra/glib/checksums index 64a6a735..1d52a7a1 100644 --- a/extra/glib/checksums +++ b/extra/glib/checksums @@ -1,2 +1,2 @@ %BLAKE3 -e9ac7831ee6b5275cc32e2feda26b6efdb1042ab3c6c83103db67b955bcdf198 glib-2.72.3.tar.xz +c7e6baf3fdee6f7f15e3668c0eb3510cf78c3c7de5e1c97e99e8bbee312c96c0 glib-2.74.0.tar.xz diff --git a/extra/glib/depends b/extra/glib/depends index 88d45c34..2c029cda 100644 --- a/extra/glib/depends +++ b/extra/glib/depends @@ -1,5 +1,6 @@ libelf libffi make meson make +pcre2 util-linux zlib diff --git a/extra/glib/sources b/extra/glib/sources index 2c32c2e0..6e38566e 100644 --- a/extra/glib/sources +++ b/extra/glib/sources @@ -1 +1 @@ -https://download.gnome.org/sources/glib/2.72/glib-2.72.3.tar.xz +https://download.gnome.org/sources/glib/2.74/glib-2.74.0.tar.xz diff --git a/extra/glib/version b/extra/glib/version index 248b7245..df45d70f 100644 --- a/extra/glib/version +++ b/extra/glib/version @@ -1 +1 @@ -2.72.3 1 +2.74.0 1 |