From 5e74d515b9542df09c6f4455369f0e940eddd025 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sat, 22 May 2021 03:35:08 +0200 Subject: ttf-lohit: upgrade 2 -> 2.92.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../recipes-graphics/ttf-fonts/ttf-lohit_2.92.1.bb | 23 ++++++++++++++++++++++ meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.bb | 23 ---------------------- 2 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.92.1.bb delete mode 100644 meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.bb diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.92.1.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.92.1.bb new file mode 100644 index 0000000000..c9cb74c9f7 --- /dev/null +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.92.1.bb @@ -0,0 +1,23 @@ +require ttf.inc + +SUMMARY = "The project goal is to improve existing offerings of the fonts \ +- making sure the Lohit fonts deliver the best available quality and functions \ +to the community." +HOMEPAGE = "https://fedorahosted.org/lohit" +LICENSE = "OFL-1.1" +LIC_FILES_CHKSUM = "file://OFL.txt;md5=7dfa0a236dc535ad2d2548e6170c4402" + +SRCREV = "a403c9b7f509dad5e58dde85ef63b1c36fde3a21" +SRC_URI = "git://github.com/pravins/lohit.git;branch=master" + +DEPENDS = "fontforge-native" +S = "${WORKDIR}/git" +FONT_PACKAGES = "${PN}" +FILES_${PN} = "${datadir}" + +inherit python3native + +do_compile() { + cd ${S}; make ttf; +} + diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.bb deleted file mode 100644 index 0af0e91d68..0000000000 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.bb +++ /dev/null @@ -1,23 +0,0 @@ -require ttf.inc - -SUMMARY = "The project goal is to improve existing offerings of the fonts \ -- making sure the Lohit fonts deliver the best available quality and functions \ -to the community." -HOMEPAGE = "https://fedorahosted.org/lohit" -LICENSE = "OFL-1.1" -LIC_FILES_CHKSUM = "file://OFL.txt;md5=7dfa0a236dc535ad2d2548e6170c4402" - -SRCREV = "d678f1b1807ea5602586279e90b5db6d62ed475e" -SRC_URI = "git://github.com/pravins/lohit.git;branch=master" - -DEPENDS = "fontforge-native" -S = "${WORKDIR}/git" -FONT_PACKAGES = "${PN}" -FILES_${PN} = "${datadir}" - -inherit python3native - -do_compile() { - cd ${S}; make ttf; -} - -- cgit 1.2.3-korg