google-fonts-ttf: remove duplicate noto fonts.
This commit is contained in:
parent
a226a37df8
commit
4301c49ce2
|
@ -21,8 +21,6 @@ ofl/ibmplexsansthai
|
|||
ofl/ibmplexsansthailooped
|
||||
ofl/ibmplexserif
|
||||
ofl/manjari
|
||||
ofl/notocoloremoji
|
||||
ofl/notocoloremojicompattest
|
||||
ofl/opensans
|
||||
ofl/sourcesans3
|
||||
ofl/vollkorn
|
||||
|
|
|
@ -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*
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue