aboutsummaryrefslogtreecommitdiff
path: root/glib/abuild
blob: e38c829759ae901a955403168de9a9a34e54fe1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name=glib
version=2.84.4
release=1
source="https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz
	0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch"
build_opt="
	-Dman-pages=disabled
	-Ddocumentation=false
	-Dselinux=disabled
	-Dtests=false
	-Dintrospection=disabled
"

postbuild() {
	rm -rf $PKG/usr/share/bash-completion
}