From 9e2991ecea512f69587b0b23b7b9e31ee8b6424d Mon Sep 17 00:00:00 2001 From: Li xin Date: Tue, 4 Aug 2015 15:51:17 +0800 Subject: takao-fonts: upgrade 003.02.01 -> 003.03.01 The SRC_URI has been changed. Signed-off-by: Li Xin Signed-off-by: Martin Jansa --- .../takao-fonts/takao-fonts_003.02.01.bb | 21 --------------------- .../takao-fonts/takao-fonts_003.03.01.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 21 deletions(-) delete mode 100644 meta-oe/recipes-graphics/takao-fonts/takao-fonts_003.02.01.bb create mode 100644 meta-oe/recipes-graphics/takao-fonts/takao-fonts_003.03.01.bb (limited to 'meta-oe/recipes-graphics/takao-fonts') diff --git a/meta-oe/recipes-graphics/takao-fonts/takao-fonts_003.02.01.bb b/meta-oe/recipes-graphics/takao-fonts/takao-fonts_003.02.01.bb deleted file mode 100644 index ed875fa7cd..0000000000 --- a/meta-oe/recipes-graphics/takao-fonts/takao-fonts_003.02.01.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "Takao Fonts are a community developed derivatives of IPA Fonts." -DESCRIPTION = "Takao Fonts are a community developed derivatives of IPA Fonts." - -HOMEPAGE = "https://launchpad.net/takao-fonts" -SECTION = "User Interface/X" - -LICENSE = "IPA" -LIC_FILES_CHKSUM = "file://IPA_Font_License_Agreement_v1.0.txt;md5=6cd3351ba979cf9db1fad644e8221276" - -SRC_URI = "http://launchpad.net/takao-fonts/003.02/${PV}/+download/takao-fonts-ttf-${PV}.zip" -SRC_URI[md5sum] = "ca480e5edb9f26d871bf6df6cb910306" -SRC_URI[sha256sum] = "2f526a16c7931958f560697d494d8304949b3ce0aef246fb0c727fbbcc39089e" - -S = "${WORKDIR}/${BPN}-ttf-${PV}" - -do_install() { - install -m 0755 -d ${D}/${datadir}/fonts - install -m 0644 -p ${S}/*.ttf ${D}/${datadir}/fonts/ -} - -FILES_${PN} += "${datadir}/fonts/*.ttf" diff --git a/meta-oe/recipes-graphics/takao-fonts/takao-fonts_003.03.01.bb b/meta-oe/recipes-graphics/takao-fonts/takao-fonts_003.03.01.bb new file mode 100644 index 0000000000..d99ff144be --- /dev/null +++ b/meta-oe/recipes-graphics/takao-fonts/takao-fonts_003.03.01.bb @@ -0,0 +1,19 @@ +SUMMARY = "Takao Fonts are a community developed derivatives of IPA Fonts." +DESCRIPTION = "Takao Fonts are a community developed derivatives of IPA Fonts." + +HOMEPAGE = "https://launchpad.net/takao-fonts" +SECTION = "User Interface/X" + +LICENSE = "IPA" +LIC_FILES_CHKSUM = "file://IPA_Font_License_Agreement_v1.0.txt;md5=6cd3351ba979cf9db1fad644e8221276" +SRC_URI = "https://launchpad.net/${BPN}/trunk/15.03/+download/TakaoFonts_00303.01.tar.xz" +SRC_URI[md5sum] = "8cd3fe724faa5034a9369e98cf108d2d" +SRC_URI[sha256sum] = "e9871f72ac69acb3e277aebbee7ca01fbebf54800733e29fafdc46133fc3552f" + +S = "${WORKDIR}/TakaoFonts_00303.01" +do_install() { + install -m 0755 -d ${D}/${datadir}/fonts + install -m 0644 -p ${S}/*.ttf ${D}/${datadir}/fonts/ +} + +FILES_${PN} += "${datadir}/fonts/*.ttf" -- cgit 1.2.3-korg