[arch-commits] Commit in ttf-nerd-fonts-symbols/trunk (2 files)

Daniel M. Capella polyzen at archlinux.org
Sun Mar 28 19:37:05 UTC 2021


    Date: Sunday, March 28, 2021 @ 19:37:05
  Author: polyzen
Revision: 907817

upgpkg: ttf-nerd-fonts-symbols 2.1.0+36+gd0bf73a1-4: Add post_upgrade note about new conf location

Modified:
  ttf-nerd-fonts-symbols/trunk/PKGBUILD
  ttf-nerd-fonts-symbols/trunk/ttf-nerd-fonts-symbols.install

--------------------------------+
 PKGBUILD                       |    2 +-
 ttf-nerd-fonts-symbols.install |    8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-28 19:36:48 UTC (rev 907816)
+++ PKGBUILD	2021-03-28 19:37:05 UTC (rev 907817)
@@ -4,7 +4,7 @@
 pkgname=('ttf-nerd-fonts-symbols' 'ttf-nerd-fonts-symbols-mono')
 pkgbase=ttf-nerd-fonts-symbols
 pkgver=2.1.0+36+gd0bf73a1
-pkgrel=3
+pkgrel=4
 pkgdesc="High number of extra glyphs from popular 'iconic fonts'"
 arch=('any')
 url=https://github.com/ryanoasis/nerd-fonts

Modified: ttf-nerd-fonts-symbols.install
===================================================================
--- ttf-nerd-fonts-symbols.install	2021-03-28 19:36:48 UTC (rev 907816)
+++ ttf-nerd-fonts-symbols.install	2021-03-28 19:37:05 UTC (rev 907817)
@@ -5,6 +5,14 @@
 EOF
 }
 
+post_upgrade() {
+  cat << EOF
+If you had previously made a symlink to 10-nerd-font-symbols.conf in
+/etc/fonts/conf.avail/, please replace it with one using the new location:
+/usr/share/fontconfig/conf.avail/.
+EOF
+}
+
 post_remove() {
   cat << EOF
 Make sure to remove Symbols Nerd Font from your font configuration files, eg.



More information about the arch-commits mailing list