diff options
author | rhialto <rhialto@pkgsrc.org> | 2021-10-30 14:50:50 +0000 |
---|---|---|
committer | rhialto <rhialto@pkgsrc.org> | 2021-10-30 14:50:50 +0000 |
commit | 0538ec91b79a118938af67ba19640765de2df2fa (patch) | |
tree | 02f4d3dbc6a437b03e45b440d7e881aefe2f2204 /fonts | |
parent | 779fcdc7611994084c241b965375233dbe9c3d36 (diff) | |
download | pkgsrc-0538ec91b79a118938af67ba19640765de2df2fa.tar.gz |
fonts/FiraCode: update to 5.2.
No longer has OTF files, but does have a Variable TTF version.
Too many changes to list since version 2;
see https://github.com/tonsky/FiraCode/releases.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/FiraCode/Makefile | 10 | ||||
-rw-r--r-- | fonts/FiraCode/PLIST | 10 | ||||
-rw-r--r-- | fonts/FiraCode/distinfo | 8 |
3 files changed, 13 insertions, 15 deletions
diff --git a/fonts/FiraCode/Makefile b/fonts/FiraCode/Makefile index b8d2e520ab6..301fe432127 100644 --- a/fonts/FiraCode/Makefile +++ b/fonts/FiraCode/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2019/12/11 13:52:07 mef Exp $ +# $NetBSD: Makefile,v 1.7 2021/10/30 14:50:50 rhialto Exp $ -DISTNAME= FiraCode-2 +DISTNAME= FiraCode-5.2 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_GITHUB:=tonsky/} @@ -11,11 +11,11 @@ LICENSE= ofl-v1.1 USE_LANGUAGES= # none NO_BUILD= yes -FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/OTF ${PREFIX}/share/fonts/X11/TTF -INSTALLATION_DIRS= share/fonts/X11/OTF share/fonts/X11/TTF +FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/TTF +INSTALLATION_DIRS= share/fonts/X11/TTF do-install: - ${INSTALL_DATA} ${WRKSRC}/distr/otf/*.otf ${DESTDIR}${PREFIX}/share/fonts/X11/OTF ${INSTALL_DATA} ${WRKSRC}/distr/ttf/*.ttf ${DESTDIR}${PREFIX}/share/fonts/X11/TTF + ${INSTALL_DATA} ${WRKSRC}/distr/variable_ttf/*.ttf ${DESTDIR}${PREFIX}/share/fonts/X11/TTF .include "../../mk/bsd.pkg.mk" diff --git a/fonts/FiraCode/PLIST b/fonts/FiraCode/PLIST index b36d8a140e0..ca766ed8c2e 100644 --- a/fonts/FiraCode/PLIST +++ b/fonts/FiraCode/PLIST @@ -1,11 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2016/08/24 10:26:12 wiz Exp $ -share/fonts/X11/OTF/FiraCode-Bold.otf -share/fonts/X11/OTF/FiraCode-Light.otf -share/fonts/X11/OTF/FiraCode-Medium.otf -share/fonts/X11/OTF/FiraCode-Regular.otf -share/fonts/X11/OTF/FiraCode-Retina.otf +@comment $NetBSD: PLIST,v 1.3 2021/10/30 14:50:50 rhialto Exp $ share/fonts/X11/TTF/FiraCode-Bold.ttf share/fonts/X11/TTF/FiraCode-Light.ttf share/fonts/X11/TTF/FiraCode-Medium.ttf share/fonts/X11/TTF/FiraCode-Regular.ttf share/fonts/X11/TTF/FiraCode-Retina.ttf +share/fonts/X11/TTF/FiraCode-SemiBold.ttf +share/fonts/X11/TTF/FiraCode-VF.ttf +@pkgdir share/fonts/X11/OTF diff --git a/fonts/FiraCode/distinfo b/fonts/FiraCode/distinfo index e4bca61c18b..f76dfa1d4ec 100644 --- a/fonts/FiraCode/distinfo +++ b/fonts/FiraCode/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2021/10/26 10:27:00 nia Exp $ +$NetBSD: distinfo,v 1.8 2021/10/30 14:50:50 rhialto Exp $ -BLAKE2s (FiraCode-2.tar.gz) = f8c522572f63cdfa7e26ea0f91f21ea57af30b94a3fbe95fc664983db32f7d99 -SHA512 (FiraCode-2.tar.gz) = 313f11f1550d964119c2576bc988ca7d009ebd670c93b3c4a29583f91499166816ed326fdb5a5082ed7c7a33c49263e627a3356cc739aa1a8e34689820081399 -Size (FiraCode-2.tar.gz) = 7100481 bytes +BLAKE2s (FiraCode-5.2.tar.gz) = 6c436e85a5a9982b474e50c7c3d8eb4da17cd50527d21efcbc8fc0aa77a7e8af +SHA512 (FiraCode-5.2.tar.gz) = 10247bf8b72f4d44a5b5d727edeae2baee549b6654e12469ad3ab75d3926635b4b2cdfcbb2b9b4c89b28d7c5411c428c00729f94567dad3bc0dc23ff5446ce2d +Size (FiraCode-5.2.tar.gz) = 4875970 bytes |