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

Jan de Groot jgc at archlinux.org
Fri Sep 26 10:57:59 UTC 2014


    Date: Friday, September 26, 2014 @ 12:57:59
  Author: jgc
Revision: 223162

db-move: moved at-spi2-core from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  at-spi2-core/repos/testing-i686/
  at-spi2-core/repos/testing-i686/PKGBUILD
    (from rev 223030, at-spi2-core/repos/gnome-unstable-i686/PKGBUILD)
  at-spi2-core/repos/testing-x86_64/
  at-spi2-core/repos/testing-x86_64/PKGBUILD
    (from rev 223030, at-spi2-core/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  at-spi2-core/repos/gnome-unstable-i686/
  at-spi2-core/repos/gnome-unstable-x86_64/

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

Copied: at-spi2-core/repos/testing-i686/PKGBUILD (from rev 223030, at-spi2-core/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-09-26 10:57:59 UTC (rev 223162)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=at-spi2-core
+pkgver=2.14.0
+pkgrel=1
+pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org"
+license=('GPL2')
+depends=('dbus' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection' 'python2')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5807b02e6ef695b52fde7ff26d675dd94a0707df3c42fe7fd224828e092514c8')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+    --libexecdir=/usr/lib/at-spi2-core --disable-xevie
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: at-spi2-core/repos/testing-x86_64/PKGBUILD (from rev 223030, at-spi2-core/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-09-26 10:57:59 UTC (rev 223162)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=at-spi2-core
+pkgver=2.14.0
+pkgrel=1
+pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org"
+license=('GPL2')
+depends=('dbus' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection' 'python2')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5807b02e6ef695b52fde7ff26d675dd94a0707df3c42fe7fd224828e092514c8')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+    --libexecdir=/usr/lib/at-spi2-core --disable-xevie
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list