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

Ionut Biru ibiru at archlinux.org
Mon Apr 23 09:03:28 UTC 2012


    Date: Monday, April 23, 2012 @ 05:03:28
  Author: ibiru
Revision: 156702

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

Added:
  at-spi2-atk/repos/extra-i686/PKGBUILD
    (from rev 156695, at-spi2-atk/repos/testing-i686/PKGBUILD)
  at-spi2-atk/repos/extra-i686/at-spi2-atk.install
    (from rev 156695, at-spi2-atk/repos/testing-i686/at-spi2-atk.install)
Deleted:
  at-spi2-atk/repos/extra-i686/PKGBUILD
  at-spi2-atk/repos/extra-i686/at-spi2-atk.install
  at-spi2-atk/repos/testing-i686/

---------------------+
 PKGBUILD            |   68 +++++++++++++++++++++++++-------------------------
 at-spi2-atk.install |   22 ++++++++--------
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-04-23 09:03:26 UTC (rev 156701)
+++ extra-i686/PKGBUILD	2012-04-23 09:03:28 UTC (rev 156702)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=at-spi2-atk
-pkgver=2.2.2
-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=('b63b214cec23163bf59239c59b350d55a7fcfab7a95858ea833815e0b16a4041')
-
-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/extra-i686/PKGBUILD (from rev 156695, at-spi2-atk/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-04-23 09:03:28 UTC (rev 156702)
@@ -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:

Deleted: extra-i686/at-spi2-atk.install
===================================================================
--- extra-i686/at-spi2-atk.install	2012-04-23 09:03:26 UTC (rev 156701)
+++ extra-i686/at-spi2-atk.install	2012-04-23 09:03:28 UTC (rev 156702)
@@ -1,11 +0,0 @@
-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/extra-i686/at-spi2-atk.install (from rev 156695, at-spi2-atk/repos/testing-i686/at-spi2-atk.install)
===================================================================
--- extra-i686/at-spi2-atk.install	                        (rev 0)
+++ extra-i686/at-spi2-atk.install	2012-04-23 09:03:28 UTC (rev 156702)
@@ -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