mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-14 19:09:03 +08:00
ttf-noto: fix typo
This commit is contained in:
parent
c0ab4a2b1d
commit
9805e98e8a
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user