mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
freetype: update to 2.13.0.
This commit is contained in:
parent
32d77ad086
commit
1bd3280fdf
1 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'freetype'
|
# Template file for 'freetype'
|
||||||
pkgname=freetype
|
pkgname=freetype
|
||||||
version=2.12.1
|
version=2.13.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-freetype-config"
|
configure_args="--enable-freetype-config"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -10,8 +10,10 @@ short_desc="Font rendering engine and library API"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later, FTL"
|
license="GPL-2.0-or-later, FTL"
|
||||||
homepage="https://www.freetype.org/"
|
homepage="https://www.freetype.org/"
|
||||||
distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
# Should be using NONGNU_SITE instead, but that often redirects to outdated
|
||||||
checksum=4766f20157cc4cf0cd292f80bf917f92d1c439b243ac3018debf6b9140c41a7f
|
# mirrors, causing fetching the distfile to fail.
|
||||||
|
distfiles="https://download-mirror.savannah.gnu.org/releases/freetype/freetype-${version}.tar.xz"
|
||||||
|
checksum=5ee23abd047636c24b2d43c6625dcafc66661d1aca64dec9e0d05df29592624c
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
vsed -i -e "s/%PKG_CONFIG%/pkg-config/" builds/unix/freetype-config.in
|
vsed -i -e "s/%PKG_CONFIG%/pkg-config/" builds/unix/freetype-config.in
|
||||||
|
|
Loading…
Add table
Reference in a new issue