aboutsummaryrefslogtreecommitdiff
path: root/repos/extra
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
parent3cba6602d9eec42facf481889e3d5350fb5415e9 (diff)
downloadalicelinux-33f7bee1e95f2c679dd5d62c83201de7a3a083c2.tar.gz
alicelinux-33f7bee1e95f2c679dd5d62c83201de7a3a083c2.zip
glib: disable gobject-introspection
Diffstat (limited to 'repos/extra')
-rw-r--r--repos/extra/glib/.files16
-rw-r--r--repos/extra/glib/abuild9
2 files changed, 4 insertions, 21 deletions
diff --git a/repos/extra/glib/.files b/repos/extra/glib/.files
index 7bd76bca..2e2bdea1 100644
--- a/repos/extra/glib/.files
+++ b/repos/extra/glib/.files
@@ -336,14 +336,6 @@ drwxr-xr-x root/root usr/include/glib-2.0/gobject/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/gio/
drwxr-xr-x root/root usr/lib/gio/modules/
-drwxr-xr-x root/root usr/lib/girepository-1.0/
--rw-r--r-- root/root usr/lib/girepository-1.0/GIRepository-3.0.typelib
--rw-r--r-- root/root usr/lib/girepository-1.0/GLib-2.0.typelib
--rw-r--r-- root/root usr/lib/girepository-1.0/GLibUnix-2.0.typelib
--rw-r--r-- root/root usr/lib/girepository-1.0/GModule-2.0.typelib
--rw-r--r-- root/root usr/lib/girepository-1.0/GObject-2.0.typelib
--rw-r--r-- root/root usr/lib/girepository-1.0/Gio-2.0.typelib
--rw-r--r-- root/root usr/lib/girepository-1.0/GioUnix-2.0.typelib
drwxr-xr-x root/root usr/lib/glib-2.0/
drwxr-xr-x root/root usr/lib/glib-2.0/include/
-rw-r--r-- root/root usr/lib/glib-2.0/include/glibconfig.h
@@ -392,14 +384,6 @@ drwxr-xr-x root/root usr/share/gettext/
drwxr-xr-x root/root usr/share/gettext/its/
-rw-r--r-- root/root usr/share/gettext/its/gschema.its
-rw-r--r-- root/root usr/share/gettext/its/gschema.loc
-drwxr-xr-x root/root usr/share/gir-1.0/
--rw-r--r-- root/root usr/share/gir-1.0/GIRepository-3.0.gir
--rw-r--r-- root/root usr/share/gir-1.0/GLib-2.0.gir
--rw-r--r-- root/root usr/share/gir-1.0/GLibUnix-2.0.gir
--rw-r--r-- root/root usr/share/gir-1.0/GModule-2.0.gir
--rw-r--r-- root/root usr/share/gir-1.0/GObject-2.0.gir
--rw-r--r-- root/root usr/share/gir-1.0/Gio-2.0.gir
--rw-r--r-- root/root usr/share/gir-1.0/GioUnix-2.0.gir
drwxr-xr-x root/root usr/share/glib-2.0/
drwxr-xr-x root/root usr/share/glib-2.0/codegen/
-rw-r--r-- root/root usr/share/glib-2.0/codegen/__init__.py
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() {