[arch-commits] Commit in at-spi2-atk/repos (4 files)
Ionut Biru
ibiru at archlinux.org
Wed Sep 28 19:29:03 UTC 2011
Date: Wednesday, September 28, 2011 @ 15:29:02
Author: ibiru
Revision: 138843
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 138832, at-spi2-atk/repos/gnome-unstable-i686/PKGBUILD)
at-spi2-atk/repos/testing-i686/at-spi2-atk.install
(from rev 138832, at-spi2-atk/repos/gnome-unstable-i686/at-spi2-atk.install)
Deleted:
at-spi2-atk/repos/gnome-unstable-i686/
---------------------+
PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
at-spi2-atk.install | 11 +++++++++++
2 files changed, 46 insertions(+)
Copied: at-spi2-atk/repos/testing-i686/PKGBUILD (from rev 138832, at-spi2-atk/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2011-09-28 19:29:02 UTC (rev 138843)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=at-spi2-atk
+pkgver=2.2.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')
+groups=('gnome')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('7fd0e043d2a32f06cab1ca116f36114d9b0c482ca421e26b1d565687db171150')
+
+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 138832, 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 2011-09-28 19:29:02 UTC (rev 138843)
@@ -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