Date: Sunday, March 11, 2018 @ 17:23:34
  Author: andyrtr
Revision: 318554

archrelease: copy trunk to testing-x86_64

Added:
  xorg-xlsfonts/repos/testing-x86_64/
  xorg-xlsfonts/repos/testing-x86_64/PKGBUILD
    (from rev 318553, xorg-xlsfonts/trunk/PKGBUILD)

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

Copied: xorg-xlsfonts/repos/testing-x86_64/PKGBUILD (from rev 318553, 
xorg-xlsfonts/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2018-03-11 17:23:34 UTC (rev 318554)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+# Contributor: Jan de Groot <j...@archlinux.org>
+
+pkgname=xorg-xlsfonts
+pkgver=1.0.6
+pkgrel=1
+pkgdesc='List available X fonts'
+url='https://xorg.freedesktop.org/'
+license=('custom')
+arch=('x86_64')
+depends=('libx11')
+makedepends=('xorg-util-macros')
+source=(https://xorg.freedesktop.org/archive/individual/app/xlsfonts-${pkgver}.tar.bz2{,.sig})
+sha512sums=('052a3b1dec23cb20fdfacd4500cb836feb3b888bf568a548ea71deb58a4ba10a1ad5392d658e95272c6d4a1832edf1f19c3de2498b78dca82c43ee52800a30c0'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 
<alan.coopersm...@oracle.com>
+
+build() {
+       cd xlsfonts-${pkgver}
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd xlsfonts-${pkgver}
+       make DESTDIR="${pkgdir}" install
+       install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Reply via email to