From 59d7086e544519a3be9a633a8cd1b1ee70910829 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Mon, 8 Aug 2016 21:42:39 -0400 Subject: ttf-abyssinica: add version 1.500 to support Amharic language Add Ethiopia and Eritrea font, which requried by Amharic language. Signed-off-by: Hongxu Jia Signed-off-by: Martin Jansa --- .../recipes-graphics/ttf-fonts/ttf-abyssinica_1.500.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_1.500.bb (limited to 'meta-oe/recipes-graphics') diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_1.500.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_1.500.bb new file mode 100644 index 0000000000..d0c3ae5e30 --- /dev/null +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_1.500.bb @@ -0,0 +1,17 @@ +require ttf.inc + +SUMMARY = "Ethiopia and Eritrea (Amharic) font - TTF Edition" +HOMEPAGE = "http://software.sil.org/abyssinica/" +LICENSE = "OFL-1.1" +LIC_FILES_CHKSUM = "file://OFL.txt;md5=1694c7fc245cdc85c9971db707928159" + +SRCNAME = "AbyssinicaSIL" +SRC_URI = "http://software.sil.org/downloads/abyssinica/${SRCNAME}-${PV}.zip" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +SRC_URI[md5sum] = "a3d943d18e303197c8d3d92d2de54d1e" +SRC_URI[sha256sum] = "e48a77d5ab8ee0b06464a5b29be70f292aa25dc1e73eb39ec933bd7fa47bbd86" + +FONT_PACKAGES = "${PN}" +FILES_${PN} = "${datadir}" + -- cgit 1.2.3-korg