Date: Sunday, March 11, 2018 @ 18:05:58 Author: andyrtr Revision: 318575
archrelease: copy trunk to testing-x86_64 Added: xorg-xrefresh/repos/testing-x86_64/ xorg-xrefresh/repos/testing-x86_64/PKGBUILD (from rev 318574, xorg-xrefresh/trunk/PKGBUILD) ----------+ PKGBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) Copied: xorg-xrefresh/repos/testing-x86_64/PKGBUILD (from rev 318574, xorg-xrefresh/trunk/PKGBUILD) =================================================================== --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2018-03-11 18:05:58 UTC (rev 318575) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Andreas Radke <andy...@archlinux.org> +# Maintainer: Jan de Groot <j...@archlinux.org> + +pkgname=xorg-xrefresh +pkgver=1.0.6 +pkgrel=1 +pkgdesc="Refresh all or part of an X screen" +arch=('x86_64') +url="https://xorg.freedesktop.org/" +license=('custom') +depends=('libx11') +makedepends=('xorg-util-macros') +groups=('xorg-apps' 'xorg') +source=(https://xorg.freedesktop.org/archive/individual/app/xrefresh-${pkgver}.tar.bz2{,.sig}) +sha512sums=('361e97fecfc2706d5eeab69df0d4dd4baa55b6783cfddabf51d8561b7c930d71ce6c217e0512c6564208d69b04f89c69ea8c0bfb2e4f6cc25b062b55e4db3674' + 'SKIP') +validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersm...@oracle.com>" + +build() { + cd xrefresh-${pkgver} + ./configure --prefix=/usr + make +} + +package() { + cd xrefresh-${pkgver} + make DESTDIR="${pkgdir}" install + install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" +}