summaryrefslogtreecommitdiff
path: root/Makefile.fetch
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2017-12-21 18:57:02 +0400
committerYousuf Philips <philipz85@hotmail.com>2018-01-16 15:11:07 +0100
commit26c4a36cad9aca8e07abcbfeddf744ae112a4bc0 (patch)
treed20bac12c93ed3b38c3af8d20d0eaddfe6805c93 /Makefile.fetch
parent94f02cf29aedcf3187f04accfa7be87988a80cb0 (diff)
tdf#113532 Add Arabic fonts into default installation
Includes these fonts * Amiri * KACSTOffice, KACSTBook * Reem Kufi * Scheherazade Change-Id: I2071c4c379b2dc88a205e2c284ae0a65cfdc76c9 Reviewed-on: https://gerrit.libreoffice.org/46624 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 4eaeb8058d75d03e782d37b430b68890aa374f2c) Reviewed-on: https://gerrit.libreoffice.org/46955 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
Diffstat (limited to 'Makefile.fetch')
-rw-r--r--Makefile.fetch4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.fetch b/Makefile.fetch
index 33558239eeb8..42a8ca8684f9 100644
--- a/Makefile.fetch
+++ b/Makefile.fetch
@@ -180,6 +180,10 @@ $(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(S
$(call fetch_Optional,MORE_FONTS,FONT_CULMUS_TARBALL) \
$(call fetch_Optional,MORE_FONTS,FONT_LIBRE_HEBREW_TARBALL) \
$(call fetch_Optional,MORE_FONTS,FONT_ALEF_TARBALL) \
+ $(call fetch_Optional,MORE_FONTS,FONT_AMIRI_TARBALL) \
+ $(call fetch_Optional,MORE_FONTS,FONT_KACST_TARBALL) \
+ $(call fetch_Optional,MORE_FONTS,FONT_REEM_TARBALL) \
+ $(call fetch_Optional,MORE_FONTS,FONT_SCHEHERAZADE_TARBALL) \
$(call fetch_Optional,MSPUB,MSPUB_TARBALL) \
$(call fetch_Optional,MWAW,MWAW_TARBALL) \
$(call fetch_Optional,MYSQL_CONNECTOR_CPP,MYSQL_CONNECTOR_CPP_TARBALL) \