[arch-commits] Commit in ttf-ionicons/repos/community-any (4 files)

Antonio Rojas arojas at archlinux.org
Sat May 9 18:14:37 UTC 2015


    Date: Saturday, May 9, 2015 @ 20:14:37
  Author: arojas
Revision: 133106

archrelease: copy trunk to community-any

Added:
  ttf-ionicons/repos/community-any/PKGBUILD
    (from rev 133105, ttf-ionicons/trunk/PKGBUILD)
  ttf-ionicons/repos/community-any/ttf-font.install
    (from rev 133105, ttf-ionicons/trunk/ttf-font.install)
Deleted:
  ttf-ionicons/repos/community-any/PKGBUILD
  ttf-ionicons/repos/community-any/ttf-font.install

------------------+
 PKGBUILD         |   38 +++++++++++++++++++-------------------
 ttf-font.install |   30 +++++++++++++++---------------
 2 files changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-09 18:13:59 UTC (rev 133105)
+++ PKGBUILD	2015-05-09 18:14:37 UTC (rev 133106)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=ttf-ionicons
-pkgver=2.0.0
-pkgrel=1
-pkgdesc='The premium icon font for Ionic Framework'
-arch=('any')
-license=('MIT')
-url='http://ionicons.com/'
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-install=ttf-font.install
-source=("https://github.com/driftyco/ionicons/raw/v${pkgver}/fonts/ionicons.ttf")
-md5sums=('0d39918c71ad0bf2db5766fe14828114')
-
-package() {
-  install -d "${pkgdir}"/usr/share/fonts/TTF
-  install -m644 ionicons.ttf "${pkgdir}"/usr/share/fonts/TTF/
-}

Copied: ttf-ionicons/repos/community-any/PKGBUILD (from rev 133105, ttf-ionicons/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-05-09 18:14:37 UTC (rev 133106)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=ttf-ionicons
+pkgver=2.0.1
+pkgrel=1
+pkgdesc='The premium icon font for Ionic Framework'
+arch=('any')
+license=('MIT')
+url='http://ionicons.com/'
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+install=ttf-font.install
+source=("https://github.com/driftyco/ionicons/raw/v${pkgver}/fonts/ionicons.ttf")
+md5sums=('24712f6c47821394fba7942fbb52c3b2')
+
+package() {
+  install -d "${pkgdir}"/usr/share/fonts/TTF
+  install -m644 ionicons.ttf "${pkgdir}"/usr/share/fonts/TTF/
+}

Deleted: ttf-font.install
===================================================================
--- ttf-font.install	2015-05-09 18:13:59 UTC (rev 133105)
+++ ttf-font.install	2015-05-09 18:14:37 UTC (rev 133106)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n "Updating font cache... "
-  fc-cache -s
-  mkfontscale /usr/share/fonts/TTF
-  mkfontdir /usr/share/fonts/TTF
-  echo "done."
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: ttf-ionicons/repos/community-any/ttf-font.install (from rev 133105, ttf-ionicons/trunk/ttf-font.install)
===================================================================
--- ttf-font.install	                        (rev 0)
+++ ttf-font.install	2015-05-09 18:14:37 UTC (rev 133106)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n "Updating font cache... "
+  fc-cache -s
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+  echo "done."
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list