Date: Friday, March 25, 2011 @ 18:44:04 Author: heftig Revision: 116855
upgpkg: at-spi2-core 1.91.93-1 Update to 1.91.93 Modified: at-spi2-core/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-25 22:37:12 UTC (rev 116854) +++ PKGBUILD 2011-03-25 22:44:04 UTC (rev 116855) @@ -1,23 +1,24 @@ # $Id$ # Maintainer: Ionut Biru <[email protected]> pkgname=at-spi2-core -pkgver=1.91.92 +pkgver=1.91.93 pkgrel=1 pkgdesc="Protocol definitions and daemon for D-Bus at-spi" arch=('i686' 'x86_64') url="http://www.gnome.org" license=('GPL2') -depends=('dbus-core' 'dbus-glib' 'libxtst') +depends=('dbus-core' 'glib2' 'libxtst') makedepends=('intltool' 'gobject-introspection') options=('!libtool') groups=('gnome') source=(http://download.gnome.org/sources/${pkgname}/1.91/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('17ef8a4a54aa0499a983d4dc59d5f592840136ac9eb7d80154c287635becd959') +sha256sums=('e06fa4e17ebafb203126051000d2274f1ccaa7e04bff248f4524ac2411b29582') build() { cd "${srcdir}/${pkgname}-${pkgver}" sed -i -e '/AC_PATH_XTRA/d' configure.ac + sed -i -e '/--pkg dbus-glib-1/s/-glib//' atspi/Makefile.am autoreconf --force --install ./configure --prefix=/usr --sysconfdir=/etc \ @@ -27,7 +28,6 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install }
