[arch-commits] Commit in noto-fonts-cjk/repos/extra-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Sep 20 18:02:43 UTC 2017


    Date: Wednesday, September 20, 2017 @ 18:02:42
  Author: arojas
Revision: 305933

archrelease: copy trunk to extra-any

Added:
  noto-fonts-cjk/repos/extra-any/PKGBUILD
    (from rev 305932, noto-fonts-cjk/trunk/PKGBUILD)
Deleted:
  noto-fonts-cjk/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   37 ++++++++++++++++++-------------------
 1 file changed, 18 insertions(+), 19 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-20 18:01:31 UTC (rev 305932)
+++ PKGBUILD	2017-09-20 18:02:42 UTC (rev 305933)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=noto-fonts-cjk
-pkgver=20170512
-_commit=9beb8b833bf5eeaf3d89f019ff0618931127a47f
-pkgrel=1
-pkgdesc="Google Noto CJK fonts"
-arch=(any)
-url="https://www.google.com/get/noto/"
-license=(custom:SIL)
-source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-cjk/archive/$_commit.zip")
-sha256sums=('5e47b92a1612d25e1f12295a0ce67521936043b9ce871b676410fe73be2f32a9')
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/fonts/noto
-  install -m644 noto-cjk-*/*.ttc "$pkgdir"/usr/share/fonts/noto
-  install -Dm644 noto-cjk-*/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: noto-fonts-cjk/repos/extra-any/PKGBUILD (from rev 305932, noto-fonts-cjk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-09-20 18:02:42 UTC (rev 305933)
@@ -0,0 +1,18 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=noto-fonts-cjk
+pkgver=20170601
+_commit=32a5844539f2e348ed36b44e990f9b06d7fb89fe
+pkgrel=1
+pkgdesc="Google Noto CJK fonts"
+arch=(any)
+url="https://www.google.com/get/noto/"
+license=(custom:SIL)
+source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-cjk/archive/$_commit.zip")
+sha256sums=('31e53af3f5e97ae021f24f960608e98f64aaa12804eda7fb583dcfaa8d496ebf')
+
+package() {
+  install -Dt "$pkgdir"/usr/share/fonts/noto-cjk -m644 noto-cjk-*/*.ttc
+  install -Dt "$pkgdir"/usr/share/licenses/$pkgname -m644 noto-cjk-*/LICENSE
+}



More information about the arch-commits mailing list