pango: update to 1.42.0.

Closes: #12429 [via git-merge-pr]
This commit is contained in:
maxice8 2018-03-12 15:04:34 -03:00 committed by Michael Aldridge
parent adc856d6e1
commit d1679b7c07
1 changed files with 10 additions and 16 deletions

View File

@ -1,20 +1,18 @@
# Template build file for 'pango'. # Template build file for 'pango'.
pkgname=pango pkgname=pango
version=1.40.14 version=1.42.0
revision=1 revision=1
build_style=gnu-configure configure_args="$(vopt_enable gir introspection) --disable-gtk-doc"
configure_args="$(vopt_enable gir introspection)" build_style=gnu-configure # switch to meson when possible
hostmakedepends="automake libtool pkg-config gtk-doc glib-devel hostmakedepends="pkg-config glib-devel help2man $(vopt_if gir gobject-introspection)"
$(vopt_if gir gobject-introspection)" makedepends="libglib-devel cairo-devel libXft-devel harfbuzz-devel fribidi-devel libthai-devel"
# XXX Add missing dependency libthai.
makedepends="libglib-devel cairo-devel libXft-devel harfbuzz-devel"
triggers="pango-modules" triggers="pango-modules"
short_desc="Library for layout and rendering of text" short_desc="Library for layout and rendering of text"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.pango.org/" homepage="http://www.pango.org/"
license="LGPL-2.1" license="LGPL-2.1-or-later"
distfiles="${GNOME_SITE}/pango/${version%.*}/${pkgname}-${version}.tar.xz" distfiles="${GNOME_SITE}/pango/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=90af1beaa7bf9e4c52db29ec251ec4fd0a8f2cc185d521ad1f88d01b3a6a17e3 checksum=9924d88a3dcedff753f0763814a1605307c5c9c931413b8b47ea7267d1b19446
# Package build options # Package build options
build_options="gir" build_options="gir"
@ -23,13 +21,9 @@ if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir" build_options_default="gir"
fi fi
pre_configure() { post_install() {
autoreconf -fi rm -rf -- "${DESTDIR}"/usr/share/installed-tests
} rm -rf -- "${DESTDIR}"/usr/libexec/installed-tests
pre_check() {
# Disable test that is know to fail
sed -i '/test-layout/d' tests/Makefile.am
} }
pango-xft_package() { pango-xft_package() {