testing/font-raleway: fix circular dependencies

This commit is contained in:
Jakub Jirutka 2021-11-22 15:07:59 +01:00
parent 16faa9a6c4
commit f1c74f0259

View File

@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
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/