pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/FiraCode fonts/FiraCode: update to 5.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/740df580355e
branches:  trunk
changeset: 768695:740df580355e
user:      rhialto <rhialto%pkgsrc.org@localhost>
date:      Sat Oct 30 14:50:50 2021 +0000

description:
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:

 fonts/FiraCode/Makefile |  10 +++++-----
 fonts/FiraCode/PLIST    |  10 ++++------
 fonts/FiraCode/distinfo |   8 ++++----
 3 files changed, 13 insertions(+), 15 deletions(-)

diffs (59 lines):

diff -r b6476b3b4347 -r 740df580355e fonts/FiraCode/Makefile
--- a/fonts/FiraCode/Makefile   Sat Oct 30 13:46:42 2021 +0000
+++ b/fonts/FiraCode/Makefile   Sat Oct 30 14:50:50 2021 +0000
@@ -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 @@
 
 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 -r b6476b3b4347 -r 740df580355e fonts/FiraCode/PLIST
--- a/fonts/FiraCode/PLIST      Sat Oct 30 13:46:42 2021 +0000
+++ b/fonts/FiraCode/PLIST      Sat Oct 30 14:50:50 2021 +0000
@@ -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 -r b6476b3b4347 -r 740df580355e fonts/FiraCode/distinfo
--- a/fonts/FiraCode/distinfo   Sat Oct 30 13:46:42 2021 +0000
+++ b/fonts/FiraCode/distinfo   Sat Oct 30 14:50:50 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index