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

Jan Steffens heftig at archlinux.org
Sun Jan 15 16:38:03 UTC 2017


    Date: Sunday, January 15, 2017 @ 16:38:03
  Author: heftig
Revision: 286571

Fontconfig successfully parses the Super OTF but Firefox can't load it

Modified:
  noto-fonts-cjk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-15 16:36:56 UTC (rev 286570)
+++ PKGBUILD	2017-01-15 16:38:03 UTC (rev 286571)
@@ -3,7 +3,7 @@
 
 pkgname=noto-fonts-cjk
 pkgver=1.004
-pkgrel=4
+pkgrel=3
 pkgdesc="Google Noto CJK fonts"
 arch=(any)
 url="https://www.google.com/get/noto/"
@@ -13,6 +13,6 @@
 
 package() {
   mkdir -p "$pkgdir"/usr/share/fonts/noto
-  bsdtar -C "$pkgdir/usr/share/fonts/noto" -xf noto-cjk-$pkgver/NotoSansCJK.ttc.zip
+  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