From ce0f7fbf1ea69d02982f8595493be2f700b93200 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 21 Sep 2017 09:21:20 +0200 Subject: [PATCH] noto: bump version. --- media-fonts/noto/noto-20160613.recipe | 98 ------------------- ...o-20170202.recipe => noto-20170920.recipe} | 23 ++--- 2 files changed, 6 insertions(+), 115 deletions(-) delete mode 100644 media-fonts/noto/noto-20160613.recipe rename media-fonts/noto/{noto-20170202.recipe => noto-20170920.recipe} (88%) diff --git a/media-fonts/noto/noto-20160613.recipe b/media-fonts/noto/noto-20160613.recipe deleted file mode 100644 index c82d09288..000000000 --- a/media-fonts/noto/noto-20160613.recipe +++ /dev/null @@ -1,98 +0,0 @@ -SUMMARY="The Noto font" -DESCRIPTION="The Noto fonts have superseded the Droid fonts, which were \ -originally designed for the use in Google's Android. Noto's aim is to be a \ -free for everyone, with beautiful glyphs for all languages, looking good \ -especially when multiple styles and weights and even languages are mixed on \ -a page. - -This package contains the 'sans-serif' and 'serif' typefaces in various \ -styles, as well as a 'monospaced' version." - -SUMMARY_chroscore="The Noto font (Chrome OS core font)" -DESCRIPTION_chroscore="The Noto fonts have superseded the Droid fonts, which \ -were originally designed for the use in Google's Android. Noto's aim is to be \ -a free for everyone, with beautiful glyphs for all languages, looking good \ -especially when multiple styles and weights and even languages are mixed on \ -a page. - -This package contains the Chrome OS core fonts: Arimo and Cousine have a \ -'sans-serif' typeface, Tinos is a 'serif' font." - -SUMMARY_regional="The Noto font (special language/region version)" -DESCRIPTION_regional="The Noto fonts have superseded the Droid fonts, which were \ -originally designed for the use in Google's Android. Noto's aim is to be a \ -free for everyone, with beautiful glyphs for all languages, looking good \ -especially when multiple styles and weights and even languages are mixed on \ -a page. - -This package contains the Noto fonts ('sans-serif' and where applicable \ -'serif') for: - -Arabic, Armenian -Bengali -Cham -Devanagari -Ethiopic -Georgian, Gujarati, Gurmukhi -Hebrew -Kannada, Khmer -Lao -Malayalam, Myanmar -Oriya -Sinhala -Tamil, Telugu, Thaana, Thai, Tibetan" -HOMEPAGE="https://www.google.com/get/noto/" -COPYRIGHT="2012 Google Inc." -LICENSE="SIL Open Font License v1.1" -REVISION="4" -srcGitRev="19ce9d5549adbe438e641871b66f1b7564f07363" -SOURCE_URI="https://github.com/googlei18n/noto/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="4f9fb709f6e775be11f3b60d1f1e5ac3c2de19c39c8f7b5ddadbc53ba029a387" -SOURCE_DIR="noto-fonts-$srcGitRev" - -ARCHITECTURES="any" -DISABLE_SOURCE_PACKAGE=yes - -PROVIDES=" - noto=$portVersion - " -REQUIRES="" - -PROVIDES_chroscore=" - noto_chroscore=$portVersion - " -REQUIRES_chroscore="" - -PROVIDES_regional=" - noto_regional=$portVersion - " -REQUIRES_regional="" - -BUILD_REQUIRES="" -BUILD_PREREQUIRES="" - -BUILD() -{ - true -} - -INSTALL() -{ - FONTDIR=$fontsDir/ttfonts - mkdir -p ${FONTDIR} - - rm hinted/*UI-*.ttf # remove unneeded UI versions - cp hinted/*.ttf ${FONTDIR} - - packageEntries chroscore \ - ${FONTDIR}/Arimo*.ttf \ - ${FONTDIR}/Cousine*.ttf \ - ${FONTDIR}/Tinos*.ttf - - packageEntries regional \ - ${FONTDIR}/NotoKufi[^-]*.ttf \ - ${FONTDIR}/NotoNaskh[^-U]*.ttf \ - ${FONTDIR}/NotoSans[^-U]*.ttf \ - ${FONTDIR}/NotoSerif[^-]*.ttf - -} diff --git a/media-fonts/noto/noto-20170202.recipe b/media-fonts/noto/noto-20170920.recipe similarity index 88% rename from media-fonts/noto/noto-20170202.recipe rename to media-fonts/noto/noto-20170920.recipe index 4144ef8ca..fab065888 100644 --- a/media-fonts/noto/noto-20170202.recipe +++ b/media-fonts/noto/noto-20170920.recipe @@ -47,37 +47,26 @@ HOMEPAGE="https://www.google.com/get/noto/" COPYRIGHT="2014, 2015 Adobe Systems Incorporated (http://www.adobe.com/) 2015, 2016, 2017 Google Inc" LICENSE="SIL Open Font License v1.1" -REVISION="7" -srcGitRev="06af4e9c12960976001174449abdc6d8fc1fecd4" +REVISION="1" +srcGitRev="5a89b487c648c34c2b6d1b9ebb73bb3fab1df4b2" SOURCE_URI="https://github.com/googlei18n/noto/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="c4e6c32873a036987c5376ede762df7dce2dca4cf0f045cdd314f52d7e76f022" +CHECKSUM_SHA256="9b997df64075f2607d44a080dbe8d4c5890a7210c9ca755aa06244f4a4c23880" SOURCE_DIR="noto-fonts-$srcGitRev" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE=yes PROVIDES=" - noto=$portVersion + noto = $portVersion " -REQUIRES="" PROVIDES_chroscore=" - noto_chroscore=$portVersion + noto_chroscore = $portVersion " -REQUIRES_chroscore="" PROVIDES_regional=" - noto_regional=$portVersion + noto_regional = $portVersion " -REQUIRES_regional="" - -BUILD_REQUIRES="" -BUILD_PREREQUIRES="" - -BUILD() -{ - true -} INSTALL() {