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

Daniel M. Capella polyzen at archlinux.org
Mon Dec 21 06:21:36 UTC 2020


    Date: Monday, December 21, 2020 @ 06:21:36
  Author: polyzen
Revision: 780840

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-21 06:21:17 UTC (rev 780839)
+++ PKGBUILD	2020-12-21 06:21:36 UTC (rev 780840)
@@ -1,34 +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.1
-pkgrel=1
-pkgdesc='Red Hats Liberation fonts'
-arch=('any')
-license=('custom:OFL')
-url=https://github.com/liberationfonts/liberation-fonts
-makedepends=('fontforge' 'python-fonttools')
-provides=('ttf-font')
-source=("$url/archive/$pkgver/liberation-fonts-$pkgver.tar.gz")
-sha512sums=('25de431b1ce71b9dd710757430ad3a5c370ce3e7f3a172fec96dbe578e778c8653c949c973382d791cef1807c7f7bf966784254ebb53e09169f861e3d35d16de')
-
-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 license
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}

Copied: ttf-liberation/repos/community-any/PKGBUILD (from rev 780839, ttf-liberation/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-21 06:21:36 UTC (rev 780840)
@@ -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.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
+}



More information about the arch-commits mailing list