pango: update to 1.42.1.

Closes #13270.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-04-07 20:19:03 -03:00 committed by Enno Boland
parent d932fcc8a5
commit dac104c3e7
1 changed files with 5 additions and 4 deletions

View File

@ -1,18 +1,19 @@
# Template build file for 'pango'.
pkgname=pango
version=1.42.0
version=1.42.1
revision=1
configure_args="$(vopt_enable gir introspection) --disable-gtk-doc"
build_style=gnu-configure # switch to meson when possible
hostmakedepends="pkg-config glib-devel help2man $(vopt_if gir gobject-introspection)"
makedepends="libglib-devel cairo-devel libXft-devel harfbuzz-devel fribidi-devel libthai-devel"
hostmakedepends="glib-devel help2man pkg-config
$(vopt_if gir 'gobject-introspection')"
makedepends="fribidi-devel harfbuzz-devel libXft-devel libthai-devel"
triggers="pango-modules"
short_desc="Library for layout and rendering of text"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.pango.org/"
license="LGPL-2.1-or-later"
distfiles="${GNOME_SITE}/pango/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=9924d88a3dcedff753f0763814a1605307c5c9c931413b8b47ea7267d1b19446
checksum=915a6756b298578ff27c7a6393f8c2e62e6e382f9411f2504d7af1a13c7bce32
# Package build options
build_options="gir"