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

2015-03-25 Thread Jan de Groot
Date: Wednesday, March 25, 2015 @ 16:37:08
  Author: jgc
Revision: 234879

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

Added:
  gjs/repos/testing-i686/
  gjs/repos/testing-i686/PKGBUILD
(from rev 234786, gjs/repos/gnome-unstable-i686/PKGBUILD)
  gjs/repos/testing-x86_64/
  gjs/repos/testing-x86_64/PKGBUILD
(from rev 234786, 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 234786, 
gjs/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-25 15:37:08 UTC (rev 234879)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gjs
+pkgver=1.43.3
+pkgrel=1
+pkgdesc=Javascript Bindings for GNOME
+arch=(i686 x86_64)
+url=http://live.gnome.org/Gjs;
+license=(GPL)
+depends=(cairo gobject-introspection-runtime 'js=24.2.0' 'gtk3')
+makedepends=('gobject-introspection')
+source=(http://ftp.gnome.org/pub/gnome/sources/gjs/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('82b54dd4590ea1622d19b2e27978bcb9c2c5b46922e1e1780ea79b6a28aa1c4e')
+
+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 234786, 
gjs/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-25 15:37:08 UTC (rev 234879)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gjs
+pkgver=1.43.3
+pkgrel=1
+pkgdesc=Javascript Bindings for GNOME
+arch=(i686 x86_64)
+url=http://live.gnome.org/Gjs;
+license=(GPL)
+depends=(cairo gobject-introspection-runtime 'js=24.2.0' 'gtk3')
+makedepends=('gobject-introspection')
+source=(http://ftp.gnome.org/pub/gnome/sources/gjs/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('82b54dd4590ea1622d19b2e27978bcb9c2c5b46922e1e1780ea79b6a28aa1c4e')
+
+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
+}


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

2014-09-26 Thread Jan de Groot
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 ib...@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 ib...@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
+}



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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 16:19:35
  Author: jgc
Revision: 206416

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gjs/repos/gnome-unstable-i686/
  gjs/repos/gnome-unstable-i686/PKGBUILD
(from rev 206415, gjs/trunk/PKGBUILD)
  gjs/repos/gnome-unstable-i686/gettext-typo.patch
(from rev 206415, gjs/trunk/gettext-typo.patch)
  gjs/repos/gnome-unstable-x86_64/
  gjs/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 206415, gjs/trunk/PKGBUILD)
  gjs/repos/gnome-unstable-x86_64/gettext-typo.patch
(from rev 206415, gjs/trunk/gettext-typo.patch)

--+
 gnome-unstable-i686/PKGBUILD |   30 +
 gnome-unstable-i686/gettext-typo.patch   |   22 +
 gnome-unstable-x86_64/PKGBUILD   |   30 +
 gnome-unstable-x86_64/gettext-typo.patch |   22 +
 4 files changed, 104 insertions(+)

Copied: gjs/repos/gnome-unstable-i686/PKGBUILD (from rev 206415, 
gjs/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-02-25 15:19:35 UTC (rev 206416)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gjs
+pkgver=1.39.90
+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')
+source=(http://ftp.gnome.org/pub/gnome/sources/gjs/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ebbb83caccbc03d863c77f3b1e9e1df1d42818a61acaed4026eeabf4d2741e62')
+
+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/gnome-unstable-i686/gettext-typo.patch (from rev 206415, 
gjs/trunk/gettext-typo.patch)
===
--- gnome-unstable-i686/gettext-typo.patch  (rev 0)
+++ gnome-unstable-i686/gettext-typo.patch  2014-02-25 15:19:35 UTC (rev 
206416)
@@ -0,0 +1,22 @@
+From 178c810b7797ff2fca0440e519ddf4dbede589a1 Mon Sep 17 00:00:00 2001
+From: Giovanni Campagna gcampa...@src.gnome.org
+Date: Sun, 12 May 2013 16:46:19 +
+Subject: gettext: fix typo
+
+https://bugzilla.gnome.org/show_bug.cgi?id=700336
+---
+diff --git a/modules/gettext.js b/modules/gettext.js
+index 8f73c13..60991e1 100644
+--- a/modules/gettext.js
 b/modules/gettext.js
+@@ -46,7 +46,7 @@ function gettext(msgid) {
+ return GLib.dgettext(null, msgid);
+ }
+ function dgettext(domain, msgid) {
+-return GLib.dgetext(domain, msgid);
++return GLib.dgettext(domain, msgid);
+ }
+ function dcgettext(domain, msgid, category) {
+ return GLib.dcgettext(domain, msgid, category);
+--
+cgit v0.9.2

Copied: gjs/repos/gnome-unstable-x86_64/PKGBUILD (from rev 206415, 
gjs/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-02-25 15:19:35 UTC (rev 206416)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gjs
+pkgver=1.39.90
+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')
+source=(http://ftp.gnome.org/pub/gnome/sources/gjs/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ebbb83caccbc03d863c77f3b1e9e1df1d42818a61acaed4026eeabf4d2741e62')
+
+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/gnome-unstable-x86_64/gettext-typo.patch (from rev 206415, 
gjs/trunk/gettext-typo.patch)
===
--- gnome-unstable-x86_64/gettext-typo.patch(rev 0)
+++ gnome-unstable-x86_64/gettext-typo.patch2014-02-25 15:19:35 UTC (rev 
206416)
@@ -0,0 +1,22 @@
+From 178c810b7797ff2fca0440e519ddf4dbede589a1 Mon Sep 17 00:00:00 2001
+From: Giovanni Campagna gcampa...@src.gnome.org
+Date: Sun, 12 May 2013 16:46:19 +
+Subject: gettext: fix typo
+
+https://bugzilla.gnome.org/show_bug.cgi?id=700336
+---
+diff --git a/modules/gettext.js b/modules/gettext.js
+index 8f73c13..60991e1 100644
+--- a/modules/gettext.js
 b/modules/gettext.js
+@@ -46,7 +46,7 @@ function gettext(msgid) {
+ return GLib.dgettext(null, msgid);
+ }
+ function dgettext(domain, msgid) {
+-return GLib.dgetext(domain, 

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

2013-09-18 Thread Jan de Groot
Date: Wednesday, September 18, 2013 @ 16:32:04
  Author: jgc
Revision: 194565

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gjs/repos/gnome-unstable-i686/
  gjs/repos/gnome-unstable-i686/PKGBUILD
(from rev 194564, gjs/trunk/PKGBUILD)
  gjs/repos/gnome-unstable-i686/gettext-typo.patch
(from rev 194564, gjs/trunk/gettext-typo.patch)
  gjs/repos/gnome-unstable-x86_64/
  gjs/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 194564, gjs/trunk/PKGBUILD)
  gjs/repos/gnome-unstable-x86_64/gettext-typo.patch
(from rev 194564, gjs/trunk/gettext-typo.patch)

--+
 gnome-unstable-i686/PKGBUILD |   30 +
 gnome-unstable-i686/gettext-typo.patch   |   22 +
 gnome-unstable-x86_64/PKGBUILD   |   30 +
 gnome-unstable-x86_64/gettext-typo.patch |   22 +
 4 files changed, 104 insertions(+)

Copied: gjs/repos/gnome-unstable-i686/PKGBUILD (from rev 194564, 
gjs/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-09-18 14:32:04 UTC (rev 194565)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gjs
+pkgver=1.37.6
+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')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/gjs/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c82af84216bd875cd311265c477783c839022117453c2af00e72be3faa644cbd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  #make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gjs/repos/gnome-unstable-i686/gettext-typo.patch (from rev 194564, 
gjs/trunk/gettext-typo.patch)
===
--- gnome-unstable-i686/gettext-typo.patch  (rev 0)
+++ gnome-unstable-i686/gettext-typo.patch  2013-09-18 14:32:04 UTC (rev 
194565)
@@ -0,0 +1,22 @@
+From 178c810b7797ff2fca0440e519ddf4dbede589a1 Mon Sep 17 00:00:00 2001
+From: Giovanni Campagna gcampa...@src.gnome.org
+Date: Sun, 12 May 2013 16:46:19 +
+Subject: gettext: fix typo
+
+https://bugzilla.gnome.org/show_bug.cgi?id=700336
+---
+diff --git a/modules/gettext.js b/modules/gettext.js
+index 8f73c13..60991e1 100644
+--- a/modules/gettext.js
 b/modules/gettext.js
+@@ -46,7 +46,7 @@ function gettext(msgid) {
+ return GLib.dgettext(null, msgid);
+ }
+ function dgettext(domain, msgid) {
+-return GLib.dgetext(domain, msgid);
++return GLib.dgettext(domain, msgid);
+ }
+ function dcgettext(domain, msgid, category) {
+ return GLib.dcgettext(domain, msgid, category);
+--
+cgit v0.9.2

Copied: gjs/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194564, 
gjs/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-09-18 14:32:04 UTC (rev 194565)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gjs
+pkgver=1.37.6
+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')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/gjs/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c82af84216bd875cd311265c477783c839022117453c2af00e72be3faa644cbd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  #make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gjs/repos/gnome-unstable-x86_64/gettext-typo.patch (from rev 194564, 
gjs/trunk/gettext-typo.patch)
===
--- gnome-unstable-x86_64/gettext-typo.patch(rev 0)
+++ gnome-unstable-x86_64/gettext-typo.patch2013-09-18 14:32:04 UTC (rev 
194565)
@@ -0,0 +1,22 @@
+From 178c810b7797ff2fca0440e519ddf4dbede589a1 Mon Sep 17 00:00:00 2001
+From: Giovanni Campagna gcampa...@src.gnome.org
+Date: Sun, 12 May 2013 16:46:19 +
+Subject: gettext: fix typo
+
+https://bugzilla.gnome.org/show_bug.cgi?id=700336
+---
+diff --git a/modules/gettext.js b/modules/gettext.js
+index 8f73c13..60991e1 100644
+--- a/modules/gettext.js
 b/modules/gettext.js
+@@ -46,7 +46,7 @@ function gettext(msgid) {
+ return GLib.dgettext(null, msgid);
+ }
+ function dgettext(domain, msgid) {
+-return GLib.dgetext(domain, msgid);
++

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

2013-07-30 Thread Jan de Groot
Date: Tuesday, July 30, 2013 @ 21:02:00
  Author: jgc
Revision: 191784

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gjs/repos/extra-i686/PKGBUILD
(from rev 191783, gjs/trunk/PKGBUILD)
  gjs/repos/extra-i686/gettext-typo.patch
(from rev 191783, gjs/trunk/gettext-typo.patch)
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 191783, gjs/trunk/PKGBUILD)
  gjs/repos/extra-x86_64/gettext-typo.patch
(from rev 191783, gjs/trunk/gettext-typo.patch)
Deleted:
  gjs/repos/extra-i686/PKGBUILD
  gjs/repos/extra-x86_64/PKGBUILD

-+
 /PKGBUILD   |   72 ++
 extra-i686/PKGBUILD |   30 ---
 extra-i686/gettext-typo.patch   |   22 +++
 extra-x86_64/PKGBUILD   |   30 ---
 extra-x86_64/gettext-typo.patch |   22 +++
 5 files changed, 116 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-30 19:01:53 UTC (rev 191783)
+++ extra-i686/PKGBUILD 2013-07-30 19:02:00 UTC (rev 191784)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gjs
-pkgver=1.36.1
-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')
-options=('!libtool')
-source=(http://people.gnome.org/~walters/$pkgname-js17-$pkgver.tar.bz2)
-sha256sums=('5826f74fcf20750538f74e2b0059f392eb139996b80b70ca217f5f7a0d117e27')
-
-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/extra-i686/PKGBUILD (from rev 191783, gjs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-30 19:02:00 UTC (rev 191784)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gjs
+pkgver=1.36.1
+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
+gettext-typo.patch)
+sha256sums=('5826f74fcf20750538f74e2b0059f392eb139996b80b70ca217f5f7a0d117e27'
+'c2c3ca377d9d69511d5784599ea33d754aed776d5ceefaf384b8e303b54fd038')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../gettext-typo.patch
+}
+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/extra-i686/gettext-typo.patch (from rev 191783, 
gjs/trunk/gettext-typo.patch)
===
--- extra-i686/gettext-typo.patch   (rev 0)
+++ extra-i686/gettext-typo.patch   2013-07-30 19:02:00 UTC (rev 191784)
@@ -0,0 +1,22 @@
+From 178c810b7797ff2fca0440e519ddf4dbede589a1 Mon Sep 17 00:00:00 2001
+From: Giovanni Campagna gcampa...@src.gnome.org
+Date: Sun, 12 May 2013 16:46:19 +
+Subject: gettext: fix typo
+
+https://bugzilla.gnome.org/show_bug.cgi?id=700336
+---
+diff --git a/modules/gettext.js b/modules/gettext.js
+index 8f73c13..60991e1 100644
+--- a/modules/gettext.js
 b/modules/gettext.js
+@@ -46,7 +46,7 @@ function gettext(msgid) {
+ return GLib.dgettext(null, msgid);
+ }
+ function dgettext(domain, msgid) {
+-return GLib.dgetext(domain, msgid);
++return GLib.dgettext(domain, msgid);
+ }
+ function dcgettext(domain, msgid, category) {
+ return GLib.dcgettext(domain, msgid, category);
+--
+cgit v0.9.2

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-30 19:01:53 UTC (rev 191783)
+++ extra-x86_64/PKGBUILD   2013-07-30 19:02:00 UTC (rev 191784)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gjs
-pkgver=1.36.1
-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')
-options=('!libtool')
-source=(http://people.gnome.org/~walters/$pkgname-js17-$pkgver.tar.bz2)
-sha256sums=('5826f74fcf20750538f74e2b0059f392eb139996b80b70ca217f5f7a0d117e27')
-
-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/extra-x86_64/PKGBUILD (from rev 191783, gjs/trunk/PKGBUILD)

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

2013-04-21 Thread Jan Steffens
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 ib...@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 ib...@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 ib...@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 ib...@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
+}



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

2013-04-10 Thread Jan Steffens
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 ib...@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 ib...@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
+}



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

2012-10-30 Thread Jan Steffens
Date: Tuesday, October 30, 2012 @ 18:25:52
  Author: heftig
Revision: 169881

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

Added:
  gjs/repos/extra-i686/PKGBUILD
(from rev 169842, gjs/repos/testing-i686/PKGBUILD)
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 169842, 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/

---+
 extra-i686/PKGBUILD   |   52 
 extra-x86_64/PKGBUILD |   52 
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-30 22:25:50 UTC (rev 169880)
+++ extra-i686/PKGBUILD 2012-10-30 22:25:52 UTC (rev 169881)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gjs
-pkgver=1.32.0
-pkgrel=2
-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=('b9f1dc156c15806824c936bb08ddc5048f52f6921654146c47025a62457108c0')
-
-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 169842, 
gjs/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-30 22:25:52 UTC (rev 169881)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-30 22:25:50 UTC (rev 169880)
+++ extra-x86_64/PKGBUILD   2012-10-30 22:25:52 UTC (rev 169881)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gjs
-pkgver=1.32.0
-pkgrel=2
-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=('b9f1dc156c15806824c936bb08ddc5048f52f6921654146c47025a62457108c0')
-
-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 169842, 
gjs/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-10-30 22:25:52 UTC (rev 169881)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@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
+}



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

2012-10-18 Thread Jan de Groot
Date: Thursday, October 18, 2012 @ 15:27:55
  Author: jgc
Revision: 169244

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

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

-+
 testing-i686/PKGBUILD   |   26 ++
 testing-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: gjs/repos/testing-i686/PKGBUILD (from rev 169138, 
gjs/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-18 19:27:55 UTC (rev 169244)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@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/testing-x86_64/PKGBUILD (from rev 169138, 
gjs/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-18 19:27:55 UTC (rev 169244)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@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
+}