[arch-commits] Commit in ttf-bitstream-vera/repos (2 files)

Lukas Fleischer lfleischer at archlinux.org
Sat Jan 14 13:01:51 UTC 2017


    Date: Saturday, January 14, 2017 @ 13:01:50
  Author: lfleischer
Revision: 286356

archrelease: copy trunk to community-any

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

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

Copied: ttf-bitstream-vera/repos/community-any/PKGBUILD (from rev 286355, ttf-bitstream-vera/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2017-01-14 13:01:50 UTC (rev 286356)
@@ -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=11
+pkgdesc="Bitstream Vera fonts."
+arch=('any')
+license=('custom')
+url='http://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