pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/nerd-fonts



Module Name:    pkgsrc
Committed By:   pin
Date:           Sat Jan 25 21:11:47 UTC 2025

Modified Files:
        pkgsrc/fonts/nerd-fonts: Makefile.common

Log Message:
fonts/nerd-fonts: update to 3.3.0

v3.3.0

The Post-Halloween Release

The biggest change is the update of Devicons by switching from the unmaintained repo to a more maintained fork that has lots of asked for icons.
Some very old icons have been dropped now; hope noone is really affected. See the description in #1691 for a complete list.

Breaking

    Because Devicons are updated some old icons were dropped (replaced) #1691

Fonts

    Add Departure Mono @rektdeckard #1709
    Add Monaspace weight ExtraLight (Italic) #1670
    Update 0xProto to 2.201 @my4ng #1623
    Update Intel One Mono to 1.4.0 #1741
    Update Monaspace to v1.101 @Stealthii #1630
    Fix upstream Gohufont 14 question mark bug #1654

Icons

    Switch to devicons/devicon #1691
    Add Chuck and Vitruvian Man #1740
    Add Progress Indicators a la Fira Code #1733
    Update Font Logos to 1.3.0 #1721
    FontAwesome: Scale glyphs a bit smaller #1722
    Improve Bazel icon @zaucy #1610
    Improve Ruby and Firebase icons

Features

    Add shell based cheat-sheet script @hasecilu #1694
    Add fontconfig file to SymbolsOnly release archive (for repackagers) #1713
    Unify configuration files for font-patcher and gotta-patch-em (format changed) #1613

Bugs and improvements

    Fix Powerline glyphs position and size in some cases #1727
    font-patcher: Allow to rehint glyphs via config file #1613
    font-patcher: don't double-shrink heavy angle brackets @gibfahn #1617
    font-patcher: Fix behavior when trying to patch non-font files #1648
    font-patcher: Fix escaping warning
    gotta-patch-em: Remove post processing
    Increase Powerline overlap (big triangles and more) #1724
    Increase weather icons 'other' icons scale #1726
    ShareTechMono: Fix fi/fl ligs #1631
    PowerShell install @jpawlowski #1701

Website and docs
Again a lot has been done by various people, thank you all!


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/fonts/nerd-fonts/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/nerd-fonts/Makefile.common
diff -u pkgsrc/fonts/nerd-fonts/Makefile.common:1.20 pkgsrc/fonts/nerd-fonts/Makefile.common:1.21
--- pkgsrc/fonts/nerd-fonts/Makefile.common:1.20        Mon Sep 30 17:53:01 2024
+++ pkgsrc/fonts/nerd-fonts/Makefile.common     Sat Jan 25 21:11:47 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2024/09/30 17:53:01 ktnb Exp $
+# $NetBSD: Makefile.common,v 1.21 2025/01/25 21:11:47 pin Exp $
 # used by fonts/nerd-fonts-3270/Makefile
 # used by fonts/nerd-fonts-Agave/Makefile
 # used by fonts/nerd-fonts-AnonymousPro/Makefile
@@ -12,6 +12,7 @@
 # used by fonts/nerd-fonts-iA-Writer/Makefile
 # used by fonts/nerd-fonts-IBMPlexMono/Makefile
 # used by fonts/nerd-fonts-DaddyTimeMono/Makefile
+# used by fonts/nerd-fonts-FantasqueSansMono/Makefile
 # used by fonts/nerd-fonts-Meslo/Makefile
 # used by fonts/nerd-fonts-JetBrainsMono/Makefile
 # used by fonts/nerd-fonts-SourceCodePro/Makefile
@@ -21,7 +22,7 @@
 CATEGORIES=    fonts
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ryanoasis/}
 GITHUB_PROJECT=        nerd-fonts
-GITHUB_RELEASE=        v3.2.1
+GITHUB_RELEASE=        v3.3.0
 DIST_SUBDIR=   ${GITHUB_PROJECT}/${GITHUB_RELEASE:S/v//}
 EXTRACT_SUFX=  .tar.xz
 



Home | Main Index | Thread Index | Old Index