new blfs: glib

bootstrap/glib-2.84.4 dev-libs/gobject-introspection-1.84.0 dev-libs/glib-2.84.4
This commit is contained in:
wyj
2025-12-29 19:41:51 -05:00
parent c54858c18a
commit 1052993989
5 changed files with 152 additions and 0 deletions
@@ -0,0 +1,5 @@
target=(/usr/lib/gio/modules/*.so)
triggers=("install" "remove")
operation() {
/usr/bin/gio-querymodules /usr/lib/gio/modules
}
@@ -0,0 +1,5 @@
target=(/usr/share/glib-2.0/schemas/*.xml /usr/share/glib-2.0/schemas/*.override)
triggers=("install" "remove")
operation() {
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
}