summaryrefslogtreecommitdiffstats
path: root/abs/core/xcb-proto
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-04-06 00:55:53 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-04-06 00:55:53 (GMT)
commitdbb7a452156d0ab29d00647421d0ebf3138a7920 (patch)
treea959d711b024b8ef01d49115704343c1fc06054f /abs/core/xcb-proto
parent786e7d1d83da5b492a9ff78554b336da966660ab (diff)
downloadlinhes_pkgbuild-dbb7a452156d0ab29d00647421d0ebf3138a7920.zip
linhes_pkgbuild-dbb7a452156d0ab29d00647421d0ebf3138a7920.tar.gz
linhes_pkgbuild-dbb7a452156d0ab29d00647421d0ebf3138a7920.tar.bz2
xcb-proto: update to 1.10, dep of libxcb
Diffstat (limited to 'abs/core/xcb-proto')
-rw-r--r--abs/core/xcb-proto/PKGBUILD16
-rw-r--r--abs/core/xcb-proto/__changelog1
2 files changed, 9 insertions, 8 deletions
diff --git a/abs/core/xcb-proto/PKGBUILD b/abs/core/xcb-proto/PKGBUILD
index fb64c90..a6c995e 100644
--- a/abs/core/xcb-proto/PKGBUILD
+++ b/abs/core/xcb-proto/PKGBUILD
@@ -1,26 +1,26 @@
-# $Id: PKGBUILD 168377 2012-10-09 16:18:36Z andyrtr $
-# Maintainer: Alexander Baldeck <alexander@archlinux.org>
+# $Id$
+# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=xcb-proto
-pkgver=1.8
-pkgrel=1
+pkgver=1.10
+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=('a8e71b9a09066870ff12049f45e8bccaaf83fc31')
+sha256sums=('7ef40ddd855b750bc597d2a435da21e55e502a0fefa85b274f2c922800baaf05')
build() {
- cd "$srcdir/$pkgname-$pkgver"
- PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
install -m755 -d "$pkgdir/usr/share/licenses/$pkgname"
install -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname"
diff --git a/abs/core/xcb-proto/__changelog b/abs/core/xcb-proto/__changelog
new file mode 100644
index 0000000..8bae7de
--- /dev/null
+++ b/abs/core/xcb-proto/__changelog
@@ -0,0 +1 @@
+- PKGBUILD: change dep python to python2