google-fonts-ttf: remove duplicate noto fonts.

This commit is contained in:
classabbyamp 2022-09-28 19:26:31 -04:00 committed by classabbyamp
parent a226a37df8
commit 4301c49ce2
2 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,6 @@ ofl/ibmplexsansthai
ofl/ibmplexsansthailooped
ofl/ibmplexserif
ofl/manjari
ofl/notocoloremoji
ofl/notocoloremojicompattest
ofl/opensans
ofl/sourcesans3
ofl/vollkorn

View File

@ -1,7 +1,7 @@
# Template file for 'google-fonts-ttf'
pkgname=google-fonts-ttf
version=20220819
revision=2
revision=3
_githash=4d93a40d26493aa652ce200dab43ed80e2194213
wrksrc="fonts-${_githash}"
# Those fonts were provided by google-fonts-ttf
@ -24,6 +24,8 @@ post_extract() {
xargs rm -r <"$FILESDIR/dup.lst"
# ttf-ubuntu-font-family
rm -r ufl
# noto-fonts-ttf
rm -r ofl/noto*
}