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

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


    Date: Wednesday, January 11, 2017 @ 17:46:49
  Author: arojas
Revision: 285694

archrelease: copy trunk to extra-any

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

--------------------------+
 PKGBUILD                 |   69 ++++++++++++++++++++++-----------------------
 noto-fonts-emoji.install |   11 -------
 2 files changed, 34 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-11 17:46:32 UTC (rev 285693)
+++ PKGBUILD	2017-01-11 17:46:49 UTC (rev 285694)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=noto-fonts-emoji
-_pkgver=2016-07-14
-_commit=2c3079c
-pkgver=${_pkgver//-}
-pkgrel=1
-pkgdesc="Google Noto emoji fonts"
-arch=(any)
-url="https://www.google.com/get/noto/"
-license=(Apache)
-depends=(fontconfig)
-makedepends=(cairo optipng python2-fonttools nototools imagemagick zopfli python2-setuptools)
-install=$pkgname.install
-#source=("https://github.com/googlei18n/noto-emoji/archive/v$_pkgver-license-apache.tar.gz")
-source=("https://github.com/googlei18n/noto-emoji/archive/$_commit.zip")
-md5sums=('cb8e4bda2a1bfe91420dac7320b2f7f1')
-
-prepare() {
-  cd noto-emoji-*
-  find -name '*.py' | xargs sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i
-  sed -e 's|python|python2|g' -e 's|ttx "$<"|ttx2 "$<"|g' -i Makefile
-}
-
-build() {
-  cd noto-emoji-*
-  make
-}
-
-package() {
-  cd noto-emoji-*
-  mkdir -p "$pkgdir"/usr/share/fonts/noto
-  install -m644 NotoColorEmoji.ttf fonts/NotoEmoji-Regular.ttf "$pkgdir"/usr/share/fonts/noto
-}

Copied: noto-fonts-emoji/repos/extra-any/PKGBUILD (from rev 285693, noto-fonts-emoji/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-11 17:46:49 UTC (rev 285694)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=noto-fonts-emoji
+_pkgver=2016-10-20
+_commit=f09b63d
+pkgver=${_pkgver//-}
+pkgrel=1
+pkgdesc="Google Noto emoji fonts"
+arch=(any)
+url="https://www.google.com/get/noto/"
+license=(Apache)
+depends=(fontconfig)
+makedepends=(cairo optipng python2-fonttools nototools imagemagick zopfli python2-setuptools)
+#source=("https://github.com/googlei18n/noto-emoji/archive/v$_pkgver-license-apache.tar.gz")
+source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip")
+md5sums=('52568bbd4752b74ba24d060f2b74e85e')
+
+prepare() {
+  cd noto-emoji-*
+  find -name '*.py' | xargs sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i
+  sed -e 's|python|python2|g' -e 's|ttx "$<"|ttx2 "$<"|g' -i Makefile
+}
+
+build() {
+  cd noto-emoji-*
+  make
+}
+
+package() {
+  cd noto-emoji-*
+  mkdir -p "$pkgdir"/usr/share/fonts/noto
+  install -m644 NotoColorEmoji.ttf fonts/NotoEmoji-Regular.ttf "$pkgdir"/usr/share/fonts/noto
+}

Deleted: noto-fonts-emoji.install
===================================================================
--- noto-fonts-emoji.install	2017-01-11 17:46:32 UTC (rev 285693)
+++ noto-fonts-emoji.install	2017-01-11 17:46:49 UTC (rev 285694)
@@ -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