[arch-commits] Commit in fantasque-sans-mono/repos/community-any (PKGBUILD PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Mon Mar 30 00:08:29 UTC 2020


    Date: Monday, March 30, 2020 @ 00:08:22
  Author: polyzen
Revision: 606662

archrelease: copy trunk to community-any

Added:
  fantasque-sans-mono/repos/community-any/PKGBUILD
    (from rev 606661, fantasque-sans-mono/trunk/PKGBUILD)
Deleted:
  fantasque-sans-mono/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   49 +++++++++++++++++++++++--------------------------
 1 file changed, 23 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-30 00:07:15 UTC (rev 606661)
+++ PKGBUILD	2020-03-30 00:08:22 UTC (rev 606662)
@@ -1,26 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: George Rawlinson <george at rawlinson.net.nz>
-
-pkgbase=fantasque-sans-mono
-pkgname=('otf-fantasque-sans-mono' 'ttf-fantasque-sans-mono')
-pkgver=1.8.0
-pkgrel=1
-pkgdesc='Font family with a great monospaced variant for programmers'
-arch=('any')
-url=https://github.com/belluzj/fantasque-sans
-license=('custom:OFL')
-depends=('fontconfig' 'xorg-font-utils')
-source=("$pkgbase-$pkgver.tar.gz::$url/releases/download/v$pkgver/FantasqueSansMono-Normal.tar.gz")
-sha512sums=('3afbd441d192769ea44fd7730e728844d13c15b0dd52e3968e6e1659ffa11a173d21891c09ceb7465b83a0b8c923129df2554e159620c9611ee9bb6ff35c90c6')
-
-package_otf-fantasque-sans-mono() {
-  pkgdesc='OTF font family with a great monospaced variant for programmers'
-  install -Dm644 -t "$pkgdir"/usr/share/fonts/OTF OTF/*.otf
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/${pkgname[0]}/LICENSE
-}
-
-package_ttf-fantasque-sans-mono() {
-  pkgdesc='TTF font family with a great monospaced variant for programmers'
-  install -Dm644 -t "$pkgdir"/usr/share/fonts/TTF TTF/*.ttf
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/${pkgname[1]}/LICENSE
-}

Copied: fantasque-sans-mono/repos/community-any/PKGBUILD (from rev 606661, fantasque-sans-mono/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-30 00:08:22 UTC (rev 606662)
@@ -0,0 +1,23 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: George Rawlinson <george at rawlinson.net.nz>
+
+pkgbase=fantasque-sans-mono
+pkgname=('otf-fantasque-sans-mono' 'ttf-fantasque-sans-mono')
+pkgver=1.8.0
+pkgrel=2
+pkgdesc='Font family with a great monospaced variant for programmers'
+arch=('any')
+url=https://github.com/belluzj/fantasque-sans
+license=('custom:OFL')
+source=("$pkgbase-$pkgver.tar.gz::$url/releases/download/v$pkgver/FantasqueSansMono-Normal.tar.gz")
+sha512sums=('3afbd441d192769ea44fd7730e728844d13c15b0dd52e3968e6e1659ffa11a173d21891c09ceb7465b83a0b8c923129df2554e159620c9611ee9bb6ff35c90c6')
+
+package_otf-fantasque-sans-mono() {
+  install -Dm644 -t "$pkgdir"/usr/share/fonts/OTF OTF/*.otf
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/${pkgname[0]}/LICENSE
+}
+
+package_ttf-fantasque-sans-mono() {
+  install -Dm644 -t "$pkgdir"/usr/share/fonts/TTF TTF/*.ttf
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/${pkgname[1]}/LICENSE
+}



More information about the arch-commits mailing list