Date: Sunday, February 13, 2011 @ 10:28:17 Author: ibiru Revision: 109880
upgpkg: at-spi2-atk 1.91.6-1 update to 1.91.6 Modified: at-spi2-atk/trunk/PKGBUILD at-spi2-atk/trunk/at-spi2-atk.install ---------------------+ PKGBUILD | 16 ++++++---------- at-spi2-atk.install | 12 +++--------- 2 files changed, 9 insertions(+), 19 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-02-13 14:48:31 UTC (rev 109879) +++ PKGBUILD 2011-02-13 15:28:17 UTC (rev 109880) @@ -1,24 +1,24 @@ # $Id$ # Maintainer: Ionut Biru <[email protected]> pkgname=at-spi2-atk -pkgver=0.4.0 -pkgrel=2 +pkgver=1.91.6 +pkgrel=1 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi" arch=('i686' 'x86_64') url="http://www.gnome.org" license=('GPL2') -depends=('dbus-core>=1.4.0' 'dbus-glib>=0.92' 'atk>=1.32.0' 'gconf>=2.32.0') +depends=('dbus-core' 'dbus-glib' 'libx11' 'atk' 'dconf') makedepends=('intltool') install=at-spi2-atk.install options=('!libtool') -source=(http://download.gnome.org/sources/${pkgname}/0.4/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('2e2308cd67fe256e08085e499808f6e41b8d4967d91831ff7f25953898fc5b46') +source=(http://download.gnome.org/sources/${pkgname}/1.91/${pkgname}-${pkgver}.tar.bz2) +sha256sums=('711f3c193f525703793ef374aef81ba4ffc0f1e199ea4c5ec3d22f1d94d2a220') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --sysconfdir=/etc \ - --disable-schemas-install + --disable-schemas-compile make } @@ -26,10 +26,6 @@ cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install - - install -m755 -d "${pkgdir}/usr/share/gconf/schemas" - gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" --domain at-spi2-atk ${pkgdir}/etc/gconf/schemas/*.schemas - rm -f ${pkgdir}/etc/gconf/schemas/*.schemas } # vim:set ts=2 sw=2 et: Modified: at-spi2-atk.install =================================================================== --- at-spi2-atk.install 2011-02-13 14:48:31 UTC (rev 109879) +++ at-spi2-atk.install 2011-02-13 15:28:17 UTC (rev 109880) @@ -1,17 +1,11 @@ -pkgname=at-spi2-atk - post_install() { - usr/sbin/gconfpkg --install ${pkgname} + usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas } -pre_upgrade() { - pre_remove $1 -} - post_upgrade() { post_install $1 } -pre_remove() { - usr/sbin/gconfpkg --uninstall ${pkgname} +post_remove() { + post_install $1 }
