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

Jan de Groot jgc at nymeria.archlinux.org
Sun Feb 23 14:33:03 UTC 2014


    Date: Sunday, February 23, 2014 @ 15:33:03
  Author: jgc
Revision: 206284

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 206283, at-spi2-atk/trunk/PKGBUILD)
  at-spi2-atk/repos/gnome-unstable-x86_64/
  at-spi2-atk/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 206283, at-spi2-atk/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: at-spi2-atk/repos/gnome-unstable-i686/PKGBUILD (from rev 206283, at-spi2-atk/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2014-02-23 14:33:03 UTC (rev 206284)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=at-spi2-atk
+pkgver=2.11.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')
+makedepends=('intltool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7947104cfa8b9c67db6663d255723fad084d5a07fc4486a28cd68c6841a7b71d')
+
+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/PKGBUILD (from rev 206283, at-spi2-atk/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2014-02-23 14:33:03 UTC (rev 206284)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=at-spi2-atk
+pkgver=2.11.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')
+makedepends=('intltool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7947104cfa8b9c67db6663d255723fad084d5a07fc4486a28cd68c6841a7b71d')
+
+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:




More information about the arch-commits mailing list