[arch-commits] Commit in gjs/repos (4 files)
Jan Steffens
heftig at nymeria.archlinux.org
Tue Apr 2 21:59:16 UTC 2013
Date: Tuesday, April 2, 2013 @ 23:59:15
Author: heftig
Revision: 181279
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
gjs/repos/gnome-unstable-i686/PKGBUILD
(from rev 181278, gjs/trunk/PKGBUILD)
gjs/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 181278, gjs/trunk/PKGBUILD)
Deleted:
gjs/repos/gnome-unstable-i686/PKGBUILD
gjs/repos/gnome-unstable-x86_64/PKGBUILD
--------------------------------+
/PKGBUILD | 60 +++++++++++++++++++++++++++++++++++++++
gnome-unstable-i686/PKGBUILD | 25 ----------------
gnome-unstable-x86_64/PKGBUILD | 25 ----------------
3 files changed, 60 insertions(+), 50 deletions(-)
Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD 2013-04-02 21:58:38 UTC (rev 181278)
+++ gnome-unstable-i686/PKGBUILD 2013-04-02 21:59:15 UTC (rev 181279)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gjs
-pkgver=1.36.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=('c55680d861d562f89171640c66e5d9ac4cb0c35f1af2495e2f45bbe494b983ca')
-
-build() {
- cd "$pkgname-$pkgver"
- ./configure --prefix=/usr --disable-static
- make
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
Copied: gjs/repos/gnome-unstable-i686/PKGBUILD (from rev 181278, gjs/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2013-04-02 21:59:15 UTC (rev 181279)
@@ -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: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD 2013-04-02 21:58:38 UTC (rev 181278)
+++ gnome-unstable-x86_64/PKGBUILD 2013-04-02 21:59:15 UTC (rev 181279)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gjs
-pkgver=1.36.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=('c55680d861d562f89171640c66e5d9ac4cb0c35f1af2495e2f45bbe494b983ca')
-
-build() {
- cd "$pkgname-$pkgver"
- ./configure --prefix=/usr --disable-static
- make
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
Copied: gjs/repos/gnome-unstable-x86_64/PKGBUILD (from rev 181278, gjs/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2013-04-02 21:59:15 UTC (rev 181279)
@@ -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