Andrew Geissler | d159c7f | 2021-09-02 21:05:58 -0500 | [diff] [blame] | 1 | require ttf.inc |
| 2 | |
| 3 | SUMMARY = "Takao Fonts are a community developed derivatives of IPA Fonts." |
| 4 | DESCRIPTION = "Takao Fonts are a community developed derivatives of IPA Fonts." |
| 5 | |
| 6 | HOMEPAGE = "https://launchpad.net/takao-fonts" |
| 7 | SECTION = "User Interface/X" |
| 8 | |
| 9 | LICENSE = "IPA" |
| 10 | LIC_FILES_CHKSUM = "file://IPA_Font_License_Agreement_v1.0.txt;md5=6cd3351ba979cf9db1fad644e8221276" |
| 11 | |
| 12 | SRC_URI = "https://launchpad.net/${BPN}/trunk/15.03/+download/TakaoFonts_00303.01.tar.xz" |
| 13 | SRC_URI[sha256sum] = "e9871f72ac69acb3e277aebbee7ca01fbebf54800733e29fafdc46133fc3552f" |
| 14 | |
| 15 | S = "${WORKDIR}/TakaoFonts_00303.01" |
| 16 | |
| 17 | PACKAGES = "ttf-takao-pgothic ttf-takao-gothic ttf-takao-pmincho ttf-takao-mincho" |
| 18 | FONT_PACKAGES = "ttf-takao-pgothic ttf-takao-gothic ttf-takao-pmincho ttf-takao-mincho" |
| 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" |
| 24 | |
| 25 | FILES:${PN} += "${datadir}/fonts/*.ttf" |