pango: update to 1.44.5.

This commit is contained in:
Juan RP 2019-08-15 10:17:27 +02:00
parent 2807bd6902
commit c453a5350f
No known key found for this signature in database
GPG key ID: AF19F6CB482F9368

View file

@ -1,10 +1,10 @@
# Template file for 'pango'
pkgname=pango
version=1.42.4
revision=3
build_style=gnu-configure # switch to meson when possible
version=1.44.5
revision=1
build_style=meson
build_helper="gir"
configure_args="$(vopt_enable gir introspection) --disable-gtk-doc"
configure_args="-Dgtk_doc=false $(vopt_if gir -Dintrospection=true -Dintrospection=false)"
hostmakedepends="glib-devel help2man pkg-config"
makedepends="fribidi-devel harfbuzz-devel libXft-devel libthai-devel"
short_desc="Library for layout and rendering of text"
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://www.pango.org/"
distfiles="${GNOME_SITE}/pango/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=1d2b74cd63e8bd41961f2f8d952355aa0f9be6002b52c8aa7699d9f5da597c9d
checksum=8527dfcbeedb4390149b6f94620c0fa64e26046ab85042c2a7556438847d7fc1
# Package build options
build_options="gir"
@ -36,7 +36,10 @@ pango-view_package() {
short_desc+=" - utility to view pango files"
pkg_install() {
vmove usr/bin/pango-view
vmove usr/share/man/man1/pango-view.1
# XXX runs help2man on generated pango-view
if [ -z "$CROSS_BUILD" ]; then
vmove usr/share/man/man1/pango-view.1
fi
}
}
pango-devel_package() {
@ -48,7 +51,6 @@ pango-devel_package() {
if [ "$build_option_gir" ]; then
vmove "usr/share/gir-*"
fi
vmove usr/share/gtk-doc
vmove "usr/lib/*.so"
}
}