core/glib2 to 2.60.2-1

This commit is contained in:
Kevin Mihelich 2019-05-07 12:49:09 +00:00
parent b54f29537e
commit 663b5d0275

View file

@ -7,7 +7,7 @@
pkgbase=glib2
pkgname=(glib2 glib2-docs)
pkgver=2.60.1
pkgver=2.60.2
pkgrel=1
pkgdesc="Low level core library"
url="https://wiki.gnome.org/Projects/GLib"
@ -19,7 +19,7 @@ checkdepends=(desktop-file-utils)
optdepends=('python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-report'
'libelf: gresource inspection tool')
options=(!emptydirs)
_commit=527022ae143c0ef154edaba449bedd430f382d86 # tags/2.60.1^0
_commit=a3b5608170c0b4381d0217ea99325ec7fcecb7f6 # tags/2.60.2^0
source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit"
noisy-glib-compile-schemas.diff
glib-compile-schemas.hook gio-querymodules.hook
@ -65,9 +65,6 @@ package_glib2() {
python -m compileall -d /usr/share/glib-2.0/codegen "$pkgdir/usr/share/glib-2.0/codegen"
python -O -m compileall -d /usr/share/glib-2.0/codegen "$pkgdir/usr/share/glib-2.0/codegen"
# Remove installed tests
rm -rf "$pkgdir/usr/lib/installed-tests"
# Split docs
#mv "$pkgdir/usr/share/gtk-doc" "$srcdir"
}