From f1c74f02597f230fecfb49035e3016cb476a040b Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Mon, 22 Nov 2021 15:07:59 +0100 Subject: [PATCH] testing/font-raleway: fix circular dependencies --- testing/font-raleway/APKBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/testing/font-raleway/APKBUILD b/testing/font-raleway/APKBUILD index d5cd1a92bc0..965e1d43028 100644 --- a/testing/font-raleway/APKBUILD +++ b/testing/font-raleway/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers pkgname=font-raleway pkgver=4.101 -pkgrel=0 +pkgrel=1 pkgdesc="An elegant sans-serif font family, now 9 weights and italic style" url="https://www.theleagueofmoveabletype.com/raleway" arch="noarch" @@ -21,6 +21,8 @@ package() { } otf() { + depends="" + cd "$builddir"/static/OTF find . -name "*.otf" -maxdepth 1 | while read -r i; do install -Dm644 $i -t "$subpkgdir"/usr/share/fonts/OTF/ @@ -28,6 +30,8 @@ otf() { } ttf() { + depends="" + cd "$builddir"/static/TTF find . -name "*.ttf" -maxdepth 1 | while read -r i; do install -Dm644 $i -t "$subpkgdir"/usr/share/fonts/TTF/