diff --git a/srcpkgs/pango/template b/srcpkgs/pango/template index 2b4a70d0d77..2ecd0a05a64 100644 --- a/srcpkgs/pango/template +++ b/srcpkgs/pango/template @@ -1,18 +1,20 @@ # Template file for 'pango' pkgname=pango -version=1.48.0 -revision=2 +version=1.48.4 +revision=1 build_style=meson build_helper=gir configure_args="-Dintrospection=$(vopt_if gir enabled disabled)" hostmakedepends="glib-devel help2man pkg-config" makedepends="fribidi-devel harfbuzz-devel libXft-devel libthai-devel" +checkdepends="liberation-fonts-ttf cantarell-fonts" short_desc="Library for layout and rendering of text" maintainer="Orphaned " license="LGPL-2.1-or-later" homepage="https://www.pango.org/" +changelog="https://gitlab.gnome.org/GNOME/pango/-/raw/master/NEWS" distfiles="${GNOME_SITE}/pango/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=391f26f3341c2d7053e0fb26a956bd42360dadd825efe7088b1e9340a65e74e6 +checksum=418913fb062071a075846244989d4a67aa5c80bf0eae8ee4555a092fd566a37a # Package build options build_options="gir" @@ -26,7 +28,7 @@ post_install() { pango-xft_package() { short_desc+=" - X font rendering" pkg_install() { - vmove usr/lib/libpangoxft*.so.* + vmove "usr/lib/libpangoxft*.so.*" if [ "$build_option_gir" ]; then vmove usr/lib/girepository-1.0/PangoXft-1.0.typelib fi