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

Jan de Groot jgc at archlinux.org
Thu Oct 18 19:45:51 UTC 2012


    Date: Thursday, October 18, 2012 @ 15:45:50
  Author: jgc
Revision: 169279

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

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

-------------------------+
 testing-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: atk/repos/testing-i686/PKGBUILD (from rev 169277, atk/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-10-18 19:45:50 UTC (rev 169279)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=atk
+pkgver=2.6.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=('eff663f90847620bb68c9c2cbaaf7f45e2ff44163b9ab3f10d15be763680491f')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: atk/repos/testing-x86_64/PKGBUILD (from rev 169277, atk/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-10-18 19:45:50 UTC (rev 169279)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=atk
+pkgver=2.6.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=('eff663f90847620bb68c9c2cbaaf7f45e2ff44163b9ab3f10d15be763680491f')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list