diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-04-06 00:55:53 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-04-06 00:55:53 (GMT) |
commit | dbb7a452156d0ab29d00647421d0ebf3138a7920 (patch) | |
tree | a959d711b024b8ef01d49115704343c1fc06054f | |
parent | 786e7d1d83da5b492a9ff78554b336da966660ab (diff) | |
download | linhes_pkgbuild-dbb7a452156d0ab29d00647421d0ebf3138a7920.zip linhes_pkgbuild-dbb7a452156d0ab29d00647421d0ebf3138a7920.tar.gz linhes_pkgbuild-dbb7a452156d0ab29d00647421d0ebf3138a7920.tar.bz2 |
xcb-proto: update to 1.10, dep of libxcb
-rw-r--r-- | abs/core/xcb-proto/PKGBUILD | 16 | ||||
-rw-r--r-- | abs/core/xcb-proto/__changelog | 1 |
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 |