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

Allan McRae allan at archlinux.org
Thu Apr 26 21:34:05 UTC 2012


    Date: Thursday, April 26, 2012 @ 17:34:05
  Author: allan
Revision: 157276

db-move: moved gjs from [staging] to [testing] (x86_64)

Added:
  gjs/repos/testing-x86_64/
  gjs/repos/testing-x86_64/PKGBUILD
    (from rev 157266, gjs/repos/staging-x86_64/PKGBUILD)
Deleted:
  gjs/repos/staging-x86_64/

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

Copied: gjs/repos/testing-x86_64/PKGBUILD (from rev 157266, gjs/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-26 21:34:05 UTC (rev 157276)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gjs
+pkgver=1.32.0
+pkgrel=2
+pkgdesc="Javascript Bindings for GNOME"
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/Gjs"
+license=('GPL')
+depends=('cairo' 'dbus-glib' 'gobject-introspection' 'js')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b9f1dc156c15806824c936bb08ddc5048f52f6921654146c47025a62457108c0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's|python|python2|' scripts/make-tests
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list