From c453a5350f6e63e53bc3ef7ffcdc263808287d90 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 15 Aug 2019 10:17:27 +0200 Subject: [PATCH] pango: update to 1.44.5. --- srcpkgs/pango/template | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/srcpkgs/pango/template b/srcpkgs/pango/template index d54374ec27d..508f562aae2 100644 --- a/srcpkgs/pango/template +++ b/srcpkgs/pango/template @@ -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 " 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" } }