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

Daniel M. Capella polyzen at archlinux.org
Tue Feb 23 06:42:37 UTC 2021


    Date: Tuesday, February 23, 2021 @ 06:42:36
  Author: polyzen
Revision: 869232

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-23 06:42:14 UTC (rev 869231)
+++ PKGBUILD	2021-02-23 06:42:36 UTC (rev 869232)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Roman Kyrylych <Roman.Kyrylych at gmail.com>
-# Contributor: Andreas Zwinkau
-# Contributor: rabyte <rabyte__gmail>
-# Contributor: Stefan Husmann < stefan-husmann at t-online.de>
-
-pkgname=ttf-liberation
-pkgver=2.1.2
-pkgrel=1
-pkgdesc='Font family which aims at metric compatibility with Arial, Times New Roman, and Courier New'
-arch=('any')
-url=https://github.com/liberationfonts/liberation-fonts
-license=('custom:OFL')
-makedepends=('fontforge' 'python-fonttools')
-provides=('ttf-font')
-source=("$url/archive/$pkgver/liberation-fonts-$pkgver.tar.gz")
-b2sums=('5342560cad4f006cbc27153b0fc204f0625bdead07a2a24dc84ef8477282d80a377c212a7157e8a5f69e0b546f6d4d6f2ec94a7a72aa1d82e93283d05fa47f0a')
-
-build() {
-  cd liberation-fonts-$pkgver
-  make
-}
-
-package() {
-  cd liberation-fonts-$pkgver
-  install -Dm644 -t "$pkgdir/usr/share/fonts/${pkgname#ttf-}" \
-    liberation-fonts-ttf-$pkgver/*.ttf
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}

Copied: ttf-liberation/repos/community-any/PKGBUILD (from rev 869231, ttf-liberation/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-23 06:42:36 UTC (rev 869232)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Roman Kyrylych <Roman.Kyrylych at gmail.com>
+# Contributor: Andreas Zwinkau
+# Contributor: rabyte <rabyte__gmail>
+# Contributor: Stefan Husmann < stefan-husmann at t-online.de>
+
+pkgname=ttf-liberation
+pkgver=2.1.3
+pkgrel=1
+pkgdesc='Font family which aims at metric compatibility with Arial, Times New Roman, and Courier New'
+arch=('any')
+url=https://github.com/liberationfonts/liberation-fonts
+license=('custom:OFL')
+makedepends=('fontforge' 'python-fonttools')
+provides=('ttf-font')
+source=("$url/archive/$pkgver/liberation-fonts-$pkgver.tar.gz")
+b2sums=('f2bd1652aea043e06ba5ae17a5284162024c9033c5749e768068402565e595674a8fa6beb98ffdb09422daa61d2b00cdd620c3fe8c35e9e738152fa05b578532')
+
+build() {
+  cd liberation-fonts-$pkgver
+  make build
+}
+
+package() {
+  cd liberation-fonts-$pkgver
+  install -Dm644 -t "$pkgdir/usr/share/fonts/${pkgname#ttf-}" \
+    liberation-fonts-ttf-$pkgver/*.ttf
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}



More information about the arch-commits mailing list