mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
x11-fonts/noto-emoji: Update to 2.042
- Fix LICENSE: fonts are licensed under OFL11 and tools are licensed under APACHE20 - Add COLRv1 font Changes: https://github.com/googlefonts/noto-emoji/releases
This commit is contained in:
parent
7f02f53058
commit
cbcfa121b2
@ -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
|
||||
|
||||
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user