diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-09-16 08:07:05 +0300 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-09-16 08:12:29 +0300 |
commit | 22aa532b4b91350ff9f8e2322f59a3c8e8db5418 (patch) | |
tree | 22bc7aa501dadcc66fe02cb28c8e7a9d562f91ee /recipes-graphics/noto-emoji/noto-emoji_20190815.bb | |
parent | 8148a2a801a40f6d9d526d9b4eedc844de6b2d91 (diff) |
graphic: rename noto-emoji recipe to show release date
SRCREV isn't autoreved so it should reflect the commit referenced
date.
Bug-AGL: SPEC-2701
Change-Id: Ia72cea6920a8baf66b873dd8ddd5652e24aa5499
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'recipes-graphics/noto-emoji/noto-emoji_20190815.bb')
-rw-r--r-- | recipes-graphics/noto-emoji/noto-emoji_20190815.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-graphics/noto-emoji/noto-emoji_20190815.bb b/recipes-graphics/noto-emoji/noto-emoji_20190815.bb new file mode 100644 index 000000000..d3c39b595 --- /dev/null +++ b/recipes-graphics/noto-emoji/noto-emoji_20190815.bb @@ -0,0 +1,25 @@ +SUMMARY = "Google noto emoji font pack" +HOMEPAGE = "https://github.com/googlefonts/noto-emoji" +SECTION = "fonts" + +LICENSE = "OFL-1.1" +LIC_FILES_CHKSUM = "file://${S}/fonts/LICENSE;md5=55719faa0112708e946b820b24b14097" + +SRC_URI = "git://github.com/googlefonts/noto-emoji;protocol=https;branch=master" +SRCREV = "833a43d03246a9325e748a2d783006454d76ff66" + +RDEPENDS_${PN} = "fontconfig" + +S = "${WORKDIR}/git" + +do_install() { + install -m 0755 -d ${D}/${datadir}/fonts/ttf + install -m 0644 -p ${S}/NotoColorEmoji.ttf ${D}/${datadir}/fonts/ttf +} + +FILES_${PN} += "${datadir}/fonts/ttf/NotoColorEmoji.ttf" + +inherit allarch fontcache + +do_configure[noexec] = "1" +do_compile[noexec] = "1" |