Date: Monday, October 21, 2013 @ 20:45:00 Author: andyrtr Revision: 197097
archrelease: copy trunk to extra-i686, extra-x86_64 Added: libxau/repos/extra-i686/PKGBUILD (from rev 197096, libxau/trunk/PKGBUILD) libxau/repos/extra-x86_64/PKGBUILD (from rev 197096, libxau/trunk/PKGBUILD) Deleted: libxau/repos/extra-i686/PKGBUILD libxau/repos/extra-x86_64/PKGBUILD -----------------------+ /PKGBUILD | 58 ++++++++++++++++++++++++++++++++++++++++++++++++ extra-i686/PKGBUILD | 30 ------------------------ extra-x86_64/PKGBUILD | 30 ------------------------ 3 files changed, 58 insertions(+), 60 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2013-10-21 18:44:40 UTC (rev 197096) +++ extra-i686/PKGBUILD 2013-10-21 18:45:00 UTC (rev 197097) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: AndyRTR <andy...@archlinux.org> -# Maintainer: Jan de Groot <j...@archlinux.org> -# Contributor: Alexander Baldeck <alexan...@archlinux.org> - -pkgname=libxau -pkgver=1.0.8 -pkgrel=1 -pkgdesc="X11 authorisation library" -arch=('i686' 'x86_64') -url="http://xorg.freedesktop.org/" -depends=('glibc' 'xproto>=7.0.18') -makedepends=('pkgconfig') -license=('custom') -options=('!libtool') -source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.bz2) -sha256sums=('fdd477320aeb5cdd67272838722d6b7d544887dfe7de46e1e7cc0c27c2bea4f2') - -build() { - cd "${srcdir}/libXau-${pkgver}" - ./configure --prefix=/usr --sysconfdir=/etc - make -} - -package() { - cd "${srcdir}/libXau-${pkgver}" - make DESTDIR="${pkgdir}" install - - install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" -} Copied: libxau/repos/extra-i686/PKGBUILD (from rev 197096, libxau/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-10-21 18:45:00 UTC (rev 197097) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: AndyRTR <andy...@archlinux.org> +# Maintainer: Jan de Groot <j...@archlinux.org> +# Contributor: Alexander Baldeck <alexan...@archlinux.org> + +pkgname=libxau +pkgver=1.0.8 +pkgrel=2 +pkgdesc="X11 authorisation library" +arch=('i686' 'x86_64') +url="http://xorg.freedesktop.org/" +depends=('glibc' 'xproto>=7.0.18') +makedepends=('pkgconfig') +license=('custom') +source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.bz2) +sha256sums=('fdd477320aeb5cdd67272838722d6b7d544887dfe7de46e1e7cc0c27c2bea4f2') + +build() { + cd libXau-${pkgver} + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +package() { + cd libXau-${pkgver} + make DESTDIR="${pkgdir}" install + + install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" +} Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2013-10-21 18:44:40 UTC (rev 197096) +++ extra-x86_64/PKGBUILD 2013-10-21 18:45:00 UTC (rev 197097) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: AndyRTR <andy...@archlinux.org> -# Maintainer: Jan de Groot <j...@archlinux.org> -# Contributor: Alexander Baldeck <alexan...@archlinux.org> - -pkgname=libxau -pkgver=1.0.8 -pkgrel=1 -pkgdesc="X11 authorisation library" -arch=('i686' 'x86_64') -url="http://xorg.freedesktop.org/" -depends=('glibc' 'xproto>=7.0.18') -makedepends=('pkgconfig') -license=('custom') -options=('!libtool') -source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.bz2) -sha256sums=('fdd477320aeb5cdd67272838722d6b7d544887dfe7de46e1e7cc0c27c2bea4f2') - -build() { - cd "${srcdir}/libXau-${pkgver}" - ./configure --prefix=/usr --sysconfdir=/etc - make -} - -package() { - cd "${srcdir}/libXau-${pkgver}" - make DESTDIR="${pkgdir}" install - - install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" -} Copied: libxau/repos/extra-x86_64/PKGBUILD (from rev 197096, libxau/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2013-10-21 18:45:00 UTC (rev 197097) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: AndyRTR <andy...@archlinux.org> +# Maintainer: Jan de Groot <j...@archlinux.org> +# Contributor: Alexander Baldeck <alexan...@archlinux.org> + +pkgname=libxau +pkgver=1.0.8 +pkgrel=2 +pkgdesc="X11 authorisation library" +arch=('i686' 'x86_64') +url="http://xorg.freedesktop.org/" +depends=('glibc' 'xproto>=7.0.18') +makedepends=('pkgconfig') +license=('custom') +source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.bz2) +sha256sums=('fdd477320aeb5cdd67272838722d6b7d544887dfe7de46e1e7cc0c27c2bea4f2') + +build() { + cd libXau-${pkgver} + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +package() { + cd libXau-${pkgver} + make DESTDIR="${pkgdir}" install + + install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" +}