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

Ionut Biru ibiru at archlinux.org
Wed Sep 28 19:30:04 UTC 2011


    Date: Wednesday, September 28, 2011 @ 15:30:04
  Author: ibiru
Revision: 138895

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

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

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

Copied: gjs/repos/testing-i686/PKGBUILD (from rev 138832, gjs/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-09-28 19:30:04 UTC (rev 138895)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+pkgname=gjs
+pkgver=1.30.0
+pkgrel=1
+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}/1.30/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('ffe01980dd183abd96b2cc861d2e86ef12751d0a1af86daa4c491b82c74ac7b9')
+
+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