diff options
author | leimaohui <leimaohui@fujitsu.com> | 2021-08-14 00:14:05 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-15 10:41:23 -0700 |
commit | c5f2e9ce18a9ef8c42b72a992422652d6b9590e2 (patch) | |
tree | 704d4dc78bb17a0cced6754da52cd2db350b3a37 /meta-oe/recipes-graphics/ttf-fonts | |
parent | ae5b7d4c03ea08f1c65a9ae2edc5153fc77fe95e (diff) | |
download | meta-openembedded-c5f2e9ce18a9ef8c42b72a992422652d6b9590e2.tar.gz |
ttf-ipa: Added a new font.
IPAfonts is a Japanese OpenType font set.
Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/ttf-fonts')
-rw-r--r-- | meta-oe/recipes-graphics/ttf-fonts/ttf-ipa_003.03.01.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-ipa_003.03.01.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-ipa_003.03.01.bb new file mode 100644 index 0000000000..89c48d5fe2 --- /dev/null +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-ipa_003.03.01.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | require ttf.inc | ||
2 | |||
3 | SUMMARY = "Ipa fonts - TTF Version" | ||
4 | HOMEPAGE = "https://moji.or.jp/ipafont" | ||
5 | LICENSE = "IPA" | ||
6 | LICENSE_URL = "https://moji.or.jp/ipafont/license/" | ||
7 | LIC_FILES_CHKSUM = "file://IPA_Font_License_Agreement_v1.0.txt;md5=6cd3351ba979cf9db1fad644e8221276 \ | ||
8 | " | ||
9 | SRC_URI = "https://moji.or.jp/wp-content/ipafont/IPAfont/IPAfont00303.zip " | ||
10 | |||
11 | SRC_URI[sha256sum] = "f755ed79a4b8e715bed2f05a189172138aedf93db0f465b4e20c344a02766fe5" | ||
12 | |||
13 | S = "${WORKDIR}/IPAfont00303" | ||
14 | |||
15 | PACKAGES = "ttf-ipag ttf-ipagp ttf-ipam ttf-ipamp" | ||
16 | FONT_PACKAGES = "ttf-ipag ttf-ipagp ttf-ipam ttf-ipamp" | ||
17 | |||
18 | FILES:ttf-ipag = "${datadir}/fonts/truetype/ipag.ttf" | ||
19 | FILES:ttf-ipagp = "${datadir}/fonts/truetype/ipagp.ttf" | ||
20 | FILES:ttf-ipam = "${datadir}/fonts/truetype/ipam.ttf" | ||
21 | FILES:ttf-ipamp = "${datadir}/fonts/truetype/ipamp.ttf" | ||