From 6b880f614a853d0a50114798466a96ce89b8fee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 20 Feb 2021 13:23:09 +0700 Subject: [PATCH] ttfautohint: fix cross-build & rpath --- srcpkgs/ttfautohint/template | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/srcpkgs/ttfautohint/template b/srcpkgs/ttfautohint/template index 496ddeb92bb..6096ec06eb4 100644 --- a/srcpkgs/ttfautohint/template +++ b/srcpkgs/ttfautohint/template @@ -3,7 +3,8 @@ pkgname=ttfautohint version=1.8.3 revision=1 build_style=gnu-configure -hostmakedepends="pkg-config" +build_helper=qmake +hostmakedepends="pkg-config qt5-host-tools qt5-qmake perl" makedepends="freetype-devel harfbuzz-devel qt5-devel" short_desc="Tools for automated hinting process and finely hand-hinting" maintainer="Renato Aguiar " @@ -11,7 +12,3 @@ license="GPL-2.0-only" homepage="https://www.freetype.org/ttfautohint/" distfiles="http://download.savannah.gnu.org/releases/freetype/ttfautohint-${version}.tar.gz" checksum=87bb4932571ad57536a7cc20b31fd15bc68cb5429977eb43d903fa61617cf87e - -if [ "$CROSS_BUILD" ]; then - hostmakedepends+=" qt5-host-tools qt5-devel" -fi