[arch-commits] Commit in ttf-inconsolata/repos/community-any (4 files)

Antonio Rojas arojas at archlinux.org
Sun Mar 22 10:08:33 UTC 2020


    Date: Sunday, March 22, 2020 @ 10:08:32
  Author: arojas
Revision: 603363

archrelease: copy trunk to community-any

Added:
  ttf-inconsolata/repos/community-any/75-ttf-inconsolata.conf
    (from rev 603362, ttf-inconsolata/trunk/75-ttf-inconsolata.conf)
  ttf-inconsolata/repos/community-any/PKGBUILD
    (from rev 603362, ttf-inconsolata/trunk/PKGBUILD)
Deleted:
  ttf-inconsolata/repos/community-any/75-ttf-inconsolata.conf
  ttf-inconsolata/repos/community-any/PKGBUILD

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

Deleted: 75-ttf-inconsolata.conf
===================================================================
(Binary files differ)

Copied: ttf-inconsolata/repos/community-any/75-ttf-inconsolata.conf (from rev 603362, ttf-inconsolata/trunk/75-ttf-inconsolata.conf)
===================================================================
(Binary files differ)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-22 10:08:13 UTC (rev 603362)
+++ PKGBUILD	2020-03-22 10:08:32 UTC (rev 603363)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald at archlinux.org>
-
-pkgname=ttf-inconsolata
-pkgver=2.0.0.1
-pkgrel=3
-epoch=1
-pkgdesc="Monospace font for pretty code listings and for the terminal"
-arch=('any')
-url="https://www.google.com/fonts/specimen/Inconsolata"
-license=('custom:OFL')
-depends=('fontconfig' 'xorg-font-utils')
-_gitver='efcbdc5d' #93ada0d4f9fa83389aba7cdbc797606f'
-source=("https://raw.githubusercontent.com/google/fonts/${_gitver}/ofl/inconsolata/Inconsolata-Bold.ttf"
-        "https://raw.githubusercontent.com/google/fonts/${_gitver}/ofl/inconsolata/Inconsolata-Regular.ttf"
-        "https://raw.githubusercontent.com/google/fonts/${_gitver}/ofl/inconsolata/OFL.txt"
-        "https://raw.githubusercontent.com/google/fonts/${_gitver}/ofl/inconsolata/FONTLOG.txt"
-        '75-ttf-inconsolata.conf')
-sha1sums=('3de268caaee19809b2b24589ca5c65ee027397e0'
-          '01e452f6f6004868daf0c4904ea31b92fe8e934c'
-          '532a1523da8c698fe7c51f39388df5db69e682ac'
-          '9d828111c6262d90683e09d32ccd4438eddad65f'
-          '27cf0d59c91fd9ff2fb72de9d7ee5082a46a1792')
-
-package() {
-  install -d "${pkgdir}/usr/share/fonts/TTF"
-  install -Dm644 "${srcdir}"/*.ttf "${pkgdir}/usr/share/fonts/TTF"
-  install -Dm644 "${srcdir}/OFL.txt" "${pkgdir}/usr/share/licenses/${pkgname}/OFL.txt"
-  install -Dm644 "${srcdir}/FONTLOG.txt" "${pkgdir}/usr/share/doc/${pkgname}/FONTLOG.txt"
-  install -Dm644 "${srcdir}/75-ttf-inconsolata.conf" "${pkgdir}/etc/fonts/conf.avail/75-ttf-inconsolata.conf"
-}

Copied: ttf-inconsolata/repos/community-any/PKGBUILD (from rev 603362, ttf-inconsolata/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-22 10:08:32 UTC (rev 603363)
@@ -0,0 +1,27 @@
+# Maintainer: Ronald van Haren <ronald at archlinux.org>
+
+pkgname=ttf-inconsolata
+pkgver=3.000
+pkgrel=1
+epoch=1
+pkgdesc="Monospace font for pretty code listings and for the terminal"
+arch=('any')
+url="https://www.google.com/fonts/specimen/Inconsolata"
+license=('custom:OFL')
+depends=('fontconfig' 'xorg-font-utils')
+source=("https://github.com/googlefonts/Inconsolata/releases/download/v$pkgver/fonts_ttf.zip"
+        "https://github.com/googlefonts/Inconsolata/releases/download/v$pkgver/OFL.txt"
+        "https://github.com/googlefonts/Inconsolata/releases/download/v$pkgver/FONTLOG.txt"
+        '75-ttf-inconsolata.conf')
+sha256sums=('626e8ee07501dbb544b50aa59ac2e4b9ec86b810670158a59c7a3cbaf475548a'
+            '5d362a6f8690517fd9a5573128a081d8bbbb2f92714cf00556e08fbbe9600426'
+            '73f3109ad0986c8ec7d117dab344e940e4e33e848c1288806b56040dc0fed86c'
+            'f29a1b45c96ee05e64c03181b587f48a5d090839b7356eb4f48fb752a17a899f')
+
+package() {
+  install -d "${pkgdir}/usr/share/fonts/TTF"
+  install -Dm644 "${srcdir}"/fonts/ttf/*.ttf "${pkgdir}/usr/share/fonts/TTF"
+  install -Dm644 "${srcdir}/OFL.txt" "${pkgdir}/usr/share/licenses/${pkgname}/OFL.txt"
+  install -Dm644 "${srcdir}/FONTLOG.txt" "${pkgdir}/usr/share/doc/${pkgname}/FONTLOG.txt"
+  install -Dm644 "${srcdir}/75-ttf-inconsolata.conf" "${pkgdir}/etc/fonts/conf.avail/75-ttf-inconsolata.conf"
+}



More information about the arch-commits mailing list