ttfautohint: switch to qt5

This commit is contained in:
maxice8 2018-09-14 17:16:56 -03:00
parent 9e513c58d8
commit 12254b8f9b
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B

View File

@ -1,10 +1,10 @@
# Template file for 'ttfautohint'
pkgname=ttfautohint
version=1.8.2
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="freetype-devel harfbuzz-devel qt-devel"
makedepends="freetype-devel harfbuzz-devel qt5-devel"
short_desc="Tools for automated hinting process and finely hand-hinting"
maintainer="Renato Aguiar <renato@renag.me>"
license="GPL-2.0-only"
@ -13,5 +13,5 @@ distfiles="http://download.savannah.gnu.org/releases/freetype/ttfautohint-${vers
checksum=386741701596a8b2d5fb744901922ed2bd740490f7e6c81e5d7e83ac677889a7
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt-host-tools qt-devel"
hostmakedepends+=" qt5-host-tools qt5-devel"
fi