pango: downgrade to 1.42.4_4
Avoid issues with dropped support for BDF and PCF files until either harfbuzz supports them or a clean and working way to convert these types of fonts to OTB is available and applied to font packages which currently install BDF and/or PCF files.
This commit is contained in:
parent
bb6184687e
commit
5c7ae8cb2b
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'pango'
|
||||
pkgname=pango
|
||||
version=1.44.7
|
||||
revision=1
|
||||
build_style=meson
|
||||
reverts="1.44.5_1 1.44.7_1"
|
||||
version=1.42.4
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
hostmakedepends="glib-devel help2man pkg-config"
|
||||
makedepends="fribidi-devel harfbuzz-devel libXft-devel libthai-devel"
|
||||
|
@ -11,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="LGPL-2.1-or-later"
|
||||
homepage="https://www.pango.org/"
|
||||
distfiles="${GNOME_SITE}/pango/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=66a5b6cc13db73efed67b8e933584509f8ddb7b10a8a40c3850ca4a985ea1b1f
|
||||
checksum=1d2b74cd63e8bd41961f2f8d952355aa0f9be6002b52c8aa7699d9f5da597c9d
|
||||
|
||||
post_install() {
|
||||
rm -rf -- ${DESTDIR}/usr/share/installed-tests
|
||||
|
|
Loading…
Reference in New Issue