summaryrefslogtreecommitdiffstats
path: root/Makefile.fetch
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2017-12-21 18:57:02 +0400
committerEike Rathke <erack@redhat.com>2017-12-21 20:16:57 +0100
commit4eaeb8058d75d03e782d37b430b68890aa374f2c (patch)
tree8108959915ea8d3a15e81a77e79aa5219f2d75e8 /Makefile.fetch
parentunused SID command in starmath (diff)
downloadcore-4eaeb8058d75d03e782d37b430b68890aa374f2c.tar.gz
core-4eaeb8058d75d03e782d37b430b68890aa374f2c.zip
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>
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) \