[arch-commits] Commit in xcb-proto/repos/extra-any (PKGBUILD PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Fri Mar 23 20:55:53 UTC 2012
Date: Friday, March 23, 2012 @ 16:55:53
Author: andyrtr
Revision: 154172
archrelease: copy trunk to extra-any
Added:
xcb-proto/repos/extra-any/PKGBUILD
(from rev 154171, xcb-proto/trunk/PKGBUILD)
Deleted:
xcb-proto/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2012-03-23 20:55:30 UTC (rev 154171)
+++ PKGBUILD 2012-03-23 20:55:53 UTC (rev 154172)
@@ -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
-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"
-}
Copied: xcb-proto/repos/extra-any/PKGBUILD (from rev 154171, xcb-proto/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2012-03-23 20:55:53 UTC (rev 154172)
@@ -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.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"
+}
More information about the arch-commits
mailing list