[arch-commits] Commit in libxau/repos (4 files)

Allan McRae allan at archlinux.org
Sat Feb 25 13:46:57 UTC 2012


    Date: Saturday, February 25, 2012 @ 08:46:57
  Author: allan
Revision: 151322

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libxau/repos/extra-i686/PKGBUILD
    (from rev 151321, libxau/trunk/PKGBUILD)
  libxau/repos/extra-x86_64/PKGBUILD
    (from rev 151321, libxau/trunk/PKGBUILD)
Deleted:
  libxau/repos/extra-i686/PKGBUILD
  libxau/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   55 +++++++++++++++++++++++++-----------------------
 extra-x86_64/PKGBUILD |   55 +++++++++++++++++++++++++-----------------------
 2 files changed, 58 insertions(+), 52 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-25 13:45:54 UTC (rev 151321)
+++ extra-i686/PKGBUILD	2012-02-25 13:46:57 UTC (rev 151322)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Alexander Baldeck <alexander at archlinux.org>
-
-pkgname=libxau
-pkgver=1.0.6
-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)
-sha1sums=('0e1ab449f98026e4599f6e0d7491810d36c8fe4d')
-
-build() {
-  cd "${srcdir}/libXau-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libxau/repos/extra-i686/PKGBUILD (from rev 151321, libxau/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-25 13:46:57 UTC (rev 151322)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Alexander Baldeck <alexander at archlinux.org>
+
+pkgname=libxau
+pkgver=1.0.6
+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')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.bz2)
+sha1sums=('0e1ab449f98026e4599f6e0d7491810d36c8fe4d')
+
+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"
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-25 13:45:54 UTC (rev 151321)
+++ extra-x86_64/PKGBUILD	2012-02-25 13:46:57 UTC (rev 151322)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Alexander Baldeck <alexander at archlinux.org>
-
-pkgname=libxau
-pkgver=1.0.6
-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)
-sha1sums=('0e1ab449f98026e4599f6e0d7491810d36c8fe4d')
-
-build() {
-  cd "${srcdir}/libXau-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libxau/repos/extra-x86_64/PKGBUILD (from rev 151321, libxau/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-25 13:46:57 UTC (rev 151322)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Alexander Baldeck <alexander at archlinux.org>
+
+pkgname=libxau
+pkgver=1.0.6
+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')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.bz2)
+sha1sums=('0e1ab449f98026e4599f6e0d7491810d36c8fe4d')
+
+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"
+}




More information about the arch-commits mailing list