mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/font-raleway: fix circular dependencies
This commit is contained in:
parent
16faa9a6c4
commit
f1c74f0259
@ -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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user