Date: Tuesday, October 18, 2011 @ 10:45:19 Author: ibiru Revision: 140726
archrelease: copy trunk to testing-i686, testing-x86_64 Added: at-spi2-atk/repos/testing-i686/ at-spi2-atk/repos/testing-i686/PKGBUILD (from rev 140725, at-spi2-atk/trunk/PKGBUILD) at-spi2-atk/repos/testing-i686/at-spi2-atk.install (from rev 140725, at-spi2-atk/trunk/at-spi2-atk.install) at-spi2-atk/repos/testing-x86_64/ at-spi2-atk/repos/testing-x86_64/PKGBUILD (from rev 140725, at-spi2-atk/trunk/PKGBUILD) at-spi2-atk/repos/testing-x86_64/at-spi2-atk.install (from rev 140725, at-spi2-atk/trunk/at-spi2-atk.install) ------------------------------------+ testing-i686/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++ testing-i686/at-spi2-atk.install | 11 +++++++++++ testing-x86_64/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++ testing-x86_64/at-spi2-atk.install | 11 +++++++++++ 4 files changed, 90 insertions(+) Copied: at-spi2-atk/repos/testing-i686/PKGBUILD (from rev 140725, at-spi2-atk/trunk/PKGBUILD) =================================================================== --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2011-10-18 14:45:19 UTC (rev 140726) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Ionut Biru <ib...@archlinux.org> + +pkgname=at-spi2-atk +pkgver=2.2.1 +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=('at-spi2-core' 'libx11' 'atk' 'dconf') +makedepends=('intltool') +install=at-spi2-atk.install +options=('!libtool') +source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('6677def34b16c9a28d6ad96473ea56a3c0e13aa968e584df004cd44c8691ea1a') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + sed -i -e '/AC_PATH_XTRA/d' configure.ac + autoreconf --force --install + + ./configure --prefix=/usr --sysconfdir=/etc \ + --disable-schemas-compile + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} + +# vim:set ts=2 sw=2 et: Copied: at-spi2-atk/repos/testing-i686/at-spi2-atk.install (from rev 140725, at-spi2-atk/trunk/at-spi2-atk.install) =================================================================== --- testing-i686/at-spi2-atk.install (rev 0) +++ testing-i686/at-spi2-atk.install 2011-10-18 14:45:19 UTC (rev 140726) @@ -0,0 +1,11 @@ +post_install() { + usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} Copied: at-spi2-atk/repos/testing-x86_64/PKGBUILD (from rev 140725, at-spi2-atk/trunk/PKGBUILD) =================================================================== --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2011-10-18 14:45:19 UTC (rev 140726) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Ionut Biru <ib...@archlinux.org> + +pkgname=at-spi2-atk +pkgver=2.2.1 +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=('at-spi2-core' 'libx11' 'atk' 'dconf') +makedepends=('intltool') +install=at-spi2-atk.install +options=('!libtool') +source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('6677def34b16c9a28d6ad96473ea56a3c0e13aa968e584df004cd44c8691ea1a') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + sed -i -e '/AC_PATH_XTRA/d' configure.ac + autoreconf --force --install + + ./configure --prefix=/usr --sysconfdir=/etc \ + --disable-schemas-compile + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} + +# vim:set ts=2 sw=2 et: Copied: at-spi2-atk/repos/testing-x86_64/at-spi2-atk.install (from rev 140725, at-spi2-atk/trunk/at-spi2-atk.install) =================================================================== --- testing-x86_64/at-spi2-atk.install (rev 0) +++ testing-x86_64/at-spi2-atk.install 2011-10-18 14:45:19 UTC (rev 140726) @@ -0,0 +1,11 @@ +post_install() { + usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +}