From 983a3bfc810f60c65efc48124bd0ba3f721dd996 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sat, 8 Oct 2016 11:32:01 +0000 Subject: [PATCH] noto: single recipe. --- media-fonts/noto/noto-20160613.recipe | 46 +++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 media-fonts/noto/noto-20160613.recipe diff --git a/media-fonts/noto/noto-20160613.recipe b/media-fonts/noto/noto-20160613.recipe new file mode 100644 index 000000000..8daeb4022 --- /dev/null +++ b/media-fonts/noto/noto-20160613.recipe @@ -0,0 +1,46 @@ +SUMMARY="The Noto font" +DESCRIPTION="Noto's goal is providing a beautiful reading experience for everyone \ +and for all languages. With visual harmony when multiple languages share a page. With \ +multiple styles and weights. Freely available to all. +" +HOMEPAGE="https://www.google.com/get/noto/" +srcGitRev="19ce9d5549adbe438e641871b66f1b7564f07363" +SOURCE_URI="https://github.com/googlei18n/noto/archive/$srcGitRev.tar.gz" +CHECKSUM_SHA256="4f9fb709f6e775be11f3b60d1f1e5ac3c2de19c39c8f7b5ddadbc53ba029a387" +SOURCE_DIR="noto-fonts-$srcGitRev" +LICENSE="SIL Open Font License v1.1" +COPYRIGHT="2012 Google Inc." +REVISION="1" + +ARCHITECTURES="any" +DISABLE_SOURCE_PACKAGE=yes + +PROVIDES=" + noto=$portVersion + " +REQUIRES=" " +PROVIDES_chroscore=" + noto_chroscore=$portVersion + " +REQUIRES_chroscore=" " +BUILD_REQUIRES=" " +BUILD_PREREQUIRES=" + " +BUILD() +{ + true +} + +INSTALL() +{ + FONTDIR=$fontsDir/ttfonts + mkdir -p ${FONTDIR} + + cp hinted/*.ttf ${FONTDIR} + + packageEntries chroscore \ + ${FONTDIR}/Arimo*.ttf \ + ${FONTDIR}/Cousine*.ttf \ + ${FONTDIR}/Tinos*.ttf + +}