diff options
Diffstat (limited to 'media-fonts/sil-arabicfonts')
-rw-r--r-- | media-fonts/sil-arabicfonts/Manifest | 2 | ||||
-rw-r--r-- | media-fonts/sil-arabicfonts/metadata.xml | 23 | ||||
-rw-r--r-- | media-fonts/sil-arabicfonts/sil-arabicfonts-1.005.ebuild | 25 |
3 files changed, 50 insertions, 0 deletions
diff --git a/media-fonts/sil-arabicfonts/Manifest b/media-fonts/sil-arabicfonts/Manifest new file mode 100644 index 000000000000..9f952ee859b6 --- /dev/null +++ b/media-fonts/sil-arabicfonts/Manifest @@ -0,0 +1,2 @@ +DIST LateefRegOT_1.001.zip 121996 RMD160 c6ba409f4564c36038e65549e24990c896484482 SHA1 376e9c645a43e9e11093f4e2558f871fbad08d14 SHA256 ca3f84555007975d69c18f3d958f6a1a1c79c5b550c13d168d600e07efac1c09 +DIST ScheherazadeRegOT-1.005.zip 125091 RMD160 731313d9b80895067477cad72e2a3494380f95a5 SHA1 f3f42177ce4393b1403c1d40840880752e7b7415 SHA256 5d621578fb946473492c3bd1f1a59fe55080dd7949e3bf28af01fa4fe2859e8b diff --git a/media-fonts/sil-arabicfonts/metadata.xml b/media-fonts/sil-arabicfonts/metadata.xml new file mode 100644 index 000000000000..a2a8c2d020d3 --- /dev/null +++ b/media-fonts/sil-arabicfonts/metadata.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>fonts</herd> + <longdescription lang="en"> + Scheherazade and Lateef are extended Arabic script fonts designed + by SIL International for modern Unicode-based systems using either + OpenType or AAT (Apple Advanced Typography) for complex-script + rendering. They support virtually all of the Unicode 4.1 Arabic + character repertoire (excluding the Arabic Presentation Forms + blocks, which are not recommended for normal use). Each typeface + is currently available in Regular weight only. + + 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. + + Lateef is named after Shah Abdul Lateef Bhitai, the famous Sindhi + mystic and poet. It is intended to be an appropriate style for use + in Sindhi and other languages of the South Asian region. + </longdescription> +</pkgmetadata> diff --git a/media-fonts/sil-arabicfonts/sil-arabicfonts-1.005.ebuild b/media-fonts/sil-arabicfonts/sil-arabicfonts-1.005.ebuild new file mode 100644 index 000000000000..c43dd0dbcc42 --- /dev/null +++ b/media-fonts/sil-arabicfonts/sil-arabicfonts-1.005.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit font + +DESCRIPTION="SIL Opentype Unicode fonts for Arabic Languages" +HOMEPAGE="http://scripts.sil.org/ArabicFonts" +SRC_URI="mirror://gentoo/ScheherazadeRegOT-1.005.zip + mirror://gentoo/LateefRegOT_1.001.zip" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd" + +DEPEND="app-arch/unzip" +RDEPEND="" +IUSE="" + +DOCS="FONTLOG.txt OFL-FAQ.txt" +FONT_SUFFIX="ttf" +S="${WORKDIR}" +FONT_S="${S}" |