[arch-commits] Commit in gjs/repos (6 files)
Jan Steffens
heftig at nymeria.archlinux.org
Wed Apr 10 19:12:15 UTC 2013
Date: Wednesday, April 10, 2013 @ 21:12:14
Author: heftig
Revision: 182483
db-move: moved gjs from [staging] to [testing] (i686, x86_64)
Added:
gjs/repos/testing-i686/
gjs/repos/testing-i686/PKGBUILD
(from rev 182430, gjs/repos/staging-i686/PKGBUILD)
gjs/repos/testing-x86_64/
gjs/repos/testing-x86_64/PKGBUILD
(from rev 182430, gjs/repos/staging-x86_64/PKGBUILD)
Deleted:
gjs/repos/staging-i686/
gjs/repos/staging-x86_64/
-------------------------+
testing-i686/PKGBUILD | 30 ++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 30 ++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
Copied: gjs/repos/testing-i686/PKGBUILD (from rev 182430, gjs/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2013-04-10 19:12:14 UTC (rev 182483)
@@ -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
+}
Copied: gjs/repos/testing-x86_64/PKGBUILD (from rev 182430, gjs/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:12:14 UTC (rev 182483)
@@ -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