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

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:36:09 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:36:09
  Author: heftig
Revision: 155228

db-move: moved mx from [gnome-unstable] to [testing] (x86_64)

Added:
  mx/repos/testing-x86_64/
  mx/repos/testing-x86_64/PKGBUILD
    (from rev 155005, mx/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  mx/repos/gnome-unstable-x86_64/

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

Copied: mx/repos/testing-x86_64/PKGBUILD (from rev 155005, mx/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-01 11:36:09 UTC (rev 155228)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Guenther Wutz <admin at wutzara.de>
+
+pkgname=mx
+pkgver=1.4.3
+pkgrel=2
+pkgdesc="A widget toolkit using Clutter"
+arch=('i686' 'x86_64')
+url="http://www.clutter-project.org"
+license=('LGPL')
+depends=('clutter' 'libxrandr' 'dbus-glib' 'gtk2' 'startup-notification')
+makedepends=('intltool' 'gobject-introspection' 'gtk-doc')
+options=('!libtool')
+source=("http://source.clutter-project.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('d0c259a7bcaf130a17cef00ed4c7118287f05790a6b50bcffa02668130336eb5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list