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

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:31:02 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:31:01
  Author: heftig
Revision: 155029

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

Added:
  clutter-gtk/repos/testing-i686/
  clutter-gtk/repos/testing-i686/PKGBUILD
    (from rev 155005, clutter-gtk/repos/gnome-unstable-i686/PKGBUILD)
Deleted:
  clutter-gtk/repos/gnome-unstable-i686/

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

Copied: clutter-gtk/repos/testing-i686/PKGBUILD (from rev 155005, clutter-gtk/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-01 11:31:01 UTC (rev 155029)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=clutter-gtk
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="GTK clutter widget"
+arch=('i686' 'x86_64')
+url="http://clutter-project.org/"
+options=('!libtool')
+license=('LGPL')
+depends=('clutter' 'gtk3')
+makedepends=('gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8be5deb0fa2f318e5f5e888b8ace3371c516464472a48f25c8b42ccc298af59a')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list