From 33f7bee1e95f2c679dd5d62c83201de7a3a083c2 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Thu, 22 May 2025 07:31:56 +0800 Subject: glib: disable gobject-introspection --- repos/extra/glib/abuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'repos/extra/glib/abuild') diff --git a/repos/extra/glib/abuild b/repos/extra/glib/abuild index 279ea5ab..deeef51c 100644 --- a/repos/extra/glib/abuild +++ b/repos/extra/glib/abuild @@ -1,15 +1,14 @@ name=glib version=2.84.2 -release=1 +release=2 source="https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz 0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch" -[ -f $SPM_PKGDB/gobject-introspection ] || _opt="-Dintrospection=disabled" build_opt=" - -Dman=false - -Dgtk_doc=false + -Dman-pages=disabled + -Ddocumentation=false -Dselinux=disabled -Dtests=false - $_opt + -Dintrospection=disabled " postbuild() { -- cgit v1.2.3