[arch-commits] Commit in atk/repos (3 files)

Ionut Biru ibiru at archlinux.org
Wed Sep 28 19:29:01 UTC 2011


    Date: Wednesday, September 28, 2011 @ 15:29:00
  Author: ibiru
Revision: 138841

db-move: moved atk from [gnome-unstable] to [testing] (i686)

Added:
  atk/repos/testing-i686/
  atk/repos/testing-i686/PKGBUILD
    (from rev 138832, atk/repos/gnome-unstable-i686/PKGBUILD)
Deleted:
  atk/repos/gnome-unstable-i686/

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: atk/repos/testing-i686/PKGBUILD (from rev 138832, atk/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-09-28 19:29:00 UTC (rev 138841)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=atk
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="A library providing a set of interfaces for accessibility"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+url='http://www.gtk.org/'
+sha256sums=('8b22f0e7803dd3734c676ccd68ea999ff1156ca49d99c3de5c1d269ad0c3739d')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list