[arch-commits] Commit in ttf-bitstream-vera/repos/extra-any (PKGBUILD PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Mon Jun 29 12:10:58 UTC 2020


    Date: Monday, June 29, 2020 @ 12:10:58
  Author: andyrtr
Revision: 390588

archrelease: copy trunk to extra-any

Added:
  ttf-bitstream-vera/repos/extra-any/PKGBUILD
    (from rev 390587, ttf-bitstream-vera/trunk/PKGBUILD)
Deleted:
  ttf-bitstream-vera/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   45 ++++++++++++++++++++++-----------------------
 1 file changed, 22 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-29 12:10:48 UTC (rev 390587)
+++ PKGBUILD	2020-06-29 12:10:58 UTC (rev 390588)
@@ -1,23 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Thayer Williams <thayer at archlinux.org>
-# Contributor: dorphell <dorphell at archlinux.org>
-
-pkgname=ttf-bitstream-vera
-pkgver=1.10
-pkgrel=13
-pkgdesc="Bitstream Vera fonts."
-arch=('any')
-license=('custom')
-url='https://www-old.gnome.org/fonts/'
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-provides=('ttf-font')
-source=("https://ftp.gnome.org/pub/GNOME/sources/${pkgname}/1.10/${pkgname}-${pkgver}.tar.gz")
-md5sums=('52559ed969e74f5fca83e527163156df')
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}"/usr/share/fonts/TTF
-  install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF/
-  install -Dm644 COPYRIGHT.TXT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: ttf-bitstream-vera/repos/extra-any/PKGBUILD (from rev 390587, ttf-bitstream-vera/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-29 12:10:58 UTC (rev 390588)
@@ -0,0 +1,22 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Thayer Williams <thayer at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=ttf-bitstream-vera
+pkgver=1.10
+pkgrel=14
+pkgdesc="Bitstream Vera fonts."
+arch=('any')
+license=('custom')
+url='https://www-old.gnome.org/fonts/'
+provides=('ttf-font')
+source=("https://ftp.gnome.org/pub/GNOME/sources/${pkgname}/1.10/${pkgname}-${pkgver}.tar.gz")
+md5sums=('52559ed969e74f5fca83e527163156df')
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  install -d "${pkgdir}"/usr/share/fonts/TTF
+  install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF/
+  install -Dm644 COPYRIGHT.TXT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list