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:
parent
419cdca8d0
commit
51e91d4ddc
1 changed files with 5 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue