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

Daniel M. Capella polyzen at archlinux.org
Mon Jun 8 05:44:17 UTC 2020


    Date: Monday, June 8, 2020 @ 05:44:16
  Author: polyzen
Revision: 640250

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-08 05:43:56 UTC (rev 640249)
+++ PKGBUILD	2020-06-08 05:44:16 UTC (rev 640250)
@@ -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.0
-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=('70dbdd2e61808e7a56f76d605ded6195fc1b2d91b8682e8daef1bc5bf36a45a04b8f4e77fdcafa81f1253835c65637abc4c2df65ebe86aa1555fc074826ee0ba')
-
-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 640249, ttf-liberation/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-08 05:44:16 UTC (rev 640250)
@@ -0,0 +1,34 @@
+# 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
+}



More information about the arch-commits mailing list