Skip to content

Commit

Permalink
x11-fonts/noto-emoji: Update to 2.042
Browse files Browse the repository at this point in the history
- Fix LICENSE: fonts are licensed under OFL11 and tools are licensed under APACHE20
- Add COLRv1 font

Changes:	https://github.com/googlefonts/noto-emoji/releases
  • Loading branch information
sunpoet committed Mar 23, 2024
1 parent 7f02f53 commit cbcfa12
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
11 changes: 7 additions & 4 deletions x11-fonts/noto-emoji/Makefile
@@ -1,9 +1,10 @@
PORTNAME= noto
PORTVERSION= 2.038
PORTVERSION= 2.042
CATEGORIES= x11-fonts
MASTER_SITES= https://github.com/googlefonts/noto-emoji/raw/v${PORTVERSION}/fonts/
PKGNAMESUFFIX= -emoji
DISTFILES= NotoColorEmoji.ttf
DISTFILES= Noto-COLRv1.ttf \
NotoColorEmoji.ttf
DIST_SUBDIR= Noto
EXTRACT_ONLY= # empty

Expand All @@ -12,17 +13,19 @@ COMMENT= Google Noto Fonts family (Emoji)
WWW= https://fonts.google.com/noto \
https://github.com/googlefonts/noto-emoji

LICENSE= APACHE20
LICENSE= OFL11

USES= fonts

NO_ARCH= yes
NO_BUILD= yes

PLIST_FILES= ${FONTSDIR}/NotoColorEmoji.ttf
PLIST_FILES= ${FONTSDIR}/Noto-COLRv1.ttf \
${FONTSDIR}/NotoColorEmoji.ttf

do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/Noto-COLRv1.ttf ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/NotoColorEmoji.ttf ${STAGEDIR}${FONTSDIR}

.include <bsd.port.mk>
8 changes: 5 additions & 3 deletions x11-fonts/noto-emoji/distinfo
@@ -1,3 +1,5 @@
TIMESTAMP = 1681052924
SHA256 (Noto/NotoColorEmoji.ttf) = 5a953e4c2c3c650c37d9e996eae6fef08414854871e1f9a916daf4c59527f008
SIZE (Noto/NotoColorEmoji.ttf) = 10352796
TIMESTAMP = 1710676129
SHA256 (Noto/Noto-COLRv1.ttf) = d5ce808f06f4776023202c22441d03d7e57f8980091d2107404438592f2b62f6
SIZE (Noto/Noto-COLRv1.ttf) = 4760384
SHA256 (Noto/NotoColorEmoji.ttf) = c2f19f6a404baa7da7a710b018c2892d7b51386983ddca146811f76aea0b6861
SIZE (Noto/NotoColorEmoji.ttf) = 10589456

0 comments on commit cbcfa12

Please sign in to comment.