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

Antonio Rojas arojas at archlinux.org
Fri Oct 16 23:54:19 UTC 2015


    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
===================================================================
--- PKGBUILD	2015-10-16 23:53:59 UTC (rev 249443)
+++ PKGBUILD	2015-10-16 23:54:18 UTC (rev 249444)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-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)
+++ PKGBUILD	2015-10-16 23:54:18 UTC (rev 249444)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+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
+}



More information about the arch-commits mailing list