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

Alexander Rødseth arodseth at archlinux.org
Tue Jan 17 21:05:19 UTC 2017


    Date: Tuesday, January 17, 2017 @ 21:05:19
  Author: arodseth
Revision: 207802

archrelease: copy trunk to community-any

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

------------------+
 PKGBUILD         |   40 +++++++++++++++++++++-------------------
 ttf-font.install |   15 ---------------
 2 files changed, 21 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-17 21:05:09 UTC (rev 207801)
+++ PKGBUILD	2017-01-17 21:05:19 UTC (rev 207802)
@@ -1,19 +0,0 @@
-# $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/
-}

Copied: ttf-ionicons/repos/community-any/PKGBUILD (from rev 207801, ttf-ionicons/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-17 21:05:19 UTC (rev 207802)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=ttf-ionicons
+pkgver=2.0.1
+pkgrel=2
+pkgdesc='The premium icon font for Ionic Framework'
+arch=('any')
+license=('MIT')
+url='http://ionicons.com/'
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+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/"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: ttf-font.install
===================================================================
--- ttf-font.install	2017-01-17 21:05:09 UTC (rev 207801)
+++ ttf-font.install	2017-01-17 21:05:19 UTC (rev 207802)
@@ -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
-}



More information about the arch-commits mailing list