[arch-commits] Commit in gjs/trunk (PKGBUILD)

Jan Steffens heftig at nymeria.archlinux.org
Tue Apr 2 21:28:17 UTC 2013


    Date: Tuesday, April 2, 2013 @ 23:28:17
  Author: heftig
Revision: 181266

use js17

Modified:
  gjs/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-02 21:27:53 UTC (rev 181265)
+++ PKGBUILD	2013-04-02 21:28:17 UTC (rev 181266)
@@ -3,23 +3,28 @@
 
 pkgname=gjs
 pkgver=1.36.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Javascript Bindings for GNOME"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="http://live.gnome.org/Gjs"
-license=('GPL')
-depends=('cairo' 'dbus-glib' 'gobject-introspection' 'js')
+license=(GPL)
+depends=(cairo gobject-introspection 'js>=17.0.0')
 options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c55680d861d562f89171640c66e5d9ac4cb0c35f1af2495e2f45bbe494b983ca')
+source=(http://people.gnome.org/~walters/$pkgname-js17-$pkgver.tar.bz2)
+sha256sums=('a5a6c3fdb71b1106966992b97464faad5ba938cf4c108c3b94f5a6eebd656dc7')
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static
   make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list