diff options
-rw-r--r-- | meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-graphics/ttf-fonts/ttf-takao_003.03.01.bb (renamed from meta-oe/recipes-graphics/takao-fonts/takao-fonts_003.03.01.bb) | 16 |
2 files changed, 12 insertions, 6 deletions
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb index ed91e1c94..0e58d9b65 100644 --- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb +++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | |||
@@ -493,7 +493,6 @@ RDEPENDS:packagegroup-meta-oe-graphics ="\ | |||
493 | packagegroup-fonts-truetype \ | 493 | packagegroup-fonts-truetype \ |
494 | qrencode \ | 494 | qrencode \ |
495 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "st", "", d)} \ | 495 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "st", "", d)} \ |
496 | takao-fonts \ | ||
497 | leptonica \ | 496 | leptonica \ |
498 | libvncserver \ | 497 | libvncserver \ |
499 | libmng \ | 498 | libmng \ |
@@ -537,6 +536,7 @@ RDEPENDS:packagegroup-meta-oe-graphics ="\ | |||
537 | ttf-noto-emoji-regular \ | 536 | ttf-noto-emoji-regular \ |
538 | ttf-sazanami-gothic \ | 537 | ttf-sazanami-gothic \ |
539 | ttf-sazanami-mincho \ | 538 | ttf-sazanami-mincho \ |
539 | ttf-takao-pgothic ttf-takao-gothic ttf-takao-pmincho ttf-takao-mincho \ | ||
540 | ttf-tlwg \ | 540 | ttf-tlwg \ |
541 | ttf-roboto \ | 541 | ttf-roboto \ |
542 | ttf-wqy-zenhei \ | 542 | ttf-wqy-zenhei \ |
diff --git a/meta-oe/recipes-graphics/takao-fonts/takao-fonts_003.03.01.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-takao_003.03.01.bb index 9ddfc6ae7..be0e544cc 100644 --- a/meta-oe/recipes-graphics/takao-fonts/takao-fonts_003.03.01.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-takao_003.03.01.bb | |||
@@ -1,3 +1,5 @@ | |||
1 | require ttf.inc | ||
2 | |||
1 | SUMMARY = "Takao Fonts are a community developed derivatives of IPA Fonts." | 3 | SUMMARY = "Takao Fonts are a community developed derivatives of IPA Fonts." |
2 | DESCRIPTION = "Takao Fonts are a community developed derivatives of IPA Fonts." | 4 | DESCRIPTION = "Takao Fonts are a community developed derivatives of IPA Fonts." |
3 | 5 | ||
@@ -6,14 +8,18 @@ SECTION = "User Interface/X" | |||
6 | 8 | ||
7 | LICENSE = "IPA" | 9 | LICENSE = "IPA" |
8 | LIC_FILES_CHKSUM = "file://IPA_Font_License_Agreement_v1.0.txt;md5=6cd3351ba979cf9db1fad644e8221276" | 10 | LIC_FILES_CHKSUM = "file://IPA_Font_License_Agreement_v1.0.txt;md5=6cd3351ba979cf9db1fad644e8221276" |
11 | |||
9 | SRC_URI = "https://launchpad.net/${BPN}/trunk/15.03/+download/TakaoFonts_00303.01.tar.xz" | 12 | SRC_URI = "https://launchpad.net/${BPN}/trunk/15.03/+download/TakaoFonts_00303.01.tar.xz" |
10 | SRC_URI[md5sum] = "8cd3fe724faa5034a9369e98cf108d2d" | ||
11 | SRC_URI[sha256sum] = "e9871f72ac69acb3e277aebbee7ca01fbebf54800733e29fafdc46133fc3552f" | 13 | SRC_URI[sha256sum] = "e9871f72ac69acb3e277aebbee7ca01fbebf54800733e29fafdc46133fc3552f" |
12 | 14 | ||
13 | S = "${WORKDIR}/TakaoFonts_00303.01" | 15 | S = "${WORKDIR}/TakaoFonts_00303.01" |
14 | do_install() { | 16 | |
15 | install -m 0755 -d ${D}/${datadir}/fonts | 17 | PACKAGES = "ttf-takao-pgothic ttf-takao-gothic ttf-takao-pmincho ttf-takao-mincho" |
16 | install -m 0644 -p ${S}/*.ttf ${D}/${datadir}/fonts/ | 18 | FONT_PACKAGES = "ttf-takao-pgothic ttf-takao-gothic ttf-takao-pmincho ttf-takao-mincho" |
17 | } | 19 | |
20 | FILES:ttf-takao-pgothic = "${datadir}/fonts/truetype/TakaoPGothic.ttf" | ||
21 | FILES:ttf-takao-gothic = "${datadir}/fonts/truetype/TakaoGothic.ttf" | ||
22 | FILES:ttf-takao-pmincho = "${datadir}/fonts/truetype/TakaoPMincho.ttf" | ||
23 | FILES:ttf-takao-mincho = "${datadir}/fonts/truetype/TakaoMincho.ttf" | ||
18 | 24 | ||
19 | FILES:${PN} += "${datadir}/fonts/*.ttf" | 25 | FILES:${PN} += "${datadir}/fonts/*.ttf" |