ttf-noto: fix typo

This commit is contained in:
Chaoting Liu 2018-10-28 18:44:02 +01:00
parent c0ab4a2b1d
commit 9805e98e8a

View File

@ -2,7 +2,7 @@ pkgbase=ttf-noto
# Please do not merge noto-color-emoji and noto-emoji for now. ColorEmoji
# is likely to cause some crashes in application.
pkgname=('ttf-noto' 'ttf-noto-extra' 'otf-noto-cjk' 'ttf-noto-emoji' 'ttf-noto-color-emoji' 'ttf-croscore')
pkgver=20181024
pkgver=20181028
_commit=d7af81e614086435102cca95961b141b3530a027 # master
_commit_cjk=32a5844539f2e348ed36b44e990f9b06d7fb89fe
_commit_emoji=8a6530b7b26e8c5ee7b177a1388d492bbcaf4319
@ -34,8 +34,6 @@ package_ttf-noto() {
cd noto-fonts-${_commit}
install -Dm644 hinted/Noto*.tt[fc] -t "$pkgdir"/usr/share/fonts/noto
# Already in NotoSans-*.ttc
rm "$pkgdir"/usr/share/fonts/noto/NotoSans{,UI}-*.ttf
# in -extra
rm -f "$pkgdir"/usr/share/fonts/noto/Noto*{Condensed,SemiBold,Extra}*.tt[fc]
@ -69,7 +67,7 @@ package_otf-noto-cjk() {
install -Dm644 *.ttc -t "$pkgdir"/usr/share/fonts/noto
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
install $srcdir 70-noto-cjk.conf $pkgdir/etc/fonts/conf.avail/70-noto-cjk.conf
install -Dm644 $srcdir/70-noto-cjk.conf $pkgdir/etc/fonts/conf.avail/70-noto-cjk.conf
ln -s ../conf.avail/70-noto-cjk.conf $pkgdir/etc/fonts/conf.d/70-noto-cjk.conf
}