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

Antonio Rojas arojas at archlinux.org
Tue Apr 4 06:29:51 UTC 2017


    Date: Tuesday, April 4, 2017 @ 06:29:50
  Author: arojas
Revision: 292067

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-04 06:24:25 UTC (rev 292066)
+++ PKGBUILD	2017-04-04 06:29:50 UTC (rev 292067)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=noto-fonts-cjk
-pkgver=1.004
-pkgrel=3
-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
-  install -Dm644 noto-cjk-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: noto-fonts-cjk/repos/extra-any/PKGBUILD (from rev 292066, noto-fonts-cjk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-04 06:29:50 UTC (rev 292067)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=noto-fonts-cjk
+pkgver=20170404
+_commit=daf5dd0a5603a0bdcd6df38ab023aee17bccc90d
+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=('29538d544a367b97b6c728d2f404fc0b769894f4a3d2baf79c0528de29a914cd')
+
+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
+}



More information about the arch-commits mailing list