mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
ttfautohint: update to 1.8.2.
This commit is contained in:
parent
ba6c6ca7f5
commit
1b13cf5644
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'ttfautohint'
|
# Template file for 'ttfautohint'
|
||||||
pkgname=ttfautohint
|
pkgname=ttfautohint
|
||||||
version=1.8.1
|
version=1.8.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="freetype-devel harfbuzz-devel qt-devel"
|
makedepends="freetype-devel harfbuzz-devel qt-devel"
|
||||||
short_desc="Tools for automated hinting process and finely hand-hinting"
|
short_desc="Tools for automated hinting process and finely hand-hinting"
|
||||||
maintainer="Renato Aguiar <renato@renag.me>"
|
maintainer="Renato Aguiar <renato@renag.me>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-only"
|
||||||
homepage="https://www.freetype.org/ttfautohint/"
|
homepage="https://www.freetype.org/ttfautohint/"
|
||||||
distfiles="http://download.savannah.gnu.org/releases/freetype/ttfautohint-${version}.tar.gz"
|
distfiles="http://download.savannah.gnu.org/releases/freetype/ttfautohint-${version}.tar.gz"
|
||||||
checksum=12df5120be194d2731e2a3c596892aa218681614c4f924e24279baf69bb7d4f9
|
checksum=386741701596a8b2d5fb744901922ed2bd740490f7e6c81e5d7e83ac677889a7
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt-host-tools qt-devel"
|
hostmakedepends+=" qt-host-tools qt-devel"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue