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

Jan de Groot jgc at archlinux.org
Fri Sep 26 10:56:59 UTC 2014


    Date: Friday, September 26, 2014 @ 12:56:59
  Author: jgc
Revision: 223133

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

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

-------------------------+
 testing-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: gjs/repos/testing-i686/PKGBUILD (from rev 223030, gjs/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-09-26 10:56:59 UTC (rev 223133)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gjs
+pkgver=1.41.91
+pkgrel=1
+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')
+makedepends=('python2')
+source=(http://ftp.gnome.org/pub/gnome/sources/gjs/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ca0b861cce674e757b746f28d331b3419a71e2ada3cacf31fb778cbff3edde62')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Needs a display
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gjs/repos/testing-x86_64/PKGBUILD (from rev 223030, gjs/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-09-26 10:56:59 UTC (rev 223133)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gjs
+pkgver=1.41.91
+pkgrel=1
+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')
+makedepends=('python2')
+source=(http://ftp.gnome.org/pub/gnome/sources/gjs/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ca0b861cce674e757b746f28d331b3419a71e2ada3cacf31fb778cbff3edde62')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Needs a display
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list