mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
scheherazade_font: update recipe
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user