diff --git a/srcpkgs/google-fonts-ttf/files/dup.lst b/srcpkgs/google-fonts-ttf/files/dup.lst index 6dbf0b0ea32..ed88c5aff43 100644 --- a/srcpkgs/google-fonts-ttf/files/dup.lst +++ b/srcpkgs/google-fonts-ttf/files/dup.lst @@ -21,8 +21,6 @@ ofl/ibmplexsansthai ofl/ibmplexsansthailooped ofl/ibmplexserif ofl/manjari -ofl/notocoloremoji -ofl/notocoloremojicompattest ofl/opensans ofl/sourcesans3 ofl/vollkorn diff --git a/srcpkgs/google-fonts-ttf/template b/srcpkgs/google-fonts-ttf/template index 190cccbc616..d175da1e8f9 100644 --- a/srcpkgs/google-fonts-ttf/template +++ b/srcpkgs/google-fonts-ttf/template @@ -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* }