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

Jan de Groot jgc at nymeria.archlinux.org
Tue Jul 30 19:02:00 UTC 2013


    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 <ibiru at 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 <ibiru at 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 <gcampagna at src.gnome.org>
+Date: Sun, 12 May 2013 16:46:19 +0000
+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 <ibiru at 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)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-07-30 19:02:00 UTC (rev 191784)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at 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-x86_64/gettext-typo.patch (from rev 191783, gjs/trunk/gettext-typo.patch)
===================================================================
--- extra-x86_64/gettext-typo.patch	                        (rev 0)
+++ extra-x86_64/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 <gcampagna at src.gnome.org>
+Date: Sun, 12 May 2013 16:46:19 +0000
+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




More information about the arch-commits mailing list