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

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Oct 9 16:18:36 UTC 2012


    Date: Tuesday, October 9, 2012 @ 12:18:36
  Author: andyrtr
Revision: 168377

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

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

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

Deleted: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD	2012-10-09 16:18:34 UTC (rev 168376)
+++ extra-any/PKGBUILD	2012-10-09 16:18:36 UTC (rev 168377)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Alexander Baldeck <alexander at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xcb-proto
-pkgver=1.7.1
-pkgrel=1
-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=('82a568559235fc6e26d0a38911c5ea18f8e8455c')
-
-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"
-}

Copied: xcb-proto/repos/extra-any/PKGBUILD (from rev 168375, xcb-proto/repos/testing-any/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2012-10-09 16:18:36 UTC (rev 168377)
@@ -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.8
+pkgrel=1
+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=('a8e71b9a09066870ff12049f45e8bccaaf83fc31')
+
+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