diff options
| -rw-r--r-- | meta-oe/conf/layer.conf | 1 | ||||
| -rw-r--r-- | meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.bb | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index 71ee2fbc0d..edcafdf035 100644 --- a/meta-oe/conf/layer.conf +++ b/meta-oe/conf/layer.conf | |||
| @@ -59,6 +59,7 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | |||
| 59 | ttf-inconsolata->fontconfig \ | 59 | ttf-inconsolata->fontconfig \ |
| 60 | ttf-liberation->fontconfig \ | 60 | ttf-liberation->fontconfig \ |
| 61 | ttf-liberation-sans-narrow->fontconfig \ | 61 | ttf-liberation-sans-narrow->fontconfig \ |
| 62 | ttf-lohit->fontconfig \ | ||
| 62 | ttf-pt-sans->fontconfig \ | 63 | ttf-pt-sans->fontconfig \ |
| 63 | ttf-mplus->fontconfig \ | 64 | ttf-mplus->fontconfig \ |
| 64 | ttf-sazanami->fontconfig \ | 65 | ttf-sazanami->fontconfig \ |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.bb new file mode 100644 index 0000000000..f9679d606e --- /dev/null +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | require ttf.inc | ||
| 2 | |||
| 3 | SUMMARY = "The project goal is to improve existing offerings of the fonts \ | ||
| 4 | - making sure the Lohit fonts deliver the best available quality and functions \ | ||
| 5 | to the community." | ||
| 6 | HOMEPAGE = "https://fedorahosted.org/lohit" | ||
| 7 | LICENSE = "OFL-1.1" | ||
| 8 | LIC_FILES_CHKSUM = "file://OFL.txt;md5=7dfa0a236dc535ad2d2548e6170c4402" | ||
| 9 | |||
| 10 | SRCREV = "d678f1b1807ea5602586279e90b5db6d62ed475e" | ||
| 11 | SRC_URI = "git://github.com/pravins/lohit.git;branch=master" | ||
| 12 | |||
| 13 | DEPENDS = "fontforge-native" | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | FONT_PACKAGES = "${PN}" | ||
| 16 | FILES_${PN} = "${datadir}" | ||
| 17 | |||
| 18 | inherit pythonnative | ||
| 19 | |||
| 20 | do_compile() { | ||
| 21 | cd ${S}; make ttf; | ||
| 22 | } | ||
| 23 | |||
