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

Jan Steffens heftig at nymeria.archlinux.org
Fri Apr 18 11:07:56 UTC 2014


    Date: Friday, April 18, 2014 @ 13:07:55
  Author: heftig
Revision: 211213

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

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

---------------------------------+
 /PKGBUILD                       |   60 ++++++++++++++++++++++++++++++++++++++
 /gettext-typo.patch             |   44 +++++++++++++++++++++++++++
 extra-i686/PKGBUILD             |   30 -------------------
 extra-i686/gettext-typo.patch   |   22 -------------
 extra-x86_64/PKGBUILD           |   30 -------------------
 extra-x86_64/gettext-typo.patch |   22 -------------
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-04-18 11:07:11 UTC (rev 211212)
+++ extra-i686/PKGBUILD	2014-04-18 11:07:55 UTC (rev 211213)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gjs
-pkgver=1.40.0
-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:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('545fd7da8ee90ccd25d15c3eb8f1e59a1e04366237af6468613816fac840c8f9')
-
-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/extra-i686/PKGBUILD (from rev 211212, gjs/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-04-18 11:07:55 UTC (rev 211213)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gjs
+pkgver=1.40.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')
+source=(http://ftp.gnome.org/pub/gnome/sources/gjs/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2f0d80ec96c6284785143abe51377d8a284977ea6c3cf0cef1020d92eae41793')
+
+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
+}

Deleted: extra-i686/gettext-typo.patch
===================================================================
--- extra-i686/gettext-typo.patch	2014-04-18 11:07:11 UTC (rev 211212)
+++ extra-i686/gettext-typo.patch	2014-04-18 11:07:55 UTC (rev 211213)
@@ -1,22 +0,0 @@
-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

Copied: gjs/repos/extra-i686/gettext-typo.patch (from rev 211212, gjs/trunk/gettext-typo.patch)
===================================================================
--- extra-i686/gettext-typo.patch	                        (rev 0)
+++ extra-i686/gettext-typo.patch	2014-04-18 11:07:55 UTC (rev 211213)
@@ -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	2014-04-18 11:07:11 UTC (rev 211212)
+++ extra-x86_64/PKGBUILD	2014-04-18 11:07:55 UTC (rev 211213)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gjs
-pkgver=1.40.0
-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:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('545fd7da8ee90ccd25d15c3eb8f1e59a1e04366237af6468613816fac840c8f9')
-
-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/extra-x86_64/PKGBUILD (from rev 211212, gjs/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-04-18 11:07:55 UTC (rev 211213)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gjs
+pkgver=1.40.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')
+source=(http://ftp.gnome.org/pub/gnome/sources/gjs/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2f0d80ec96c6284785143abe51377d8a284977ea6c3cf0cef1020d92eae41793')
+
+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
+}

Deleted: extra-x86_64/gettext-typo.patch
===================================================================
--- extra-x86_64/gettext-typo.patch	2014-04-18 11:07:11 UTC (rev 211212)
+++ extra-x86_64/gettext-typo.patch	2014-04-18 11:07:55 UTC (rev 211213)
@@ -1,22 +0,0 @@
-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

Copied: gjs/repos/extra-x86_64/gettext-typo.patch (from rev 211212, gjs/trunk/gettext-typo.patch)
===================================================================
--- extra-x86_64/gettext-typo.patch	                        (rev 0)
+++ extra-x86_64/gettext-typo.patch	2014-04-18 11:07:55 UTC (rev 211213)
@@ -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