freetype: update to 2.6.

This commit is contained in:
Juan RP 2015-06-09 07:43:23 +02:00
parent 874e8ea2b4
commit 6e00a0a507

View file

@ -1,7 +1,7 @@
# Template build file 'freetype'.
pkgname=freetype
version=2.5.5
revision=4
version=2.6
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="zlib-devel bzip2-devel libpng-devel"
@ -10,12 +10,12 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.freetype.org/"
license="GPL-2"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
checksum=387bcc4b780b12484aa2ec9f7db1a55d8286eb5639f45fbc0fbba7a4e5a1afb9
checksum=8469fb8124764f85029cc8247c31e132a2c5e51084ddce2a44ea32ee4ae8347e
build_options="ultimate"
desc_option_ultimate="Enable ultimate patchset"
if [ ${build_option_ultimate} ]; then
if [ "${build_option_ultimate}" ]; then
_ultimate_version="2015-06-01"
_ultimate_wrksrc="${XBPS_BUILDDIR}/fontconfig-ultimate-${_ultimate_version}/"
distfiles+=" https://github.com/bohoomil/fontconfig-ultimate/archive/${_ultimate_version}.tar.gz"