git: 2878ca490586 - main - x11-fonts/noto-emoji: Add COLR option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Mar 2024 18:57:59 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2878ca490586207c3cd7bb3ff94d1274f52013b0 commit 2878ca490586207c3cd7bb3ff94d1274f52013b0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-31 18:53:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-31 18:53:03 +0000 x11-fonts/noto-emoji: Add COLR option - Bump PORTREVISION for package change PR: 278019 Reported by: Kenneth Raplee <kenrap@kennethraplee.com>, mew14930xvi <mew14930xvi@inbox.lv> --- x11-fonts/noto-emoji/Makefile | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/x11-fonts/noto-emoji/Makefile b/x11-fonts/noto-emoji/Makefile index e88e104d296b..c41d62a9599a 100644 --- a/x11-fonts/noto-emoji/Makefile +++ b/x11-fonts/noto-emoji/Makefile @@ -1,5 +1,6 @@ PORTNAME= noto PORTVERSION= 2.042 +PORTREVISION= 1 CATEGORIES= x11-fonts MASTER_SITES= https://github.com/googlefonts/noto-emoji/raw/v${PORTVERSION}/fonts/ PKGNAMESUFFIX= -emoji @@ -20,12 +21,18 @@ USES= fonts NO_ARCH= yes NO_BUILD= yes -PLIST_FILES= ${FONTSDIR}/Noto-COLRv1.ttf \ - ${FONTSDIR}/NotoColorEmoji.ttf +PLIST_FILES= ${FONTSDIR}/NotoColorEmoji.ttf + +OPTIONS_DEFINE= COLR +COLR_DESC= Install COLRv1 font + +COLR_PLIST_FILES= ${FONTSDIR}/Noto-COLRv1.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} +do-install-COLR-on: + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/Noto-COLRv1.ttf ${STAGEDIR}${FONTSDIR} + .include <bsd.port.mk>