[arch-commits] Commit in ttf-ionicons/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Dec 14 18:27:39 UTC 2018
Date: Friday, December 14, 2018 @ 18:27:38
Author: arojas
Revision: 416283
archrelease: copy trunk to community-any
Added:
ttf-ionicons/repos/community-any/PKGBUILD
(from rev 416282, ttf-ionicons/trunk/PKGBUILD)
Deleted:
ttf-ionicons/repos/community-any/PKGBUILD
----------+
PKGBUILD | 41 +++++++++++++++++++----------------------
1 file changed, 19 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-12-14 18:27:10 UTC (rev 416282)
+++ PKGBUILD 2018-12-14 18:27:38 UTC (rev 416283)
@@ -1,22 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=ttf-ionicons
-pkgver=4.4.7
-pkgrel=1
-pkgdesc='Font from Ionic Framework'
-arch=('any')
-license=('MIT')
-url='https://ionicons.com/'
-source=("https://github.com/ionic-team/ionicons/archive/v$pkgver.tar.gz")
-sha256sums=('d53c7a6c5cd92bc6c24d4275b04277777bb370306315d9ab54190fb6cba5dfca')
-
-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"
-}
-
-# getver: github.com/ionic-team/ionicons/releases
-# vim: ts=2 sw=2 et:
Copied: ttf-ionicons/repos/community-any/PKGBUILD (from rev 416282, ttf-ionicons/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-12-14 18:27:38 UTC (rev 416283)
@@ -0,0 +1,19 @@
+# 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"
+}
More information about the arch-commits
mailing list