tdf#101949 update Source Code Pro fonts to 2.030 and 1.050
Change-Id: Ic314f2b970ea96ec1eb027979723985138638cdb Reviewed-on: https://gerrit.libreoffice.org/28818 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
This commit is contained in:
parent
37ad8daabf
commit
956db07196
2 changed files with 13 additions and 1 deletions
|
@ -47,7 +47,7 @@ export FONT_LIBERATION_TARBALL := 5c781723a0d9ed6188960defba8e91cf-liberation-fo
|
|||
export FONT_LINLIBERTINEG_TARBALL := e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip
|
||||
export FONT_OPENSANS_TARBALL := 7a15edea7d415ac5150ea403e27401fd-open-sans-font-ttf-1.10.tar.gz
|
||||
export FONT_PTSERIF_TARBALL := c3c1a8ba7452950636e871d25020ce0d-pt-serif-font-1.0000W.tar.gz
|
||||
export FONT_SOURCECODE_TARBALL := 0279a21fab6f245e85a6f85fea54f511-source-code-font-1.009.tar.gz
|
||||
export FONT_SOURCECODE_TARBALL := 907d6e99f241876695c19ff3db0b8923-source-code-pro-2.030R-ro-1.050R-it.tar.gz
|
||||
export FONT_SOURCESANS_TARBALL := edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz
|
||||
export FONT_NOTOEMOJI_TARBALL := 61f45f3d6cb7f874aecbe6cdc8ba26a2-NotoEmoji-unhinted.tar.gz
|
||||
export FREEHAND_MD5SUM := 8cf70c5dc4d24d2dc4a107f509d2d6d7
|
||||
|
|
|
@ -10,8 +10,20 @@
|
|||
$(eval $(call gb_ExternalPackage_ExternalPackage,fonts_sourcecode,font_sourcecode))
|
||||
|
||||
$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_sourcecode,$(LIBO_SHARE_FOLDER)/fonts/truetype,\
|
||||
SourceCodePro-BlackIt.ttf \
|
||||
SourceCodePro-Black.ttf \
|
||||
SourceCodePro-BoldIt.ttf \
|
||||
SourceCodePro-Bold.ttf \
|
||||
SourceCodePro-ExtraLightIt.ttf \
|
||||
SourceCodePro-ExtraLight.ttf \
|
||||
SourceCodePro-It.ttf \
|
||||
SourceCodePro-LightIt.ttf \
|
||||
SourceCodePro-Light.ttf \
|
||||
SourceCodePro-MediumIt.ttf \
|
||||
SourceCodePro-Medium.ttf \
|
||||
SourceCodePro-Regular.ttf \
|
||||
SourceCodePro-SemiboldIt.ttf \
|
||||
SourceCodePro-Semibold.ttf \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
|
Loading…
Reference in a new issue