From 4301c49ce26e70cff7c6f148d2bfe4c5b072a3f2 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 28 Sep 2022 19:26:31 -0400 Subject: [PATCH] google-fonts-ttf: remove duplicate noto fonts. --- srcpkgs/google-fonts-ttf/files/dup.lst | 2 -- srcpkgs/google-fonts-ttf/template | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) 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* }