[arch-commits] Commit in font-awesome/repos/community-any (PKGBUILD PKGBUILD)

Morten Linderud foxboron at archlinux.org
Thu Jan 14 17:56:50 UTC 2021


    Date: Thursday, January 14, 2021 @ 17:56:49
  Author: foxboron
Revision: 820861

archrelease: copy trunk to community-any

Added:
  font-awesome/repos/community-any/PKGBUILD
    (from rev 820860, font-awesome/trunk/PKGBUILD)
Deleted:
  font-awesome/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-14 17:56:43 UTC (rev 820860)
+++ PKGBUILD	2021-01-14 17:56:49 UTC (rev 820861)
@@ -1,27 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org> 
-# Contributor: Alad Wenter <https://wiki.archlinux.org/index.php/Special:EmailUser/Alad>
-
-pkgbase=font-awesome
-pkgname=(ttf-font-awesome otf-font-awesome)
-pkgver=5.15.1
-pkgrel=1
-pkgdesc="Iconic font designed for Bootstrap"
-url="https://fontawesome.com/"
-license=('custom:OFL')
-arch=('any')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/FortAwesome/Font-Awesome/archive/$pkgver.tar.gz")
-sha256sums=('f229f46cd6cabb6380c7c503772cb42ed19497da26a002005509388c8930e7e1')
-
-package_ttf-font-awesome() {
-  cd "Font-Awesome-${pkgver}"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-  install -d "$pkgdir/usr/share/fonts/TTF"
-  install -m644 ./webfonts/*.ttf "$pkgdir/usr/share/fonts/TTF"
-}
-
-package_otf-font-awesome() {
-  cd "Font-Awesome-${pkgver}"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-  install -d "$pkgdir/usr/share/fonts/OTF"
-  install -m644 ./otfs/*.otf "$pkgdir/usr/share/fonts/OTF"
-}

Copied: font-awesome/repos/community-any/PKGBUILD (from rev 820860, font-awesome/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-14 17:56:49 UTC (rev 820861)
@@ -0,0 +1,27 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org> 
+# Contributor: Alad Wenter <https://wiki.archlinux.org/index.php/Special:EmailUser/Alad>
+
+pkgbase=font-awesome
+pkgname=(ttf-font-awesome otf-font-awesome)
+pkgver=5.15.2
+pkgrel=1
+pkgdesc="Iconic font designed for Bootstrap"
+url="https://fontawesome.com/"
+license=('custom:OFL')
+arch=('any')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FortAwesome/Font-Awesome/archive/$pkgver.tar.gz")
+sha256sums=('ce8d6225c59c2fedab03658144d896807e58d7d5082da7c9655301a44c5cb3d2')
+
+package_ttf-font-awesome() {
+  cd "Font-Awesome-${pkgver}"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+  install -d "$pkgdir/usr/share/fonts/TTF"
+  install -m644 ./webfonts/*.ttf "$pkgdir/usr/share/fonts/TTF"
+}
+
+package_otf-font-awesome() {
+  cd "Font-Awesome-${pkgver}"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+  install -d "$pkgdir/usr/share/fonts/OTF"
+  install -m644 ./otfs/*.otf "$pkgdir/usr/share/fonts/OTF"
+}



More information about the arch-commits mailing list