summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/libxext
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2010-09-04 23:50:40 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2010-09-04 23:50:40 (GMT)
commit49e7f97eeaedc7e6c36833989e761ccfee2ebe31 (patch)
tree94f4a2de2be0c2cf0ecdfe3aa370de50d8b1e9a1 /abs/core-testing/libxext
parentc9258a874453fd440a7138b9c1e3fc77c143bac6 (diff)
downloadlinhes_pkgbuild-49e7f97eeaedc7e6c36833989e761ccfee2ebe31.zip
linhes_pkgbuild-49e7f97eeaedc7e6c36833989e761ccfee2ebe31.tar.gz
linhes_pkgbuild-49e7f97eeaedc7e6c36833989e761ccfee2ebe31.tar.bz2
libxext:Bumped/Updated for LinHES 7.
Diffstat (limited to 'abs/core-testing/libxext')
-rw-r--r--abs/core-testing/libxext/PKGBUILD18
1 files changed, 9 insertions, 9 deletions
diff --git a/abs/core-testing/libxext/PKGBUILD b/abs/core-testing/libxext/PKGBUILD
index 66cc29a..3050eeb 100644
--- a/abs/core-testing/libxext/PKGBUILD
+++ b/abs/core-testing/libxext/PKGBUILD
@@ -1,23 +1,23 @@
-# $Id: PKGBUILD 35597 2009-04-14 06:27:02Z eric $
-# Maintainer: Alexander Baldeck <alexander@archlinux.org>
-# Contributor: Jan de Groot <jgc@archlinux.org>
+# $Id: PKGBUILD 81975 2010-06-07 13:30:21Z jgc $
+# Maintainer: Jan de Groot <jgc@archlinux.org>
+
pkgname=libxext
-pkgver=1.0.5
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
pkgdesc="X11 miscellaneous extensions library"
arch=(i686 x86_64)
url="http://xorg.freedesktop.org/"
license=('custom')
-depends=('libx11>=1.1.93' 'xextproto>=7.0.5')
+depends=('libx11>=1.3.3' 'xextproto>=7.1.1')
makedepends=('pkgconfig')
options=('!libtool')
source=(${url}/releases/individual/lib/libXext-${pkgver}.tar.bz2)
-md5sums=('aa11d859cc8e9a0bad3bb55e1666547b')
+sha1sums=('b48a4e55d21e5ce9dd3356281f32e00b17b4c9f7')
build() {
cd "${srcdir}/libXext-${pkgver}"
- ./configure --prefix=/usr --sysconfdir=/etc || return 1
+ ./configure --prefix=/usr --sysconfdir=/etc --disable-static || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1
- install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" || return 1
}