[arch-commits] Commit in gjs/repos (6 files)
Jan Steffens
heftig at nymeria.archlinux.org
Sun Apr 21 22:09:23 UTC 2013
Date: Monday, April 22, 2013 @ 00:09:23
Author: heftig
Revision: 183365
db-move: moved gjs from [testing] to [extra] (i686, x86_64)
Added:
gjs/repos/extra-i686/PKGBUILD
(from rev 183326, gjs/repos/testing-i686/PKGBUILD)
gjs/repos/extra-x86_64/PKGBUILD
(from rev 183326, gjs/repos/testing-x86_64/PKGBUILD)
Deleted:
gjs/repos/extra-i686/PKGBUILD
gjs/repos/extra-x86_64/PKGBUILD
gjs/repos/testing-i686/
gjs/repos/testing-x86_64/
-----------------------+
/PKGBUILD | 60 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 26 --------------------
extra-x86_64/PKGBUILD | 26 --------------------
3 files changed, 60 insertions(+), 52 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2013-04-21 22:09:21 UTC (rev 183364)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:23 UTC (rev 183365)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gjs
-pkgver=1.34.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/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3d62c717a0522a36c6faa1eb021872255e3cd285a72786afe23b7cca2e3084cb')
-
-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
-}
Copied: gjs/repos/extra-i686/PKGBUILD (from rev 183326, gjs/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:23 UTC (rev 183365)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gjs
+pkgver=1.36.0
+pkgrel=2
+pkgdesc="Javascript Bindings for GNOME"
+arch=(i686 x86_64)
+url="http://live.gnome.org/Gjs"
+license=(GPL)
+depends=(cairo gobject-introspection 'js>=17.0.0')
+options=('!libtool')
+source=(http://people.gnome.org/~walters/$pkgname-js17-$pkgver.tar.bz2)
+sha256sums=('a5a6c3fdb71b1106966992b97464faad5ba938cf4c108c3b94f5a6eebd656dc7')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --disable-static
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2013-04-21 22:09:21 UTC (rev 183364)
+++ extra-x86_64/PKGBUILD 2013-04-21 22:09:23 UTC (rev 183365)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gjs
-pkgver=1.34.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/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3d62c717a0522a36c6faa1eb021872255e3cd285a72786afe23b7cca2e3084cb')
-
-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
-}
Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 183326, gjs/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2013-04-21 22:09:23 UTC (rev 183365)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gjs
+pkgver=1.36.0
+pkgrel=2
+pkgdesc="Javascript Bindings for GNOME"
+arch=(i686 x86_64)
+url="http://live.gnome.org/Gjs"
+license=(GPL)
+depends=(cairo gobject-introspection 'js>=17.0.0')
+options=('!libtool')
+source=(http://people.gnome.org/~walters/$pkgname-js17-$pkgver.tar.bz2)
+sha256sums=('a5a6c3fdb71b1106966992b97464faad5ba938cf4c108c3b94f5a6eebd656dc7')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --disable-static
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list