mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +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>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=fontconfig
|
pkgname=fontconfig
|
||||||
pkgver=2.15.0
|
pkgver=2.15.0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Library for configuring and customizing font access"
|
pkgdesc="Library for configuring and customizing font access"
|
||||||
url="https://www.freedesktop.org/wiki/Software/fontconfig"
|
url="https://www.freedesktop.org/wiki/Software/fontconfig"
|
||||||
arch="all"
|
arch="all"
|
||||||
|
@ -34,6 +34,10 @@ build() {
|
||||||
--enable-docs \
|
--enable-docs \
|
||||||
--disable-nls
|
--disable-nls
|
||||||
make
|
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() {
|
check() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue