[arch-commits] Commit in noto-fonts/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Nov 23 15:52:30 UTC 2017


    Date: Thursday, November 23, 2017 @ 15:52:29
  Author: arojas
Revision: 310761

Fix missing NotoSans-Light

Modified:
  noto-fonts/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-23 12:29:14 UTC (rev 310760)
+++ PKGBUILD	2017-11-23 15:52:29 UTC (rev 310761)
@@ -5,7 +5,7 @@
 pkgname=(noto-fonts noto-fonts-extra ttf-croscore)
 pkgver=20171025
 _commit=8ef14e6c606a7a0ef3943b9ca01fd49445620d79  # master
-pkgrel=1
+pkgrel=2
 pkgdesc="Google Noto TTF fonts"
 arch=(any)
 url="https://www.google.com/get/noto/"
@@ -28,7 +28,7 @@
   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/noto-fonts
 
   # Already in NotoSans-*.ttc
-  rm "$pkgdir"/usr/share/fonts/noto/NotoSans-*.ttf
+  rm "$pkgdir"/usr/share/fonts/noto/NotoSans-{Bold,BoldItalic,Italic,Regular}.ttf
   # Move to noto-fonts-extra
   rm -f "$pkgdir"/usr/share/fonts/noto/Noto*{Condensed,SemiBold,Extra}*.ttf
 



More information about the arch-commits mailing list