diff options
Diffstat (limited to 'extra/glib')
-rwxr-xr-x | extra/glib/build | 11 | ||||
-rw-r--r-- | extra/glib/checksums | 3 | ||||
-rw-r--r-- | extra/glib/depends | 6 | ||||
-rw-r--r-- | extra/glib/meta | 3 | ||||
-rw-r--r-- | extra/glib/sources | 2 | ||||
-rw-r--r-- | extra/glib/version | 2 |
6 files changed, 14 insertions, 13 deletions
diff --git a/extra/glib/build b/extra/glib/build index 38d3b13a..2ac52119 100755 --- a/extra/glib/build +++ b/extra/glib/build @@ -2,19 +2,14 @@ export DESTDIR="$1" -# Remove 'libelf' dependency. -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" {} + + clsed "/subdir('tests')/d;/subdir('fuzzing')/d" {} + -meson \ - --prefix=/usr \ +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 cfc5d3fa..e133f87b 100644 --- a/extra/glib/checksums +++ b/extra/glib/checksums @@ -1 +1,2 @@ -09f158769f6f26b31074e15b1ac80ec39b13b53102dfae66cfe826fb2cc65502 glib-2.66.7.tar.xz +%BLAKE3 +89fe8cf7c1416ca99de746e39c7bc2352de4d4c7ffe0cb208229307e3cf7d152 glib-2.82.1.tar.xz diff --git a/extra/glib/depends b/extra/glib/depends index 9612cfb2..2c029cda 100644 --- a/extra/glib/depends +++ b/extra/glib/depends @@ -1,4 +1,6 @@ -libffi -meson make +libelf +libffi make +meson make +pcre2 util-linux zlib diff --git a/extra/glib/meta b/extra/glib/meta new file mode 100644 index 00000000..e9168aca --- /dev/null +++ b/extra/glib/meta @@ -0,0 +1,3 @@ +description: GNU library of C routines +license: LGPL-2.1-or-later +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/extra/glib/sources b/extra/glib/sources index 4704257c..08b6a41c 100644 --- a/extra/glib/sources +++ b/extra/glib/sources @@ -1 +1 @@ -https://download.gnome.org/sources/glib/2.66/glib-2.66.7.tar.xz +https://download.gnome.org/sources/glib/2.82/glib-2.82.1.tar.xz diff --git a/extra/glib/version b/extra/glib/version index 712554e0..8f137a03 100644 --- a/extra/glib/version +++ b/extra/glib/version @@ -1 +1 @@ -2.66.7 1 +2.82.1 1 |