[arch-commits] Commit in at-spi2-atk/repos (4 files)

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:30:38 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:30:37
  Author: heftig
Revision: 155012

db-move: moved at-spi2-atk from [gnome-unstable] to [testing] (i686)

Added:
  at-spi2-atk/repos/testing-i686/
  at-spi2-atk/repos/testing-i686/PKGBUILD
    (from rev 155005, at-spi2-atk/repos/gnome-unstable-i686/PKGBUILD)
  at-spi2-atk/repos/testing-i686/at-spi2-atk.install
    (from rev 155005, at-spi2-atk/repos/gnome-unstable-i686/at-spi2-atk.install)
Deleted:
  at-spi2-atk/repos/gnome-unstable-i686/

---------------------+
 PKGBUILD            |   34 ++++++++++++++++++++++++++++++++++
 at-spi2-atk.install |   11 +++++++++++
 2 files changed, 45 insertions(+)

Copied: at-spi2-atk/repos/testing-i686/PKGBUILD (from rev 155005, at-spi2-atk/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-01 11:30:37 UTC (rev 155012)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=at-spi2-atk
+pkgver=2.4.0
+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=('28e9c21ec8a76cae4914bdbc011c4f6bf1beeaa27751a88534d87364e6a888bf')
+
+build() {
+  cd $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 $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 155005, at-spi2-atk/repos/gnome-unstable-i686/at-spi2-atk.install)
===================================================================
--- testing-i686/at-spi2-atk.install	                        (rev 0)
+++ testing-i686/at-spi2-atk.install	2012-04-01 11:30:37 UTC (rev 155012)
@@ -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
+}




More information about the arch-commits mailing list