[arch-commits] Commit in ttf-roboto/repos/community-any (PKGBUILD PKGBUILD)

Johannes Löthberg demize at archlinux.org
Wed Aug 2 19:24:15 UTC 2017


    Date: Wednesday, August 2, 2017 @ 19:24:14
  Author: demize
Revision: 247562

archrelease: copy trunk to community-any

Added:
  ttf-roboto/repos/community-any/PKGBUILD
    (from rev 247561, ttf-roboto/trunk/PKGBUILD)
Deleted:
  ttf-roboto/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   41 ++++++++++++++++++++---------------------
 1 file changed, 20 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-02 19:24:05 UTC (rev 247561)
+++ PKGBUILD	2017-08-02 19:24:14 UTC (rev 247562)
@@ -1,21 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Daniel Greve <greve.daniel.l at gmail.com>
-
-pkgname=ttf-roboto
-pkgver=2.136
-pkgrel=1
-
-pkgdesc="Google's signature family of fonts"
-url='https://material.google.com/style/typography.html'
-arch=('any')
-license=('Apache')
-
-depends=('fontconfig')
-
-source=("https://github.com/google/roboto/releases/download/v${pkgver}/roboto-hinted.zip")
-md5sums=('b796348e23f38be21c84b9bc64c04046')
-
-package() {
-  cd roboto-hinted
-  install -Dm644 *.ttf -t "$pkgdir"/usr/share/fonts/TTF
-}

Copied: ttf-roboto/repos/community-any/PKGBUILD (from rev 247561, ttf-roboto/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-08-02 19:24:14 UTC (rev 247562)
@@ -0,0 +1,20 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Daniel Greve <greve.daniel.l at gmail.com>
+
+pkgname=ttf-roboto
+pkgver=2.138
+pkgrel=1
+
+pkgdesc="Google's signature family of fonts"
+url='https://material.google.com/style/typography.html'
+arch=('any')
+license=('Apache')
+
+depends=('fontconfig')
+
+source=(roboto-hinted-$pkgver.zip::https://github.com/google/roboto/releases/download/v$pkgver/roboto-hinted.zip)
+md5sums=('a7e2d4b06e2137172838f8ef37f89339')
+
+package() {
+  install -Dm644 *.ttf -t "$pkgdir"/usr/share/fonts/TTF
+}



More information about the arch-commits mailing list