Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | require ttf.inc |
| 2 | |
| 3 | SUMMARY = "Google noto emoji font pack" |
| 4 | HOMEPAGE = "https://github.com/googlefonts/noto-emoji" |
| 5 | LICENSE = "OFL-1.1" |
| 6 | LIC_FILES_CHKSUM = "file://fonts/LICENSE;md5=55719faa0112708e946b820b24b14097" |
| 7 | |
| 8 | SRC_URI = "git://github.com/googlefonts/noto-emoji;protocol=https" |
| 9 | SRCREV = "833a43d03246a9325e748a2d783006454d76ff66" |
| 10 | |
| 11 | PACKAGES = "${PN}-color ${PN}-regular" |
| 12 | FONT_PACKAGES = "${PN}-color ${PN}-regular" |
| 13 | |
| 14 | S = "${WORKDIR}/git" |
| 15 | |
| 16 | FILES_${PN}-color = "${datadir}/fonts/truetype/NotoColorEmoji.ttf" |
| 17 | FILES_${PN}-regular = "${datadir}/fonts/truetype/NotoEmoji-Regular.ttf" |
| 18 | |
| 19 | do_compile[noexec] = "1" |