Revert "pango: update to 1.44.5."

This reverts commit c453a5350f.

pango removed support for type1 and bitmap fonts. Such a removal needs
to be announced and planned.
This commit is contained in:
Enno Boland 2019-08-16 17:13:02 +02:00
parent af4bc70121
commit 4e4a563d1f
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

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