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

Brett Cornwall ainola at archlinux.org
Sun Dec 30 14:38:02 UTC 2018


    Date: Sunday, December 30, 2018 @ 14:38:01
  Author: ainola
Revision: 419241

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-30 14:37:43 UTC (rev 419240)
+++ PKGBUILD	2018-12-30 14:38:01 UTC (rev 419241)
@@ -1,19 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=ttf-ionicons
-pkgver=4.5.0
-pkgrel=1
-pkgdesc='Font from Ionic Framework'
-arch=('any')
-license=('MIT')
-url='https://ionicons.com/'
-source=($pkgname-$pkgver.tar.gz::"https://github.com/ionic-team/ionicons/archive/v$pkgver.tar.gz")
-sha256sums=('b901663b01a1434a98d6ca53cbbb027fb39d222a65dc75075d32d6755539de74')
-
-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"
-}

Copied: ttf-ionicons/repos/community-any/PKGBUILD (from rev 419240, ttf-ionicons/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-30 14:38:01 UTC (rev 419241)
@@ -0,0 +1,19 @@
+# Contributor: Ainola <ainola at archlinux.org>
+# Contributor: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=ttf-ionicons
+pkgver=4.5.1
+pkgrel=1
+pkgdesc='Font from the Ionic mobile framework'
+arch=('any')
+license=('MIT')
+url='https://ionicons.com/'
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ionic-team/ionicons/archive/v$pkgver.tar.gz")
+sha256sums=('6125a684e7981b3b9a302850a63bbea428de9876f6ff83da4f50786210450143')
+
+package() {
+    cd "ionicons-$pkgver"
+    install -Dm644 docs/fonts/ionicons.ttf -t "$pkgdir/usr/share/fonts/TTF/"
+    install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



More information about the arch-commits mailing list