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

Jan de Groot jgc at archlinux.org
Wed Aug 29 12:54:52 UTC 2012


    Date: Wednesday, August 29, 2012 @ 08:54:52
  Author: jgc
Revision: 165756

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  at-spi2-atk/repos/gnome-unstable-i686/
  at-spi2-atk/repos/gnome-unstable-i686/PKGBUILD
    (from rev 165755, at-spi2-atk/trunk/PKGBUILD)
  at-spi2-atk/repos/gnome-unstable-i686/at-spi2-atk.install
    (from rev 165755, at-spi2-atk/trunk/at-spi2-atk.install)
  at-spi2-atk/repos/gnome-unstable-x86_64/
  at-spi2-atk/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 165755, at-spi2-atk/trunk/PKGBUILD)
  at-spi2-atk/repos/gnome-unstable-x86_64/at-spi2-atk.install
    (from rev 165755, at-spi2-atk/trunk/at-spi2-atk.install)

-------------------------------------------+
 gnome-unstable-i686/PKGBUILD              |   34 ++++++++++++++++++++++++++++
 gnome-unstable-i686/at-spi2-atk.install   |   11 +++++++++
 gnome-unstable-x86_64/PKGBUILD            |   34 ++++++++++++++++++++++++++++
 gnome-unstable-x86_64/at-spi2-atk.install |   11 +++++++++
 4 files changed, 90 insertions(+)

Copied: at-spi2-atk/repos/gnome-unstable-i686/PKGBUILD (from rev 165755, at-spi2-atk/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2012-08-29 12:54:52 UTC (rev 165756)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=at-spi2-atk
+pkgver=2.5.90
+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=('373c46988fca380e36530c554bea470e05a2aa311292ee134746f856c5baf57e')
+
+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/gnome-unstable-i686/at-spi2-atk.install (from rev 165755, at-spi2-atk/trunk/at-spi2-atk.install)
===================================================================
--- gnome-unstable-i686/at-spi2-atk.install	                        (rev 0)
+++ gnome-unstable-i686/at-spi2-atk.install	2012-08-29 12:54:52 UTC (rev 165756)
@@ -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/gnome-unstable-x86_64/PKGBUILD (from rev 165755, at-spi2-atk/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2012-08-29 12:54:52 UTC (rev 165756)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=at-spi2-atk
+pkgver=2.5.90
+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=('373c46988fca380e36530c554bea470e05a2aa311292ee134746f856c5baf57e')
+
+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/gnome-unstable-x86_64/at-spi2-atk.install (from rev 165755, at-spi2-atk/trunk/at-spi2-atk.install)
===================================================================
--- gnome-unstable-x86_64/at-spi2-atk.install	                        (rev 0)
+++ gnome-unstable-x86_64/at-spi2-atk.install	2012-08-29 12:54:52 UTC (rev 165756)
@@ -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