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

Jan Steffens heftig at archlinux.org
Sun Jan 15 00:42:16 UTC 2017


    Date: Sunday, January 15, 2017 @ 00:42:15
  Author: heftig
Revision: 286380

1.004-4: Use "Super OTF" format (see README.formats)

Modified:
  noto-fonts-cjk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-15 00:41:13 UTC (rev 286379)
+++ PKGBUILD	2017-01-15 00:42:15 UTC (rev 286380)
@@ -3,17 +3,16 @@
 
 pkgname=noto-fonts-cjk
 pkgver=1.004
-pkgrel=3
+pkgrel=4
 pkgdesc="Google Noto CJK fonts"
 arch=(any)
 url="https://www.google.com/get/noto/"
 license=(custom:SIL)
-depends=(fontconfig)
 source=($pkgname-$pkgver.tar.gz::"https://github.com/googlei18n/noto-cjk/archive/v$pkgver.tar.gz")
 sha256sums=('835a42755c1e8d6a4a406f32609da1f0fa7f9674d05760f0be658d9d6f4ab71c')
 
 package() {
   mkdir -p "$pkgdir"/usr/share/fonts/noto
-  install -m644 noto-cjk-$pkgver/*.ttc "$pkgdir"/usr/share/fonts/noto
+  bsdtar -C "$pkgdir/usr/share/fonts/noto" -xf noto-cjk-$pkgver/NotoSansCJK.ttc.zip
   install -Dm644 noto-cjk-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



More information about the arch-commits mailing list