[arch-commits] Commit in at-spi2-atk/repos (6 files)
Ionut Biru
ibiru at archlinux.org
Wed Aug 31 12:40:10 UTC 2011
Date: Wednesday, August 31, 2011 @ 08:40:10
Author: ibiru
Revision: 136677
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 136676, at-spi2-atk/trunk/PKGBUILD)
at-spi2-atk/repos/gnome-unstable-i686/at-spi2-atk.install
(from rev 136676, at-spi2-atk/trunk/at-spi2-atk.install)
at-spi2-atk/repos/gnome-unstable-x86_64/
at-spi2-atk/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 136676, at-spi2-atk/trunk/PKGBUILD)
at-spi2-atk/repos/gnome-unstable-x86_64/at-spi2-atk.install
(from rev 136676, at-spi2-atk/trunk/at-spi2-atk.install)
-------------------------------------------+
gnome-unstable-i686/PKGBUILD | 35 ++++++++++++++++++++++++++++
gnome-unstable-i686/at-spi2-atk.install | 11 ++++++++
gnome-unstable-x86_64/PKGBUILD | 35 ++++++++++++++++++++++++++++
gnome-unstable-x86_64/at-spi2-atk.install | 11 ++++++++
4 files changed, 92 insertions(+)
Copied: at-spi2-atk/repos/gnome-unstable-i686/PKGBUILD (from rev 136676, at-spi2-atk/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2011-08-31 12:40:10 UTC (rev 136677)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=at-spi2-atk
+pkgver=2.1.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' '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=('218090dc38ea5614ec86e3f388c3c504f94d129df4eee6d4c2f5066b257e1faf')
+
+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/gnome-unstable-i686/at-spi2-atk.install (from rev 136676, at-spi2-atk/trunk/at-spi2-atk.install)
===================================================================
--- gnome-unstable-i686/at-spi2-atk.install (rev 0)
+++ gnome-unstable-i686/at-spi2-atk.install 2011-08-31 12:40:10 UTC (rev 136677)
@@ -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
+}
Copied: at-spi2-atk/repos/gnome-unstable-x86_64/PKGBUILD (from rev 136676, at-spi2-atk/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2011-08-31 12:40:10 UTC (rev 136677)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=at-spi2-atk
+pkgver=2.1.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' '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=('218090dc38ea5614ec86e3f388c3c504f94d129df4eee6d4c2f5066b257e1faf')
+
+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/gnome-unstable-x86_64/at-spi2-atk.install (from rev 136676, at-spi2-atk/trunk/at-spi2-atk.install)
===================================================================
--- gnome-unstable-x86_64/at-spi2-atk.install (rev 0)
+++ gnome-unstable-x86_64/at-spi2-atk.install 2011-08-31 12:40:10 UTC (rev 136677)
@@ -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