aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/glib/abuild
diff options
context:
space:
mode:
Diffstat (limited to 'repos/extra/glib/abuild')
-rw-r--r--repos/extra/glib/abuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/repos/extra/glib/abuild b/repos/extra/glib/abuild
new file mode 100644
index 00000000..319a7e67
--- /dev/null
+++ b/repos/extra/glib/abuild
@@ -0,0 +1,17 @@
+name=glib
+version=2.84.1
+release=1
+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
+ -Dselinux=disabled
+ -Dtests=false
+ $_opt
+"
+
+postbuild() {
+ rm -rf $PKG/usr/share/bash-completion
+}