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

Daniel M. Capella polyzen at archlinux.org
Mon Feb 10 00:51:28 UTC 2020


    Date: Monday, February 10, 2020 @ 00:51:27
  Author: polyzen
Revision: 565580

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-10 00:51:04 UTC (rev 565579)
+++ PKGBUILD	2020-02-10 00:51:27 UTC (rev 565580)
@@ -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.00.5
-pkgrel=2
-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=('4c7848bf6907d200f2d827141d30187e397361e667cea76cd3f5d790c95ebb4f2a76439904f57525bf649990f7003da3eda91e2c661db48c5f0f74c7ddd2007d')
-
-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 565579, ttf-liberation/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-10 00:51:27 UTC (rev 565580)
@@ -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.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
+}



More information about the arch-commits mailing list