blob: 319a7e67b2cba6ef431ac2195514b66374a4f277 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
}
|