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

Antonio Rojas arojas at archlinux.org
Wed Jan 11 17:22:08 UTC 2017


    Date: Wednesday, January 11, 2017 @ 17:22:07
  Author: arojas
Revision: 285690

archrelease: copy trunk to extra-any

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

------------------------+
 PKGBUILD               |   39 +++++++++++++++++++--------------------
 noto-fonts-cjk.install |   11 -----------
 2 files changed, 19 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-11 17:21:38 UTC (rev 285689)
+++ PKGBUILD	2017-01-11 17:22:07 UTC (rev 285690)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=noto-fonts-cjk
-pkgver=1.004
-pkgrel=2
-pkgdesc="Google Noto CJK fonts"
-arch=(any)
-url="https://www.google.com/get/noto/"
-license=(custom:SIL)
-depends=(fontconfig)
-install=$pkgname.install
-source=("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 285689, noto-fonts-cjk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-11 17:22:07 UTC (rev 285690)
@@ -0,0 +1,19 @@
+# $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
+}

Deleted: noto-fonts-cjk.install
===================================================================
--- noto-fonts-cjk.install	2017-01-11 17:21:38 UTC (rev 285689)
+++ noto-fonts-cjk.install	2017-01-11 17:22:07 UTC (rev 285690)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -s
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



More information about the arch-commits mailing list