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

2016-10-12 Thread Antonio Rojas
Date: Wednesday, October 12, 2016 @ 10:18:26
  Author: arojas
Revision: 278481

archrelease: copy trunk to extra-any

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

+
 PKGBUILD   |   72 +--
 noto-fonts.install |   22 +++
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-12 10:17:45 UTC (rev 278480)
+++ PKGBUILD2016-10-12 10:18:26 UTC (rev 278481)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgbase=noto-fonts
-pkgname=(noto-fonts ttf-croscore)
-_pkgver=2016-06-13
-_commit=19ce9d5
-pkgver=${_pkgver//-}
-pkgrel=1
-pkgdesc="Google Noto TTF fonts"
-arch=(any)
-url="https://www.google.com/get/noto/";
-license=(Apache)
-depends=(fontconfig)
-provides=(ttf-font)
-install=noto-fonts.install
-#source=("https://github.com/googlei18n/noto-fonts/archive/v$_pkgver-license-adobe.tar.gz";)
-source=("https://github.com/googlei18n/noto-fonts/archive/$_commit.zip";)
-sha256sums=('41b6f69f73752546c25832edbb487752b87e5f91ca2f54a439255f34a59cf14f')
-
-package_noto-fonts() {
-  optdepends=('noto-fonts-cjk: CJK characters' 'noto-fonts-emoji: Emoji 
characters')
-
-  mkdir -p "$pkgdir"/usr/share/fonts/noto
-  install -m644 $pkgbase-*/hinted/Noto*.ttf "$pkgdir"/usr/share/fonts/noto
-}
-
-package_ttf-croscore() {
-  pkgdesc='Chrome OS core fonts'
-
-  cd $pkgbase-*/hinted
-  mkdir -p "$pkgdir"/usr/share/fonts/TTF
-  install -m644 Arimo*.ttf Cousine*.ttf Tinos*.ttf 
"$pkgdir"/usr/share/fonts/TTF
-}
-
-

Copied: noto-fonts/repos/extra-any/PKGBUILD (from rev 278480, 
noto-fonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-12 10:18:26 UTC (rev 278481)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgbase=noto-fonts
+pkgname=(noto-fonts ttf-croscore)
+_pkgver=2016-10-03
+_commit=3dfd3e9
+pkgver=${_pkgver//-}
+pkgrel=1
+pkgdesc="Google Noto TTF fonts"
+arch=(any)
+url="https://www.google.com/get/noto/";
+license=(Apache)
+depends=(fontconfig)
+provides=(ttf-font)
+install=noto-fonts.install
+#source=("https://github.com/googlei18n/noto-fonts/archive/v$_pkgver-license-adobe.tar.gz";)
+source=("https://github.com/googlei18n/noto-fonts/archive/$_commit.zip";)
+sha256sums=('b5f6eb210303c861fa27e3497436a431091b72dfcf7327aa30bd323e9df5e1fb')
+
+package_noto-fonts() {
+  optdepends=('noto-fonts-cjk: CJK characters' 'noto-fonts-emoji: Emoji 
characters')
+
+  mkdir -p "$pkgdir"/usr/share/fonts/noto
+  install -m644 $pkgbase-*/hinted/Noto*.ttf "$pkgdir"/usr/share/fonts/noto
+}
+
+package_ttf-croscore() {
+  pkgdesc='Chrome OS core fonts'
+
+  cd $pkgbase-*/hinted
+  mkdir -p "$pkgdir"/usr/share/fonts/TTF
+  install -m644 Arimo*.ttf Cousine*.ttf Tinos*.ttf 
"$pkgdir"/usr/share/fonts/TTF
+}
+
+

Deleted: noto-fonts.install
===
--- noto-fonts.install  2016-10-12 10:17:45 UTC (rev 278480)
+++ noto-fonts.install  2016-10-12 10:18:26 UTC (rev 278481)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -s
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: noto-fonts/repos/extra-any/noto-fonts.install (from rev 278480, 
noto-fonts/trunk/noto-fonts.install)
===
--- noto-fonts.install  (rev 0)
+++ noto-fonts.install  2016-10-12 10:18:26 UTC (rev 278481)
@@ -0,0 +1,11 @@
+post_install() {
+  fc-cache -s
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2016-07-19 Thread Antonio Rojas
Date: Tuesday, July 19, 2016 @ 20:54:24
  Author: arojas
Revision: 272059

archrelease: copy trunk to extra-any

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

+
 PKGBUILD   |   72 +--
 noto-fonts.install |   22 +++
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-19 20:52:58 UTC (rev 272058)
+++ PKGBUILD2016-07-19 20:54:24 UTC (rev 272059)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgbase=noto-fonts
-pkgname=(noto-fonts ttf-croscore)
-_pkgver=2015-12-24
-_commit=3f1dc1
-pkgver=${_pkgver//-}
-pkgrel=2
-pkgdesc="Google Noto TTF fonts"
-arch=(any)
-url="https://www.google.com/get/noto/";
-license=(Apache)
-depends=(fontconfig)
-provides=(ttf-font)
-install=noto-fonts.install
-#source=("https://github.com/googlei18n/noto-fonts/archive/v$_pkgver-license-adobe.tar.gz";)
-source=("https://github.com/googlei18n/noto-fonts/archive/$_commit.zip";)
-sha256sums=('4a91e1ed90bf61a8d3e486db6dac40f8e71973b97960d41be7790cbb68ce81df')
-
-package_noto-fonts() {
-  optdepends=('noto-fonts-cjk: CJK characters' 'noto-fonts-emoji: Emoji 
characters')
-
-  mkdir -p "$pkgdir"/usr/share/fonts/noto
-  install -m644 $pkgbase-*/hinted/Noto*.ttf "$pkgdir"/usr/share/fonts/noto
-}
-
-package_ttf-croscore() {
-  pkgdesc='Chrome OS core fonts'
-
-  cd $pkgbase-*/hinted
-  mkdir -p "$pkgdir"/usr/share/fonts/TTF
-  install -m644 Arimo*.ttf Cousine*.ttf Tinos*.ttf 
"$pkgdir"/usr/share/fonts/TTF
-}
-
-

Copied: noto-fonts/repos/extra-any/PKGBUILD (from rev 272058, 
noto-fonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-19 20:54:24 UTC (rev 272059)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgbase=noto-fonts
+pkgname=(noto-fonts ttf-croscore)
+_pkgver=2016-06-13
+_commit=19ce9d5
+pkgver=${_pkgver//-}
+pkgrel=1
+pkgdesc="Google Noto TTF fonts"
+arch=(any)
+url="https://www.google.com/get/noto/";
+license=(Apache)
+depends=(fontconfig)
+provides=(ttf-font)
+install=noto-fonts.install
+#source=("https://github.com/googlei18n/noto-fonts/archive/v$_pkgver-license-adobe.tar.gz";)
+source=("https://github.com/googlei18n/noto-fonts/archive/$_commit.zip";)
+sha256sums=('41b6f69f73752546c25832edbb487752b87e5f91ca2f54a439255f34a59cf14f')
+
+package_noto-fonts() {
+  optdepends=('noto-fonts-cjk: CJK characters' 'noto-fonts-emoji: Emoji 
characters')
+
+  mkdir -p "$pkgdir"/usr/share/fonts/noto
+  install -m644 $pkgbase-*/hinted/Noto*.ttf "$pkgdir"/usr/share/fonts/noto
+}
+
+package_ttf-croscore() {
+  pkgdesc='Chrome OS core fonts'
+
+  cd $pkgbase-*/hinted
+  mkdir -p "$pkgdir"/usr/share/fonts/TTF
+  install -m644 Arimo*.ttf Cousine*.ttf Tinos*.ttf 
"$pkgdir"/usr/share/fonts/TTF
+}
+
+

Deleted: noto-fonts.install
===
--- noto-fonts.install  2016-07-19 20:52:58 UTC (rev 272058)
+++ noto-fonts.install  2016-07-19 20:54:24 UTC (rev 272059)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -s
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: noto-fonts/repos/extra-any/noto-fonts.install (from rev 272058, 
noto-fonts/trunk/noto-fonts.install)
===
--- noto-fonts.install  (rev 0)
+++ noto-fonts.install  2016-07-19 20:54:24 UTC (rev 272059)
@@ -0,0 +1,11 @@
+post_install() {
+  fc-cache -s
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2015-12-24 Thread Antonio Rojas
Date: Friday, December 25, 2015 @ 00:46:32
  Author: arojas
Revision: 257255

archrelease: copy trunk to extra-any

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

+
 PKGBUILD   |   59 +++
 noto-fonts.install |   22 +--
 2 files changed, 47 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-24 23:44:57 UTC (rev 257254)
+++ PKGBUILD2015-12-24 23:46:32 UTC (rev 257255)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=noto-fonts
-_pkgver=2015-12-24
-_commit=3f1dc1
-pkgver=${_pkgver//-}
-pkgrel=1
-pkgdesc="Google Noto TTF fonts"
-arch=(any)
-url="https://www.google.com/get/noto/";
-license=(Apache)
-depends=(fontconfig)
-provides=(ttf-font)
-install=noto-fonts.install
-#source=("https://github.com/googlei18n/noto-fonts/archive/v$_pkgver-license-adobe.tar.gz";)
-source=("https://github.com/googlei18n/noto-fonts/archive/$_commit.zip";)
-sha256sums=('4a91e1ed90bf61a8d3e486db6dac40f8e71973b97960d41be7790cbb68ce81df')
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/fonts/noto
-  install -m644 $pkgname-*/hinted/*.ttf "$pkgdir"/usr/share/fonts/noto
-}

Copied: noto-fonts/repos/extra-any/PKGBUILD (from rev 257254, 
noto-fonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-24 23:46:32 UTC (rev 257255)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgbase=noto-fonts
+pkgname=(noto-fonts ttf-croscore)
+_pkgver=2015-12-24
+_commit=3f1dc1
+pkgver=${_pkgver//-}
+pkgrel=2
+pkgdesc="Google Noto TTF fonts"
+arch=(any)
+url="https://www.google.com/get/noto/";
+license=(Apache)
+depends=(fontconfig)
+provides=(ttf-font)
+install=noto-fonts.install
+#source=("https://github.com/googlei18n/noto-fonts/archive/v$_pkgver-license-adobe.tar.gz";)
+source=("https://github.com/googlei18n/noto-fonts/archive/$_commit.zip";)
+sha256sums=('4a91e1ed90bf61a8d3e486db6dac40f8e71973b97960d41be7790cbb68ce81df')
+
+package_noto-fonts() {
+  optdepends=('noto-fonts-cjk: CJK characters' 'noto-fonts-emoji: Emoji 
characters')
+
+  mkdir -p "$pkgdir"/usr/share/fonts/noto
+  install -m644 $pkgbase-*/hinted/Noto*.ttf "$pkgdir"/usr/share/fonts/noto
+}
+
+package_ttf-croscore() {
+  pkgdesc='Chrome OS core fonts'
+
+  cd $pkgbase-*/hinted
+  mkdir -p "$pkgdir"/usr/share/fonts/TTF
+  install -m644 Arimo*.ttf Cousine*.ttf Tinos*.ttf 
"$pkgdir"/usr/share/fonts/TTF
+}
+
+

Deleted: noto-fonts.install
===
--- noto-fonts.install  2015-12-24 23:44:57 UTC (rev 257254)
+++ noto-fonts.install  2015-12-24 23:46:32 UTC (rev 257255)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -s
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: noto-fonts/repos/extra-any/noto-fonts.install (from rev 257254, 
noto-fonts/trunk/noto-fonts.install)
===
--- noto-fonts.install  (rev 0)
+++ noto-fonts.install  2015-12-24 23:46:32 UTC (rev 257255)
@@ -0,0 +1,11 @@
+post_install() {
+  fc-cache -s
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2015-12-24 Thread Antonio Rojas
Date: Thursday, December 24, 2015 @ 19:18:26
  Author: arojas
Revision: 257250

archrelease: copy trunk to extra-any

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

+
 PKGBUILD   |   44 +++-
 noto-fonts.install |   22 +++---
 2 files changed, 34 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-24 18:18:00 UTC (rev 257249)
+++ PKGBUILD2015-12-24 18:18:26 UTC (rev 257250)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=noto-fonts
-_pkgver=2015-09-29
-pkgver=${_pkgver//-}
-pkgrel=3
-pkgdesc="Google Noto TTF fonts"
-arch=(any)
-url="https://www.google.com/get/noto/";
-license=(Apache)
-depends=(fontconfig)
-provides=(ttf-font)
-install=noto-fonts.install
-source=("https://github.com/googlei18n/noto-fonts/archive/v$_pkgver-license-adobe.tar.gz";)
-sha256sums=('0b80cc4cceb0337c31e209ca8d3b3f8d13af01284a20ced04d69969262d7f37d')
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/fonts/noto
-  install -m644 $pkgname-$_pkgver-license-adobe/hinted/*.ttf 
"$pkgdir"/usr/share/fonts/noto
-}

Copied: noto-fonts/repos/extra-any/PKGBUILD (from rev 257249, 
noto-fonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-24 18:18:26 UTC (rev 257250)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=noto-fonts
+_pkgver=2015-12-24
+_commit=3f1dc1
+pkgver=${_pkgver//-}
+pkgrel=1
+pkgdesc="Google Noto TTF fonts"
+arch=(any)
+url="https://www.google.com/get/noto/";
+license=(Apache)
+depends=(fontconfig)
+provides=(ttf-font)
+install=noto-fonts.install
+#source=("https://github.com/googlei18n/noto-fonts/archive/v$_pkgver-license-adobe.tar.gz";)
+source=("https://github.com/googlei18n/noto-fonts/archive/$_commit.zip";)
+sha256sums=('4a91e1ed90bf61a8d3e486db6dac40f8e71973b97960d41be7790cbb68ce81df')
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/fonts/noto
+  install -m644 $pkgname-*/hinted/*.ttf "$pkgdir"/usr/share/fonts/noto
+}

Deleted: noto-fonts.install
===
--- noto-fonts.install  2015-12-24 18:18:00 UTC (rev 257249)
+++ noto-fonts.install  2015-12-24 18:18:26 UTC (rev 257250)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -s
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: noto-fonts/repos/extra-any/noto-fonts.install (from rev 257249, 
noto-fonts/trunk/noto-fonts.install)
===
--- noto-fonts.install  (rev 0)
+++ noto-fonts.install  2015-12-24 18:18:26 UTC (rev 257250)
@@ -0,0 +1,11 @@
+post_install() {
+  fc-cache -s
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2015-10-26 Thread Antonio Rojas
Date: Monday, October 26, 2015 @ 20:56:40
  Author: arojas
Revision: 249772

archrelease: copy trunk to extra-any

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

+
 PKGBUILD   |   41 +
 noto-fonts.install |   22 +++---
 2 files changed, 32 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-26 19:56:12 UTC (rev 249771)
+++ PKGBUILD2015-10-26 19:56:40 UTC (rev 249772)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=noto-fonts
-_pkgver=2015-09-29
-pkgver=${_pkgver//-}
-pkgrel=2
-pkgdesc="Google Noto fonts"
-arch=(any)
-url="https://www.google.com/get/noto/";
-license=(Apache)
-depends=(fontconfig)
-install=noto-fonts.install
-source=("https://github.com/googlei18n/noto-fonts/archive/v$_pkgver-license-adobe.tar.gz";)
-sha256sums=('0b80cc4cceb0337c31e209ca8d3b3f8d13af01284a20ced04d69969262d7f37d')
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/fonts/noto
-  install -m644 $pkgname-$_pkgver-license-adobe/hinted/*.ttf 
"$pkgdir"/usr/share/fonts/noto
-}

Copied: noto-fonts/repos/extra-any/PKGBUILD (from rev 249771, 
noto-fonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-26 19:56:40 UTC (rev 249772)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=noto-fonts
+_pkgver=2015-09-29
+pkgver=${_pkgver//-}
+pkgrel=3
+pkgdesc="Google Noto TTF fonts"
+arch=(any)
+url="https://www.google.com/get/noto/";
+license=(Apache)
+depends=(fontconfig)
+provides=(ttf-font)
+install=noto-fonts.install
+source=("https://github.com/googlei18n/noto-fonts/archive/v$_pkgver-license-adobe.tar.gz";)
+sha256sums=('0b80cc4cceb0337c31e209ca8d3b3f8d13af01284a20ced04d69969262d7f37d')
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/fonts/noto
+  install -m644 $pkgname-$_pkgver-license-adobe/hinted/*.ttf 
"$pkgdir"/usr/share/fonts/noto
+}

Deleted: noto-fonts.install
===
--- noto-fonts.install  2015-10-26 19:56:12 UTC (rev 249771)
+++ noto-fonts.install  2015-10-26 19:56:40 UTC (rev 249772)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -s
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: noto-fonts/repos/extra-any/noto-fonts.install (from rev 249771, 
noto-fonts/trunk/noto-fonts.install)
===
--- noto-fonts.install  (rev 0)
+++ noto-fonts.install  2015-10-26 19:56:40 UTC (rev 249772)
@@ -0,0 +1,11 @@
+post_install() {
+  fc-cache -s
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2015-10-16 Thread Antonio Rojas
Date: Saturday, October 17, 2015 @ 01:54:18
  Author: arojas
Revision: 249444

archrelease: copy trunk to extra-any

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

+
 PKGBUILD   |   40 
 noto-fonts.install |   22 +++---
 2 files changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-16 23:53:59 UTC (rev 249443)
+++ PKGBUILD2015-10-16 23:54:18 UTC (rev 249444)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=noto-fonts
-_pkgver=2015-09-29
-pkgver=${_pkgver//-}
-pkgrel=1
-pkgdesc="Google Noto fonts"
-arch=(any)
-url="https://www.google.com/get/noto/";
-license=(Apache)
-depends=(fontconfig)
-install=noto-fonts.install
-source=("https://github.com/googlei18n/noto-fonts/archive/v$_pkgver-license-adobe.tar.gz";)
-sha256sums=('0b80cc4cceb0337c31e209ca8d3b3f8d13af01284a20ced04d69969262d7f37d')
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/fonts/TTF
-  install -m644 $pkgname-$_pkgver-license-adobe/hinted/*.ttf 
"$pkgdir"/usr/share/fonts/TTF
-}

Copied: noto-fonts/repos/extra-any/PKGBUILD (from rev 249443, 
noto-fonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-16 23:54:18 UTC (rev 249444)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=noto-fonts
+_pkgver=2015-09-29
+pkgver=${_pkgver//-}
+pkgrel=2
+pkgdesc="Google Noto fonts"
+arch=(any)
+url="https://www.google.com/get/noto/";
+license=(Apache)
+depends=(fontconfig)
+install=noto-fonts.install
+source=("https://github.com/googlei18n/noto-fonts/archive/v$_pkgver-license-adobe.tar.gz";)
+sha256sums=('0b80cc4cceb0337c31e209ca8d3b3f8d13af01284a20ced04d69969262d7f37d')
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/fonts/noto
+  install -m644 $pkgname-$_pkgver-license-adobe/hinted/*.ttf 
"$pkgdir"/usr/share/fonts/noto
+}

Deleted: noto-fonts.install
===
--- noto-fonts.install  2015-10-16 23:53:59 UTC (rev 249443)
+++ noto-fonts.install  2015-10-16 23:54:18 UTC (rev 249444)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -s
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: noto-fonts/repos/extra-any/noto-fonts.install (from rev 249443, 
noto-fonts/trunk/noto-fonts.install)
===
--- noto-fonts.install  (rev 0)
+++ noto-fonts.install  2015-10-16 23:54:18 UTC (rev 249444)
@@ -0,0 +1,11 @@
+post_install() {
+  fc-cache -s
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}