From 1e2ba88b11d8de96b9dd334ecb92de13c131c9d4 Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Mon, 5 Jan 2015 17:54:55 +0000 Subject: [PATCH] scheherazade_font: update recipe --- .../scheherazade_font-1.005.recipe | 45 +++++++++++++++---- 1 file changed, 36 insertions(+), 9 deletions(-) diff --git a/media-fonts/scheherazade_font/scheherazade_font-1.005.recipe b/media-fonts/scheherazade_font/scheherazade_font-1.005.recipe index 40681b41d..eac1d2568 100644 --- a/media-fonts/scheherazade_font/scheherazade_font-1.005.recipe +++ b/media-fonts/scheherazade_font/scheherazade_font-1.005.recipe @@ -1,24 +1,51 @@ +SUMMARY="Arabic script font." DESCRIPTION=" -Arabic script font. +Scheherazade, named after the heroine of the classic Arabian Nights tale, \ +is designed in a similar style to traditional typefaces such as Monotype Naskh, \ +extended to cover the full Unicode Arabic repertoire +The goal for this product was to provide a single Unicode-based font family \ +that would contain a comprehensive inventory of glyphs needed for almost any \ +Arabic-based writing system. This font makes use of state-of-the-art font \ +technologies to support complex typographic issues. +This font provides a simplified rendering of Arabic script, using basic \ +connecting glyphs but not including a wide variety of additional ligatures \ +or contextual alternates (only the required lam-alef ligatures). This \ +simplified style is often preferred for clarity, especially in non-Arabic \ +languages, but may be considered unattractive in more traditional and \ +literate communities. +One font from this typeface family is included in this release: + * Scheherazade Regular +This release supports virtually all of the Unicode 5.0 Arabic character \ +repertoire (excluding the Arabic Presentation Forms blocks, which are not \ +recommended for normal use). Font smarts are implemented using OpenType \ +technology. " HOMEPAGE="http://scripts.sil.org/ArabicFonts_Download" SRC_URI="http://scripts.sil.org/cms/scripts/render_download.php?format=file&media_id=Scheherazade_OT_1_005&filename=ScherazadeRegOT-1.005.zip" -REVISION="2" -STATUS_HAIKU="stable" -DEPEND="" -CHECKSUM_MD5="3c7e7d7f93802162effe2b517af98be0" +CHECKSUM_SHA256="5d621578fb946473492c3bd1f1a59fe55080dd7949e3bf28af01fa4fe2859e8b" +REVISION="3" +LICENSE="SIL Open Font License v1.1" +COPYRIGHT="2004-2011 SIL International" + +ARCHITECTURES="any" +DISABLE_SOURCE_PACKAGE=yes + +PROVIDES="scheherazade_font = $portVersion" +REQUIRES="" +BUILD_REQUIRES="" +BUILD_PREREQUIRES="coreutils" + +SOURCE_DIR="" BUILD() { - echo "No building required." + true } INSTALL() { FONTDIR=${fontsDir}/ttfonts mkdir -p ${FONTDIR} - cp -r *.ttf ${FONTDIR} + cp *.ttf ${FONTDIR} } -LICENSE="SIL Open Font License v1.1" -COPYRIGHT="2004-2011 SIL International"