Date: Sunday, March 11, 2018 @ 17:21:35 Author: andyrtr Revision: 318552
archrelease: copy trunk to testing-x86_64 Added: xorg-xlsclients/repos/testing-x86_64/ xorg-xlsclients/repos/testing-x86_64/PKGBUILD (from rev 318551, xorg-xlsclients/trunk/PKGBUILD) ----------+ PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) Copied: xorg-xlsclients/repos/testing-x86_64/PKGBUILD (from rev 318551, xorg-xlsclients/trunk/PKGBUILD) =================================================================== --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2018-03-11 17:21:35 UTC (rev 318552) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Jan de Groot <j...@archlinux.org> + +pkgname=xorg-xlsclients +pkgver=1.1.4 +pkgrel=1 +pkgdesc="List client applications running on a display" +arch=('x86_64') +url="https://xorg.freedesktop.org/" +license=('custom') +depends=('libxcb') +makedepends=('xorg-util-macros') +groups=('xorg-apps' 'xorg') +source=(https://xorg.freedesktop.org/archive/individual/app/xlsclients-${pkgver}.tar.bz2{,.sig}) +sha512sums=('42fd848d88d3cf31168a37fed63f9f5b60ddc4f36be2956b354e574c93129d75f29e005d6631784380bcef27860b54c64f419ca18ad77f092f4520dec47b10f4' + 'SKIP') +validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersm...@oracle.com>" + +build() { + cd xlsclients-${pkgver} + ./configure --prefix=/usr + make +} + +package() { + cd xlsclients-${pkgver} + make DESTDIR="${pkgdir}" install + install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" +}