[arch-commits] Commit in xcb-proto/repos (3 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Mar 12 20:52:31 UTC 2012


    Date: Monday, March 12, 2012 @ 16:52:31
  Author: andyrtr
Revision: 153297

db-move: moved xcb-proto from [testing] to [extra] (any)

Added:
  xcb-proto/repos/extra-any/PKGBUILD
    (from rev 153285, xcb-proto/repos/testing-any/PKGBUILD)
Deleted:
  xcb-proto/repos/extra-any/PKGBUILD
  xcb-proto/repos/testing-any/

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++++-----------------------
 1 file changed, 27 insertions(+), 23 deletions(-)

Deleted: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD	2012-03-12 20:52:30 UTC (rev 153296)
+++ extra-any/PKGBUILD	2012-03-12 20:52:31 UTC (rev 153297)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Alexander Baldeck <alexander at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xcb-proto
-pkgver=1.6
-pkgrel=2
-pkgdesc="XML-XCB protocol descriptions"
-arch=(any)
-url="http://xcb.freedesktop.org/"
-license=('custom')
-makedepends=('python2' 'libxml2')
-source=(${url}/dist/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('e82418557c7f59f29da9ec18e0906d6d78e3a164')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
-}

Copied: xcb-proto/repos/extra-any/PKGBUILD (from rev 153285, xcb-proto/repos/testing-any/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2012-03-12 20:52:31 UTC (rev 153297)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander Baldeck <alexander at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xcb-proto
+pkgver=1.7
+pkgrel=2
+pkgdesc="XML-XCB protocol descriptions"
+arch=(any)
+url="http://xcb.freedesktop.org/"
+license=('custom')
+makedepends=('python2' 'libxml2')
+source=($url/dist/$pkgname-$pkgver.tar.bz2)
+sha1sums=('f47772de91394aa9ad8ee8a5b57a71072d438b2b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -m755 -d "$pkgdir/usr/share/licenses/$pkgname"
+  install -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname"
+}




More information about the arch-commits mailing list