From 5264c60f23bc7e5cb38062ec52b7669301896232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 21 Nov 2019 10:57:06 +0100 Subject: [PATCH] xlnt: initial add 1.3.0+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/xlnt/xlnt_git.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-support/xlnt/xlnt_git.bb diff --git a/recipes-support/xlnt/xlnt_git.bb b/recipes-support/xlnt/xlnt_git.bb new file mode 100644 index 0000000..37d4814 --- /dev/null +++ b/recipes-support/xlnt/xlnt_git.bb @@ -0,0 +1,13 @@ +SUMMARY = "Font rendering capabilities for complex non-Roman writing systems" +HOMEPAGE = "https://github.com/tfussell/xlnt" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=edf9330898c89b4ef169be15be60107e" + +inherit cmake + +#DEPENDS += "freetype" + +SRC_URI = "git://github.com/tfussell/xlnt.git" +SRCREV = "f30260153fcee7e1f775f25ff0cb2750e7826296" +S = "${WORKDIR}/git" +PV = "1.3.0+git${SRCPV}"