summaryrefslogtreecommitdiff
path: root/Makefile.fetch
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-09-18 15:42:30 +0200
committerAndras Timar <andras.timar@collabora.com>2021-03-30 16:33:40 +0200
commit68349ebcda15b54bc2de2b1b3583cefd7432e44d (patch)
tree4901d201836cbea131e43f9096ec2f7d9336ff6e /Makefile.fetch
parent5d7d15563b7541f7132e18c3ebe9420bb1b9465b (diff)
[cp] add OpenDyslexic font
Change-Id: Ib05a6d6418563fd9333821594f0aca5ab724f3e8 Reviewed-on: https://gerrit.libreoffice.org/79099 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'Makefile.fetch')
-rw-r--r--Makefile.fetch3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.fetch b/Makefile.fetch
index 4fdac7546084..f0a10dbf640b 100644
--- a/Makefile.fetch
+++ b/Makefile.fetch
@@ -245,6 +245,9 @@ $(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(S
$(call fetch_Optional,NOTO_FONT,FONT_NOTO_SERIF_SC_TARBALL) \
$(call fetch_Optional,NOTO_FONT,FONT_NOTO_SERIF_TC_TARBALL) \
,$(call fetch_Download_item,https://noto-website-2.storage.googleapis.com/pkgs,$(item)))
+ $(foreach item, \
+ $(call fetch_Optional,MORE_FONTS,FONT_OPENDYSLEXIC_TARBALL) \
+ ,$(call fetch_Download_item,https://github.com/antijingoist/opendyslexic/releases/download/v0.9.10,$(item)))
@mkdir -p $(dir $@) && touch $@
@mkdir -p $(dir $@)/Executable