x11-fonts/noto-emoji: Update to 2.038
- Remove outdated NotoEmoji-Regular.ttf
Changes: https://github.com/googlefonts/noto-emoji/releases
Reference: 1442f6acc8
[1]
This commit is contained in:
parent
dc9126ffcb
commit
3f8d830462
3 changed files with 8 additions and 11 deletions
|
@ -1,10 +1,9 @@
|
|||
PORTNAME= noto
|
||||
PORTVERSION= 2.034
|
||||
PORTVERSION= 2.038
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= https://github.com/googlefonts/noto-emoji/raw/v${PORTVERSION}/fonts/
|
||||
PKGNAMESUFFIX= -emoji
|
||||
DISTFILES= NotoColorEmoji.ttf \
|
||||
NotoEmoji-Regular.ttf
|
||||
DISTFILES= NotoColorEmoji.ttf
|
||||
DIST_SUBDIR= Noto
|
||||
EXTRACT_ONLY= # empty
|
||||
|
||||
|
@ -20,8 +19,10 @@ USES= fonts
|
|||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= ${FONTSDIR}/NotoColorEmoji.ttf
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
||||
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/NotoColorEmoji.ttf ${DISTDIR}/${DIST_SUBDIR}/NotoEmoji-Regular.ttf ${STAGEDIR}${FONTSDIR}
|
||||
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/NotoColorEmoji.ttf ${STAGEDIR}${FONTSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
TIMESTAMP = 1643382516
|
||||
SHA256 (Noto/NotoColorEmoji.ttf) = bf2a8506b80614ba190a34c7b037af1269a7d614fe9f3b613cc15cdeec6f814b
|
||||
SIZE (Noto/NotoColorEmoji.ttf) = 9867108
|
||||
SHA256 (Noto/NotoEmoji-Regular.ttf) = 415dc6290378574135b64c808dc640c1df7531973290c4970c51fdeb849cb0c5
|
||||
SIZE (Noto/NotoEmoji-Regular.ttf) = 418804
|
||||
TIMESTAMP = 1681052924
|
||||
SHA256 (Noto/NotoColorEmoji.ttf) = 5a953e4c2c3c650c37d9e996eae6fef08414854871e1f9a916daf4c59527f008
|
||||
SIZE (Noto/NotoColorEmoji.ttf) = 10352796
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
%%FONTSDIR%%/NotoColorEmoji.ttf
|
||||
%%FONTSDIR%%/NotoEmoji-Regular.ttf
|
Loading…
Reference in a new issue