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

Ionut Biru ibiru at archlinux.org
Sat Oct 1 18:55:49 UTC 2011


    Date: Saturday, October 1, 2011 @ 14:55:48
  Author: ibiru
Revision: 139223

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

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

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

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-10-01 18:55:47 UTC (rev 139222)
+++ extra-x86_64/PKGBUILD	2011-10-01 18:55:48 UTC (rev 139223)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=at-spi2-atk
-pkgver=2.0.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')
-groups=('gnome')
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('4b958d3701afd0c8f83ecf297750032f06a07491007d85173997ce7371688725')
-
-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-x86_64/PKGBUILD (from rev 139207, at-spi2-atk/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-10-01 18:55:48 UTC (rev 139223)
@@ -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:

Deleted: extra-x86_64/at-spi2-atk.install
===================================================================
--- extra-x86_64/at-spi2-atk.install	2011-10-01 18:55:47 UTC (rev 139222)
+++ extra-x86_64/at-spi2-atk.install	2011-10-01 18:55:48 UTC (rev 139223)
@@ -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-x86_64/at-spi2-atk.install (from rev 139207, at-spi2-atk/repos/testing-x86_64/at-spi2-atk.install)
===================================================================
--- extra-x86_64/at-spi2-atk.install	                        (rev 0)
+++ extra-x86_64/at-spi2-atk.install	2011-10-01 18:55:48 UTC (rev 139223)
@@ -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