From ecb096841a1d7b4d468ba111df4ebafc13134c8e Mon Sep 17 00:00:00 2001 From: Akshay Deep Date: Thu, 30 Jun 2016 15:59:58 +0530 Subject: Add Noto Emoji font for emoji support Change-Id: I57cc123ec5e1f90967e82a60fdea792974054f86 Reviewed-on: https://gerrit.libreoffice.org/26800 Reviewed-by: Michael Meeks Tested-by: Jenkins --- external/more_fonts/ExternalPackage_NotoEmoji.mk | 16 ++++++++++++++++ external/more_fonts/Module_more_fonts.mk | 2 ++ external/more_fonts/UnpackedTarball_NotoEmoji.mk | 14 ++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 external/more_fonts/ExternalPackage_NotoEmoji.mk create mode 100644 external/more_fonts/UnpackedTarball_NotoEmoji.mk (limited to 'external/more_fonts') diff --git a/external/more_fonts/ExternalPackage_NotoEmoji.mk b/external/more_fonts/ExternalPackage_NotoEmoji.mk new file mode 100644 index 000000000000..2540ab32b341 --- /dev/null +++ b/external/more_fonts/ExternalPackage_NotoEmoji.mk @@ -0,0 +1,16 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# + +$(eval $(call gb_ExternalPackage_ExternalPackage,fonts_notoemoji,font_notoemoji)) + +$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_notoemoji,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ + NotoEmoji-Regular.ttf \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/external/more_fonts/Module_more_fonts.mk b/external/more_fonts/Module_more_fonts.mk index 3f4a653949dc..54bb9b9ee905 100644 --- a/external/more_fonts/Module_more_fonts.mk +++ b/external/more_fonts/Module_more_fonts.mk @@ -22,6 +22,7 @@ $(eval $(call gb_Module_add_targets,more_fonts,\ ExternalPackage_ptserif \ ExternalPackage_sourcecode \ ExternalPackage_sourcesans \ + ExternalPackage_NotoEmoji \ UnpackedTarball_caladea \ UnpackedTarball_carlito \ UnpackedTarball_dejavu \ @@ -33,6 +34,7 @@ $(eval $(call gb_Module_add_targets,more_fonts,\ UnpackedTarball_ptserif \ UnpackedTarball_sourcecode \ UnpackedTarball_sourcesans \ + UnpackedTarball_NotoEmoji \ )) # vim: set noet sw=4 ts=4: diff --git a/external/more_fonts/UnpackedTarball_NotoEmoji.mk b/external/more_fonts/UnpackedTarball_NotoEmoji.mk new file mode 100644 index 000000000000..0c773b6248cf --- /dev/null +++ b/external/more_fonts/UnpackedTarball_NotoEmoji.mk @@ -0,0 +1,14 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# + +$(eval $(call gb_UnpackedTarball_UnpackedTarball,font_notoemoji)) + +$(eval $(call gb_UnpackedTarball_set_tarball,font_notoemoji,$(FONT_NOTOEMOJI_TARBALL))) + +# vim: set noet sw=4 ts=4: -- cgit