[arch-commits] Commit in fira-code/repos/community-any (PKGBUILD PKGBUILD)

Jiachen Yang farseerfc at archlinux.org
Wed Jun 17 02:06:54 UTC 2020


    Date: Wednesday, June 17, 2020 @ 02:06:53
  Author: farseerfc
Revision: 646286

archrelease: copy trunk to community-any

Added:
  fira-code/repos/community-any/PKGBUILD
    (from rev 646285, fira-code/trunk/PKGBUILD)
Deleted:
  fira-code/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-17 02:06:17 UTC (rev 646285)
+++ PKGBUILD	2020-06-17 02:06:53 UTC (rev 646286)
@@ -1,43 +0,0 @@
-# Maintainer: Jiachen YANG <farseerfc at gmail.com>
-# Contributor: Henrik Hodne <henrik at hodne.io>
-# Contributor: Ariel AxionL <axionl at aosc.io>
-# AUR Maintainer: Stefan Husmann <stefan-husmann at t-online.de>
-
-pkgbase=fira-code
-pkgname=('ttf-fira-code' 'woff-fira-code' 'woff2-fira-code')
-pkgver=5.1
-pkgrel=1
-pkgdesc="Monospaced font with programming ligatures"
-arch=('any')
-url='https://github.com/tonsky/FiraCode'
-license=('custom:OFL')
-depends=()
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/tonsky/FiraCode/archive/${pkgver}.tar.gz")
-sha512sums=('806c0bb84253396b239258897a1249c1a3a26354da50b48987ee4a5a61ec3aac60641dc248cb6636b285396d4036f9c2d6759c2c977bc8d977fdb438105e0a85')
-
-function _package {
-    local dir="$srcdir/FiraCode-$pkgver"
-    cd "$dir/distr"
-    local ext="${1%%-*}"
-    cd "$ext"
-    local fonts=(FiraCode*."$ext")
-    local installdir="${ext^^}"
-
-    # Prepare destination directory
-    install -dm755 "$pkgdir/usr/share/fonts/$installdir"
-
-    # Install fonts
-    local font
-    for font in "${fonts[@]}"; do
-        install -m644 "$font" "$pkgdir/usr/share/fonts/$installdir"
-    done
-
-    # Install LICENSE
-    install -Dm644 "$dir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-for _pkgname in ${pkgname[@]}; do
-    eval "function package_$_pkgname() { _package $_pkgname; }"
-done
-
-# vim:set ts=8 sw=4 et:

Copied: fira-code/repos/community-any/PKGBUILD (from rev 646285, fira-code/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-17 02:06:53 UTC (rev 646286)
@@ -0,0 +1,43 @@
+# Maintainer: Jiachen YANG <farseerfc at gmail.com>
+# Contributor: Henrik Hodne <henrik at hodne.io>
+# Contributor: Ariel AxionL <axionl at aosc.io>
+# AUR Maintainer: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgbase=fira-code
+pkgname=('ttf-fira-code' 'woff-fira-code' 'woff2-fira-code')
+pkgver=5.2
+pkgrel=1
+pkgdesc="Monospaced font with programming ligatures"
+arch=('any')
+url='https://github.com/tonsky/FiraCode'
+license=('custom:OFL')
+depends=()
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/tonsky/FiraCode/archive/${pkgver}.tar.gz")
+sha512sums=('10247bf8b72f4d44a5b5d727edeae2baee549b6654e12469ad3ab75d3926635b4b2cdfcbb2b9b4c89b28d7c5411c428c00729f94567dad3bc0dc23ff5446ce2d')
+
+function _package {
+    local dir="$srcdir/FiraCode-$pkgver"
+    cd "$dir/distr"
+    local ext="${1%%-*}"
+    cd "$ext"
+    local fonts=(FiraCode*."$ext")
+    local installdir="${ext^^}"
+
+    # Prepare destination directory
+    install -dm755 "$pkgdir/usr/share/fonts/$installdir"
+
+    # Install fonts
+    local font
+    for font in "${fonts[@]}"; do
+        install -m644 "$font" "$pkgdir/usr/share/fonts/$installdir"
+    done
+
+    # Install LICENSE
+    install -Dm644 "$dir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+for _pkgname in ${pkgname[@]}; do
+    eval "function package_$_pkgname() { _package $_pkgname; }"
+done
+
+# vim:set ts=8 sw=4 et:



More information about the arch-commits mailing list