mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] glib: Version bump. 2.86.4 -> 2.88.0
@ 2026-03-19 17:13 Christian Melki
  0 siblings, 0 replies; only message in thread
From: Christian Melki @ 2026-03-19 17:13 UTC (permalink / raw)
  To: ptxdist

https://gitlab.gnome.org/GNOME/glib/-/releases/2.88.0
https://gitlab.gnome.org/GNOME/glib/-/releases/2.87.5
(2.87.4 is missing a separate release info, available under 2.87.5)
https://gitlab.gnome.org/GNOME/glib/-/releases/2.87.3
https://gitlab.gnome.org/GNOME/glib/-/releases/2.87.2
https://gitlab.gnome.org/GNOME/glib/-/releases/2.87.1
https://gitlab.gnome.org/GNOME/glib/-/releases/2.87.0

New stable series.
Bunch of changes as usual.

* Rearrange and introduce/remove options for better
fit to pkg option sort.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/glib.make | 35 +++++++++++++++++++----------------
 1 file changed, 19 insertions(+), 16 deletions(-)

diff --git a/rules/glib.make b/rules/glib.make
index 1013c5e41..2c064b9d9 100644
--- a/rules/glib.make
+++ b/rules/glib.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_GLIB) += glib
 #
 # Paths and names
 #
-GLIB_VERSION	:= 2.86.4
-GLIB_MD5	:= f2233a826c952aaae42b4a61611a06a4
+GLIB_VERSION	:= 2.88.0
+GLIB_MD5	:= 064370bbd78421f639e38ece5e14ca23
 GLIB		:= glib-$(GLIB_VERSION)
 GLIB_SUFFIX	:= tar.xz
 GLIB_URL	:= $(call ptx/mirror, GNOME, glib/$(basename $(GLIB_VERSION))/$(GLIB).$(GLIB_SUFFIX))
@@ -38,26 +38,29 @@ GLIB_MESON_CROSS_FILE := $(call ptx/get-alternative, config/meson, glib-cross-fi
 GLIB_CONF_TOOL	:= meson
 GLIB_CONF_OPT	:= \
 	$(CROSS_MESON_USR) \
-	-Dbsymbolic_functions=true \
-	-Ddocumentation=false \
+	-Dselinux=disabled \
+	-Dxattr=false \
+	-Dlibmount=$(call ptx/endis, PTXCONF_GLIB_LIBMOUNT)d \
+	-Dman-pages=disabled \
 	-Ddtrace=false \
+	-Dsystemtap=false \
+	-Dsysprof=disabled \
+	-Ddocumentation=false \
+	-Dgtk_doc=false \
+	-Dbsymbolic_functions=true \
 	-Dforce_posix_threads=true \
+	-Dtests=false \
+	-Dinstalled_tests=false \
+	-Dnls=disabled \
+	-Doss_fuzz=disabled \
+	-Dglib_debug=enabled \
 	-Dglib_assert=true \
 	-Dglib_checks=true \
-	-Dglib_debug=enabled \
-	-Dinstalled_tests=false \
-	-Dintrospection=disabled \
 	-Dlibelf=disabled \
-	-Dlibmount=$(call ptx/endis, PTXCONF_GLIB_LIBMOUNT)d \
-	-Dman-pages=disabled \
 	-Dmultiarch=false \
-	-Dnls=disabled \
-	-Doss_fuzz=disabled \
-	-Dselinux=disabled \
-	-Dsysprof=disabled \
-	-Dsystemtap=false \
-	-Dtests=false \
-	-Dxattr=false \
+	-Dintrospection=disabled \
+	-Dfile_monitor_backend=auto \
+	-Dgvdb:tests=false \
 	\
 	--cross-file $(GLIB_MESON_CROSS_FILE)
 
-- 
2.43.0




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-03-19 17:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-19 17:13 [ptxdist] [PATCH] glib: Version bump. 2.86.4 -> 2.88.0 Christian Melki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox