freetype: update to 2.7.
This commit is contained in:
parent
ff1d9000f1
commit
a7f067a329
2 changed files with 2 additions and 29 deletions
|
@ -1,20 +0,0 @@
|
|||
--- modules.cfg.orig 2006-07-07 21:01:09.000000000 -0400
|
||||
+++ modules.cfg 2006-07-07 21:01:54.000000000 -0400
|
||||
@@ -110,7 +110,7 @@
|
||||
AUX_MODULES += cache
|
||||
|
||||
# TrueType GX/AAT table validation. Needs ftgxval.c below.
|
||||
-# AUX_MODULES += gxvalid
|
||||
+AUX_MODULES += gxvalid
|
||||
|
||||
# Support for streams compressed with gzip (files with suffix .gz).
|
||||
#
|
||||
@@ -124,7 +124,7 @@
|
||||
|
||||
# OpenType table validation. Needs ftotval.c below.
|
||||
#
|
||||
-# AUX_MODULES += otvalid
|
||||
+AUX_MODULES += otvalid
|
||||
|
||||
# Auxiliary PostScript driver component to share common code.
|
||||
#
|
|
@ -1,6 +1,6 @@
|
|||
# Template build file 'freetype'.
|
||||
pkgname=freetype
|
||||
version=2.6.5
|
||||
version=2.7
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://www.freetype.org/"
|
||||
license="GPL-2"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||
checksum=e20a6e1400798fd5e3d831dd821b61c35b1f9a6465d6b18a53a9df4cf441acf0
|
||||
checksum=d6a451f5b754857d2aa3964fd4473f8bc5c64e879b24516d780fb26bec7f7d48
|
||||
|
||||
build_options="ultimate"
|
||||
desc_option_ultimate="Enable ultimate patchset"
|
||||
|
@ -31,13 +31,6 @@ if [ "${build_option_ultimate}" ]; then
|
|||
vmkdir etc/profile.d
|
||||
vinstall ${_ultimate_wrksrc}/${pkgname}/infinality-settings.sh 644 etc/profile.d
|
||||
}
|
||||
else
|
||||
post_extract() {
|
||||
msg_normal "Applying freetype patches\n"
|
||||
for P in ${FILESDIR}/*.patch; do
|
||||
patch -p0 < $P
|
||||
done
|
||||
}
|
||||
fi
|
||||
|
||||
freetype-devel_package() {
|
||||
|
|
Loading…
Reference in a new issue