[arch-commits] Commit in at-spi2-core/repos (6 files)
Jan de Groot
jgc at archlinux.org
Thu Oct 18 19:29:48 UTC 2012
Date: Thursday, October 18, 2012 @ 15:29:47
Author: jgc
Revision: 169275
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 169138, 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 169138, 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 | 33 +++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
Copied: at-spi2-core/repos/testing-i686/PKGBUILD (from rev 169138, at-spi2-core/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2012-10-18 19:29:47 UTC (rev 169275)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=at-spi2-core
+pkgver=2.6.1
+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-core' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('cb087f0a9191422bc3f44c562a0dbfdf1c2266e45c267070aeb63b874e00f867')
+
+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 169138, at-spi2-core/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-18 19:29:47 UTC (rev 169275)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=at-spi2-core
+pkgver=2.6.1
+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-core' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('cb087f0a9191422bc3f44c562a0dbfdf1c2266e45c267070aeb63b874e00f867')
+
+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