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

Alexander Rødseth arodseth at archlinux.org
Fri Sep 14 11:09:37 UTC 2018


    Date: Friday, September 14, 2018 @ 11:09:37
  Author: arodseth
Revision: 380874

archrelease: copy trunk to community-any

Added:
  ttf-ionicons/repos/community-any/PKGBUILD
    (from rev 380873, ttf-ionicons/trunk/PKGBUILD)
Deleted:
  ttf-ionicons/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   43 ++++++++++++++++++++++---------------------
 1 file changed, 22 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-14 11:09:28 UTC (rev 380873)
+++ PKGBUILD	2018-09-14 11:09:37 UTC (rev 380874)
@@ -1,21 +0,0 @@
-# $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:

Copied: ttf-ionicons/repos/community-any/PKGBUILD (from rev 380873, ttf-ionicons/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-14 11:09:37 UTC (rev 380874)
@@ -0,0 +1,22 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=ttf-ionicons
+pkgver=4.4.3
+pkgrel=1
+pkgdesc='The premium icon font for Ionic Framework'
+arch=('any')
+license=('MIT')
+url='https://ionicons.com/'
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+source=("https://github.com/ionic-team/ionicons/archive/v$pkgver.tar.gz")
+sha256sums=('fb7250aaaf153f5e92cf0d78a4fe6b08ef7d74b6b06ff262683b65551a0c9646')
+
+package() {
+  cd "ionicons-$pkgver"
+  install -Dm644 docs/fonts/ionicons.ttf \
+    "$pkgdir/usr/share/fonts/TTF/ionicons.ttf"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list