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

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


    Date: Wednesday, January 11, 2017 @ 17:17:55
  Author: arojas
Revision: 285688

archrelease: copy trunk to extra-any

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

--------------------+
 PKGBUILD           |   71 +++++++++++++++++++++++++--------------------------
 noto-fonts.install |   11 -------
 2 files changed, 35 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-11 17:17:17 UTC (rev 285687)
+++ PKGBUILD	2017-01-11 17:17:55 UTC (rev 285688)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-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
-}
-
-

Copied: noto-fonts/repos/extra-any/PKGBUILD (from rev 285687, noto-fonts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-11 17:17:55 UTC (rev 285688)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgbase=noto-fonts
+pkgname=(noto-fonts ttf-croscore)
+_pkgver=2016-12-21
+_commit=e5782aa
+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)
+#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=('9a0463b9922eaff3d64786982645e4027b6390c1e0cb870a7c9747ed364d387f')
+
+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	2017-01-11 17:17:17 UTC (rev 285687)
+++ noto-fonts.install	2017-01-11 17:17:55 UTC (rev 285688)
@@ -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