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

Ronald van Haren ronald at archlinux.org
Mon Feb 12 12:24:27 UTC 2018


    Date: Monday, February 12, 2018 @ 12:24:26
  Author: ronald
Revision: 293101

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   54 ++++++++++++++++++++++++++++++++----------------------
 1 file changed, 32 insertions(+), 22 deletions(-)

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-12 12:24:14 UTC (rev 293100)
+++ PKGBUILD	2018-02-12 12:24:26 UTC (rev 293101)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald at archlinux.org>
-
-pkgname=ttf-inconsolata
-pkgver=20151221.480630d
-pkgrel=2
-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://sources.archlinux.org/other/community/ttf-inconsolata/ttf-inconsolata-480630d.tar.bz2'
-        '75-ttf-inconsolata.conf')
-sha1sums=('628bacd3855a9328c2c84c3ad7d5caf9ebd2dc14'
-          '27cf0d59c91fd9ff2fb72de9d7ee5082a46a1792')
-    
-package() {
-  install -d ${pkgdir}/usr/share/fonts/TTF
-  install -Dm644 ${srcdir}/inconsolata/*.ttf ${pkgdir}/usr/share/fonts/TTF
-  install -Dm644 ${srcdir}/inconsolata/OFL.txt ${pkgdir}/usr/share/licenses/ttf-inconsolata/OFL.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 293100, ttf-inconsolata/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-12 12:24:26 UTC (rev 293101)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald at archlinux.org>
+
+pkgname=ttf-inconsolata
+pkgver=2.0.0.1
+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')
+_gitver='efcbdc5d' #93ada0d4f9fa83389aba7cdbc797606f'
+source=("https://github.com/google/fonts/raw/${_gitver}/ofl/inconsolata/Inconsolata-Bold.ttf"
+        "https://github.com/google/fonts/raw/${_gitver}/ofl/inconsolata/Inconsolata-Regular.ttf"
+        "https://raw.githubusercontent.com/google/fonts/${_gitver}/ofl/inconsolata/OFL.txt"
+        "https://github.com/google/fonts/blob/${_gitver}/ofl/inconsolata/FONTLOG.txt"
+        '75-ttf-inconsolata.conf')
+sha1sums=('3de268caaee19809b2b24589ca5c65ee027397e0'
+          '01e452f6f6004868daf0c4904ea31b92fe8e934c'
+          '532a1523da8c698fe7c51f39388df5db69e682ac'
+          '6a8a01e94fa22623435dafa9ca16c66f2aa3b320'
+          '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"
+}



More information about the arch-commits mailing list