wok diff noto-sans/receipt @ rev 22498
updated aspell-en (7.1-0 -> 2019.10.06.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jan 01 09:13:39 2020 +0100 (2020-01-01) |
parents | 03550e87324e |
children | b569b85b0fb9 |
line diff
1.1 --- a/noto-sans/receipt Sun Jul 10 20:46:36 2016 +0300 1.2 +++ b/noto-sans/receipt Wed Jan 01 09:13:39 2020 +0100 1.3 @@ -8,6 +8,10 @@ 1.4 MAINTAINER="al.bobylev@gmail.com" 1.5 LICENSE="OFL" 1.6 WEB_SITE="http://www.google.com/get/noto/" 1.7 +font=Regular 1.8 +TARBALL="NotoSans-$font-$VERSION.ttf" 1.9 +EXTRA_SOURCE_FILES="NotoSans-Bold-$VERSION.ttf NotoSans-Italic-$VERSION.ttf NotoSans-BoldItalic-$VERSION.ttf" 1.10 +WGET_URL="https://github.com/googlei18n/noto-fonts/raw/$COMMIT/hinted/NotoSans-$font.ttf" 1.11 TAGS="font" 1.12 1.13 SIBLINGS="noto-serif" 1.14 @@ -27,8 +31,8 @@ 1.15 # This commit "ad153f5" bumped version of "NotoSans-*" fonts to "1.06": 1.16 # https://github.com/googlei18n/noto-fonts/commit/ad153f5a14c838afb16c83f0a02784c7605f1e21 1.17 1.18 - mkdir -p $src 1.19 - for font in Regular Bold Italic BoldItalic; do 1.20 + mv $TARBALL NotoSans-Regular.ttf 1.21 + for font in Bold Italic BoldItalic; do 1.22 get_file="NotoSans-$font.ttf" 1.23 save_file="NotoSans-$font-$VERSION.ttf" 1.24 url="https://github.com/googlei18n/noto-fonts/raw/$COMMIT/hinted/$get_file"