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

Felix Yan felixonmars at archlinux.org
Tue May 19 08:31:48 UTC 2020


    Date: Tuesday, May 19, 2020 @ 08:31:48
  Author: felixonmars
Revision: 386352

archrelease: copy trunk to staging-any

Added:
  ttf-bitstream-vera/repos/staging-any/
  ttf-bitstream-vera/repos/staging-any/PKGBUILD
    (from rev 386351, ttf-bitstream-vera/trunk/PKGBUILD)

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

Copied: ttf-bitstream-vera/repos/staging-any/PKGBUILD (from rev 386351, ttf-bitstream-vera/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2020-05-19 08:31:48 UTC (rev 386352)
@@ -0,0 +1,23 @@
+# 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"
+}



More information about the arch-commits mailing list