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

Daniel M. Capella polyzen at gemini.archlinux.org
Thu Sep 30 18:46:34 UTC 2021


    Date: Thursday, September 30, 2021 @ 18:46:33
  Author: polyzen
Revision: 1026209

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-30 18:46:15 UTC (rev 1026208)
+++ PKGBUILD	2021-09-30 18:46:33 UTC (rev 1026209)
@@ -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.4
-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=('47770fc26bb3620a53d9bec77cd9698291ffe2d6979342e01fca5fd1103930f97236bcb75a7453d63d7f182da5c01c5c98e09ee9e792c71ad235e4812eae1a52')
-
-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
-}

Copied: ttf-liberation/repos/community-any/PKGBUILD (from rev 1026208, ttf-liberation/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-30 18:46:33 UTC (rev 1026209)
@@ -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.5
+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=('8e8ed55456823c61dc8c622a9674c540770abc944ce87bd96ae64a8f13b450e5386335e9f24723344a9e7f882b8e323f4a43231b4659c117c5b7670027f42199')
+
+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