aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/glib/abuild
blob: deeef51c55f608263600ef7e51e0c46eae87f7ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name=glib
version=2.84.2
release=2
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
}