From 12fe312c993930516901657d2cc67e6abe0c032f Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Sat, 20 Dec 2014 00:31:36 +0000 Subject: [PATCH] Add Noto Sans fonts for South Asian languages This was done as a part of GCI 2014. Signed-off-by: Timothy Gu --- .../noto_sans_bengali-1.02.recipe | 39 +++++++++++++++++++ .../noto_sans_devanagari-1.05.recipe | 39 +++++++++++++++++++ .../noto_sans_gujarati-1.02.recipe | 39 +++++++++++++++++++ .../noto_sans_gurmukhi-1.01.recipe | 39 +++++++++++++++++++ .../noto_sans_sinhala-1.01.recipe | 39 +++++++++++++++++++ .../noto_sans_tamil-1.04.recipe | 39 +++++++++++++++++++ .../noto_sans_telugu-1.02.recipe | 39 +++++++++++++++++++ 7 files changed, 273 insertions(+) create mode 100644 media-fonts/noto_sans_bengali/noto_sans_bengali-1.02.recipe create mode 100644 media-fonts/noto_sans_devanagari/noto_sans_devanagari-1.05.recipe create mode 100644 media-fonts/noto_sans_gujarati/noto_sans_gujarati-1.02.recipe create mode 100644 media-fonts/noto_sans_gurmukhi/noto_sans_gurmukhi-1.01.recipe create mode 100644 media-fonts/noto_sans_sinhala/noto_sans_sinhala-1.01.recipe create mode 100644 media-fonts/noto_sans_tamil/noto_sans_tamil-1.04.recipe create mode 100644 media-fonts/noto_sans_telugu/noto_sans_telugu-1.02.recipe diff --git a/media-fonts/noto_sans_bengali/noto_sans_bengali-1.02.recipe b/media-fonts/noto_sans_bengali/noto_sans_bengali-1.02.recipe new file mode 100644 index 000000000..815468b0b --- /dev/null +++ b/media-fonts/noto_sans_bengali/noto_sans_bengali-1.02.recipe @@ -0,0 +1,39 @@ +LANG_EN="Bengali" +LANG_DL="${LANG_EN}" +LANG_LC="bengali" + +SUMMARY="The Noto Sans font for $LANG_EN" +DESCRIPTION=" +The Noto font family attempts to create a uniform look for all languages on \ +Earth. This package contains the Noto Sans fonts for $LANG_EN. +" +HOMEPAGE="https://www.google.com/get/noto/" +SRC_URI="https://www.google.com/get/noto/pkgs/NotoSans${LANG_DL}-hinted.zip" +CHECKSUM_SHA256="bc9422930cb09b0736ed3ebf60f747bb0078e451087b52926a4ae0d1d50db42c" +LICENSE="Apache v2" +COPYRIGHT="2013 Google Inc." +REVISION="1" +ARCHITECTURES="any" +DISABLE_SOURCE_PACKAGE=yes +PROVIDES=" + noto_sans_${LANG_LC}=$portVersion + " +REQUIRES=" " +BUILD_REQUIRES=" " +BUILD_PREREQUIRES=" + coreutils + " +SOURCE_DIR="" + +BUILD() +{ + true +} + +INSTALL() +{ + FONTDIR=$fontsDir/NotoSans${LANG_DL} + mkdir -p ${FONTDIR} + + cp *.ttf ${FONTDIR} +} diff --git a/media-fonts/noto_sans_devanagari/noto_sans_devanagari-1.05.recipe b/media-fonts/noto_sans_devanagari/noto_sans_devanagari-1.05.recipe new file mode 100644 index 000000000..a75967fef --- /dev/null +++ b/media-fonts/noto_sans_devanagari/noto_sans_devanagari-1.05.recipe @@ -0,0 +1,39 @@ +LANG_EN="Devanagari" +LANG_DL="${LANG_EN}" +LANG_LC="devanagari" + +SUMMARY="The Noto Sans font for $LANG_EN" +DESCRIPTION=" +The Noto font family attempts to create a uniform look for all languages on \ +Earth. This package contains the Noto Sans fonts for $LANG_EN. +" +HOMEPAGE="https://www.google.com/get/noto/" +SRC_URI="https://www.google.com/get/noto/pkgs/NotoSans${LANG_DL}-hinted.zip" +CHECKSUM_SHA256="8601d16cb04d740d2a2a27299ae59445971bbbed3d6b401c14e6fb1d461dd353" +LICENSE="Apache v2" +COPYRIGHT="2012 Google Inc." +REVISION="1" +ARCHITECTURES="any" +DISABLE_SOURCE_PACKAGE=yes +PROVIDES=" + noto_sans_${LANG_LC}=$portVersion + " +REQUIRES=" " +BUILD_REQUIRES=" " +BUILD_PREREQUIRES=" + coreutils + " +SOURCE_DIR="" + +BUILD() +{ + true +} + +INSTALL() +{ + FONTDIR=$fontsDir/NotoSans${LANG_DL} + mkdir -p ${FONTDIR} + + cp *.ttf ${FONTDIR} +} diff --git a/media-fonts/noto_sans_gujarati/noto_sans_gujarati-1.02.recipe b/media-fonts/noto_sans_gujarati/noto_sans_gujarati-1.02.recipe new file mode 100644 index 000000000..213e0fb14 --- /dev/null +++ b/media-fonts/noto_sans_gujarati/noto_sans_gujarati-1.02.recipe @@ -0,0 +1,39 @@ +LANG_EN="Gujarati" +LANG_DL="${LANG_EN}" +LANG_LC="gujarati" + +SUMMARY="The Noto Sans font for $LANG_EN" +DESCRIPTION=" +The Noto font family attempts to create a uniform look for all languages on \ +Earth. This package contains the Noto Sans fonts for $LANG_EN. +" +HOMEPAGE="https://www.google.com/get/noto/" +SRC_URI="https://www.google.com/get/noto/pkgs/NotoSans${LANG_DL}-hinted.zip" +CHECKSUM_SHA256="44e6925fa81c7a59992415ffce24434e7b2609af7921d10e735879ebbc5a593f" +LICENSE="Apache v2" +COPYRIGHT="2013 Google Inc." +REVISION="1" +ARCHITECTURES="any" +DISABLE_SOURCE_PACKAGE=yes +PROVIDES=" + noto_sans_${LANG_LC}=$portVersion + " +REQUIRES=" " +BUILD_REQUIRES=" " +BUILD_PREREQUIRES=" + coreutils + " +SOURCE_DIR="" + +BUILD() +{ + true +} + +INSTALL() +{ + FONTDIR=$fontsDir/NotoSans${LANG_DL} + mkdir -p ${FONTDIR} + + cp *.ttf ${FONTDIR} +} diff --git a/media-fonts/noto_sans_gurmukhi/noto_sans_gurmukhi-1.01.recipe b/media-fonts/noto_sans_gurmukhi/noto_sans_gurmukhi-1.01.recipe new file mode 100644 index 000000000..7217207e1 --- /dev/null +++ b/media-fonts/noto_sans_gurmukhi/noto_sans_gurmukhi-1.01.recipe @@ -0,0 +1,39 @@ +LANG_EN="Gurmukhi" +LANG_DL="${LANG_EN}" +LANG_LC="gurmukhi" + +SUMMARY="The Noto Sans font for $LANG_EN" +DESCRIPTION=" +The Noto font family attempts to create a uniform look for all languages on \ +Earth. This package contains the Noto Sans fonts for $LANG_EN. +" +HOMEPAGE="https://www.google.com/get/noto/" +SRC_URI="https://www.google.com/get/noto/pkgs/NotoSans${LANG_DL}-hinted.zip" +CHECKSUM_SHA256="c154bacc4998fa6e8eb380cf6823a07c2cf6bcafbad373446fbb7576f61d1e48" +LICENSE="Apache v2" +COPYRIGHT="2013 Google Inc." +REVISION="1" +ARCHITECTURES="any" +DISABLE_SOURCE_PACKAGE=yes +PROVIDES=" + noto_sans_${LANG_LC}=$portVersion + " +REQUIRES=" " +BUILD_REQUIRES=" " +BUILD_PREREQUIRES=" + coreutils + " +SOURCE_DIR="" + +BUILD() +{ + true +} + +INSTALL() +{ + FONTDIR=$fontsDir/NotoSans${LANG_DL} + mkdir -p ${FONTDIR} + + cp *.ttf ${FONTDIR} +} diff --git a/media-fonts/noto_sans_sinhala/noto_sans_sinhala-1.01.recipe b/media-fonts/noto_sans_sinhala/noto_sans_sinhala-1.01.recipe new file mode 100644 index 000000000..62e386d5e --- /dev/null +++ b/media-fonts/noto_sans_sinhala/noto_sans_sinhala-1.01.recipe @@ -0,0 +1,39 @@ +LANG_EN="Sinhala" +LANG_DL="${LANG_EN}" +LANG_LC="sinhala" + +SUMMARY="The Noto Sans font for $LANG_EN" +DESCRIPTION=" +The Noto font family attempts to create a uniform look for all languages on \ +Earth. This package contains the Noto Sans fonts for $LANG_EN. +" +HOMEPAGE="https://www.google.com/get/noto/" +SRC_URI="https://www.google.com/get/noto/pkgs/NotoSans${LANG_DL}-hinted.zip" +CHECKSUM_SHA256="2cf8027b61f0657e64959e17eb16f4d84658a950c36ee483d4bf1ade8df9d683" +LICENSE="Apache v2" +COPYRIGHT="2014 Google Inc." +REVISION="1" +ARCHITECTURES="any" +DISABLE_SOURCE_PACKAGE=yes +PROVIDES=" + noto_sans_${LANG_LC}=$portVersion + " +REQUIRES=" " +BUILD_REQUIRES=" " +BUILD_PREREQUIRES=" + coreutils + " +SOURCE_DIR="" + +BUILD() +{ + true +} + +INSTALL() +{ + FONTDIR=$fontsDir/NotoSans${LANG_DL} + mkdir -p ${FONTDIR} + + cp *.ttf ${FONTDIR} +} diff --git a/media-fonts/noto_sans_tamil/noto_sans_tamil-1.04.recipe b/media-fonts/noto_sans_tamil/noto_sans_tamil-1.04.recipe new file mode 100644 index 000000000..12c1e2f14 --- /dev/null +++ b/media-fonts/noto_sans_tamil/noto_sans_tamil-1.04.recipe @@ -0,0 +1,39 @@ +LANG_EN="Tamil" +LANG_DL="${LANG_EN}" +LANG_LC="tamil" + +SUMMARY="The Noto Sans font for $LANG_EN" +DESCRIPTION=" +The Noto font family attempts to create a uniform look for all languages on \ +Earth. This package contains the Noto Sans fonts for $LANG_EN. +" +HOMEPAGE="https://www.google.com/get/noto/" +SRC_URI="https://www.google.com/get/noto/pkgs/NotoSans${LANG_DL}-hinted.zip" +CHECKSUM_SHA256="15d8f1e5310f4d2eecf2e46a9d74b52c5a30afae00b90d2fe92bc8f00a5c1ee8" +LICENSE="Apache v2" +COPYRIGHT="2012 Google Inc." +REVISION="1" +ARCHITECTURES="any" +DISABLE_SOURCE_PACKAGE=yes +PROVIDES=" + noto_sans_${LANG_LC}=$portVersion + " +REQUIRES=" " +BUILD_REQUIRES=" " +BUILD_PREREQUIRES=" + coreutils + " +SOURCE_DIR="" + +BUILD() +{ + true +} + +INSTALL() +{ + FONTDIR=$fontsDir/NotoSans${LANG_DL} + mkdir -p ${FONTDIR} + + cp *.ttf ${FONTDIR} +} diff --git a/media-fonts/noto_sans_telugu/noto_sans_telugu-1.02.recipe b/media-fonts/noto_sans_telugu/noto_sans_telugu-1.02.recipe new file mode 100644 index 000000000..13724e96a --- /dev/null +++ b/media-fonts/noto_sans_telugu/noto_sans_telugu-1.02.recipe @@ -0,0 +1,39 @@ +LANG_EN="Telugu" +LANG_DL="${LANG_EN}" +LANG_LC="telugu" + +SUMMARY="The Noto Sans font for $LANG_EN" +DESCRIPTION=" +The Noto font family attempts to create a uniform look for all languages on \ +Earth. This package contains the Noto Sans fonts for $LANG_EN. +" +HOMEPAGE="https://www.google.com/get/noto/" +SRC_URI="https://www.google.com/get/noto/pkgs/NotoSans${LANG_DL}-hinted.zip" +CHECKSUM_SHA256="8d434121cb8e10b02f80a1a7ab87a9a70ef2eee96aababe4ec871e554578c460" +LICENSE="Apache v2" +COPYRIGHT="2013 Google Inc." +REVISION="1" +ARCHITECTURES="any" +DISABLE_SOURCE_PACKAGE=yes +PROVIDES=" + noto_sans_${LANG_LC}=$portVersion + " +REQUIRES=" " +BUILD_REQUIRES=" " +BUILD_PREREQUIRES=" + coreutils + " +SOURCE_DIR="" + +BUILD() +{ + true +} + +INSTALL() +{ + FONTDIR=$fontsDir/NotoSans${LANG_DL} + mkdir -p ${FONTDIR} + + cp *.ttf ${FONTDIR} +}