1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

main/fontconfig: disable test that tries to use internet

see attached comment
This commit is contained in:
ptrcnull 2025-03-30 21:56:43 +02:00 committed by Natanael Copa
parent 419cdca8d0
commit 51e91d4ddc

View file

@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=fontconfig
pkgver=2.15.0
pkgrel=2
pkgrel=3
pkgdesc="Library for configuring and customizing font access"
url="https://www.freedesktop.org/wiki/Software/fontconfig"
arch="all"
@ -34,6 +34,10 @@ build() {
--enable-docs \
--disable-nls
make
# test tries to download google fonts from internet
# https://gitlab.freedesktop.org/fontconfig/fontconfig/-/blob/2.15.0/test/run-test.sh#L435
chmod -x test/test-crbug1004254
}
check() {