[arch-commits] Commit in font-awesome/repos/community-any (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sat Dec 14 13:27:01 UTC 2019
Date: Saturday, December 14, 2019 @ 13:27:00
Author: foxboron
Revision: 537634
archrelease: copy trunk to community-any
Added:
font-awesome/repos/community-any/PKGBUILD
(from rev 537633, font-awesome/trunk/PKGBUILD)
Deleted:
font-awesome/repos/community-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-14 13:26:51 UTC (rev 537633)
+++ PKGBUILD 2019-12-14 13:27:00 UTC (rev 537634)
@@ -1,28 +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.11.2
-pkgrel=1
-pkgdesc="Iconic font designed for Bootstrap"
-url="http://fontawesome.com"
-license=('custom:OFL')
-arch=('any')
-depends=('fontconfig')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/FortAwesome/Font-Awesome/archive/$pkgver.tar.gz")
-sha256sums=('f4e4622b944267cbd063cb75c6b606924eea1f801bd3585075695f681cebd723')
-
-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 537633, font-awesome/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-12-14 13:27:00 UTC (rev 537634)
@@ -0,0 +1,28 @@
+# 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.12.0
+pkgrel=1
+pkgdesc="Iconic font designed for Bootstrap"
+url="http://fontawesome.com"
+license=('custom:OFL')
+arch=('any')
+depends=('fontconfig')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FortAwesome/Font-Awesome/archive/$pkgver.tar.gz")
+sha256sums=('2922efb3b15cd7853655c981d97ffdf2bff37e728c4353497d455c6ee800d53b')
+
+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