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

Antonio Rojas arojas at archlinux.org
Tue Oct 20 17:12:58 UTC 2015


    Date: Tuesday, October 20, 2015 @ 19:12:58
  Author: arojas
Revision: 249571

Don't install all formats, OTC should be enough

Modified:
  noto-fonts-cjk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-20 16:45:32 UTC (rev 249570)
+++ PKGBUILD	2015-10-20 17:12:58 UTC (rev 249571)
@@ -3,7 +3,7 @@
 
 pkgname=noto-fonts-cjk
 pkgver=1.004
-pkgrel=1
+pkgrel=2
 pkgdesc="Google Noto CJK fonts"
 arch=(any)
 url="https://www.google.com/get/noto/"
@@ -15,6 +15,6 @@
 
 package() {
   mkdir -p "$pkgdir"/usr/share/fonts/noto
-  install -m644 noto-cjk-$pkgver/*.{ttc,otf} "$pkgdir"/usr/share/fonts/noto
+  install -m644 noto-cjk-$pkgver/*.ttc "$pkgdir"/usr/share/fonts/noto
   install -Dm644 noto-cjk-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



More information about the arch-commits mailing list