blob: 5bfac6e02abb30e828b861dbcf1f9bc2ddd71a85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
name=glib
version=2.88.1
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
}
|