[arch-commits] Commit in font-awesome/repos/community-any (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Thu Jul 16 11:04:47 UTC 2020
Date: Thursday, July 16, 2020 @ 11:04:46
Author: foxboron
Revision: 664109
archrelease: copy trunk to community-any
Added:
font-awesome/repos/community-any/PKGBUILD
(from rev 664108, font-awesome/trunk/PKGBUILD)
Deleted:
font-awesome/repos/community-any/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-16 11:04:38 UTC (rev 664108)
+++ PKGBUILD 2020-07-16 11:04:46 UTC (rev 664109)
@@ -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.13.1
-pkgrel=2
-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=('26cae227514f3f77f9a43ad4e4f6a383702e08a5ec2a2fcb055cd35e033b7dd2')
-
-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 664108, font-awesome/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-16 11:04:46 UTC (rev 664109)
@@ -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.14.0
+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=('706a5bec081feaf06669bd57c40a8e452765b7bc4103c72635627cf57fe656d0')
+
+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