Date: Wednesday, February 23, 2011 @ 09:58:39 Author: jgc Revision: 110981
Disable xevie support. Our X server does not support it in any way, so let's not build with it in clients either. Remove AC_PATH_XTRA macro from configure.ac to make sure libICE and libSM are not linked without any use. Modified: at-spi2-core/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-02-23 14:23:01 UTC (rev 110980) +++ PKGBUILD 2011-02-23 14:58:39 UTC (rev 110981) @@ -1,7 +1,7 @@ # $Id$ # Maintainer: Ionut Biru <[email protected]> pkgname=at-spi2-core -pkgver=1.91.6.1 +pkgver=1.91.90 pkgrel=1 pkgdesc="Protocol definitions and daemon for D-Bus at-spi" arch=('i686' 'x86_64') @@ -11,13 +11,16 @@ makedepends=('intltool' 'gobject-introspection') options=('!libtool') source=(http://download.gnome.org/sources/${pkgname}/1.91/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('b608fc5743ddd39ae450226fca495c5c7d8e805ee0416555e2dca2e84c0e846f') +sha256sums=('6fbca4bf548ffacb3fe471e72307d7a1f205f3d99287c18fcdc291051fdbdaf7') build() { cd "${srcdir}/${pkgname}-${pkgver}" + sed -i -e '/AC_PATH_XTRA/d' configure.ac + autoreconf --force --install + ./configure --prefix=/usr --sysconfdir=/etc \ - --libexecdir=/usr/lib/at-spi2-core + --libexecdir=/usr/lib/at-spi2-core --disable-xevie make }
