aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/glib/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-05-22 07:31:56 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-05-22 07:31:56 +0800
commit33f7bee1e95f2c679dd5d62c83201de7a3a083c2 (patch)
tree46cdc6b790fb8d51d47896b19c45871b902014f8 /repos/extra/glib/abuild
parent3cba6602d9eec42facf481889e3d5350fb5415e9 (diff)
downloadalicelinux-33f7bee1e95f2c679dd5d62c83201de7a3a083c2.tar.gz
alicelinux-33f7bee1e95f2c679dd5d62c83201de7a3a083c2.zip
glib: disable gobject-introspection
Diffstat (limited to 'repos/extra/glib/abuild')
-rw-r--r--repos/extra/glib/abuild9
1 files changed, 4 insertions, 5 deletions
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() {