Skip to content

Commit

Permalink
ttf-ipa: Added a new font.
Browse files Browse the repository at this point in the history
IPAfonts is a Japanese OpenType font set.

Signed-off-by: Lei Maohui <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
leimaohui authored and kraj committed Aug 15, 2021
1 parent ae5b7d4 commit c5f2e9c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions meta-oe/recipes-graphics/ttf-fonts/ttf-ipa_003.03.01.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
require ttf.inc

SUMMARY = "Ipa fonts - TTF Version"
HOMEPAGE = "https://moji.or.jp/ipafont"
LICENSE = "IPA"
LICENSE_URL = "https://moji.or.jp/ipafont/license/"
LIC_FILES_CHKSUM = "file://IPA_Font_License_Agreement_v1.0.txt;md5=6cd3351ba979cf9db1fad644e8221276 \
"
SRC_URI = "https://moji.or.jp/wp-content/ipafont/IPAfont/IPAfont00303.zip "

SRC_URI[sha256sum] = "f755ed79a4b8e715bed2f05a189172138aedf93db0f465b4e20c344a02766fe5"

S = "${WORKDIR}/IPAfont00303"

PACKAGES = "ttf-ipag ttf-ipagp ttf-ipam ttf-ipamp"
FONT_PACKAGES = "ttf-ipag ttf-ipagp ttf-ipam ttf-ipamp"

FILES:ttf-ipag = "${datadir}/fonts/truetype/ipag.ttf"
FILES:ttf-ipagp = "${datadir}/fonts/truetype/ipagp.ttf"
FILES:ttf-ipam = "${datadir}/fonts/truetype/ipam.ttf"
FILES:ttf-ipamp = "${datadir}/fonts/truetype/ipamp.ttf"

0 comments on commit c5f2e9c

Please sign in to comment.