Date: Saturday, July 27, 2019 @ 20:42:06 Author: heftig Revision: 358661
1.44-1 Modified: pango/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-07-27 15:36:57 UTC (rev 358660) +++ PKGBUILD 2019-07-27 20:42:06 UTC (rev 358661) @@ -1,8 +1,8 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=pango -pkgver=1.43.0 -pkgrel=2 +pkgver=1.44 +pkgrel=1 epoch=1 pkgdesc="A library for layout and rendering of text" url="https://www.pango.org/" @@ -11,7 +11,7 @@ depends=(libthai cairo libxft harfbuzz fribidi) makedepends=(gobject-introspection help2man gtk-doc git meson) checkdepends=(ttf-dejavu cantarell-fonts) -_commit=26f1135f374f3ad5eb963dcdf016542fbbda361b # tags/1.43.0^0 +_commit=9a79369d764b0274b6cd7ffb43391d9de0ad3832 # tags/1.44^0 source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit") sha256sums=('SKIP') @@ -22,21 +22,17 @@ prepare() { cd pango - - # Fix .pc - git cherry-pick -n d0cb6be7431d1a3c711bd45bcf05b34601604037 } build() { - arch-meson pango build -D enable_docs=true + arch-meson pango build -D gtk_doc=true ninja -C build } check() { - meson test -C build + meson test -C build --print-errorlogs } package() { DESTDIR="$pkgdir" meson install -C build - rm -r "$pkgdir"/usr/{lib,share}/installed-tests }
