[arch-commits] Commit in gjs/trunk (PKGBUILD gettext-typo.patch)

Jan de Groot jgc at archlinux.org
Mon Sep 8 08:13:42 UTC 2014


    Date: Monday, September 8, 2014 @ 10:13:42
  Author: jgc
Revision: 221122

upgpkg: gjs 1.41.91-1

Modified:
  gjs/trunk/PKGBUILD
Deleted:
  gjs/trunk/gettext-typo.patch

--------------------+
 PKGBUILD           |    5 +++--
 gettext-typo.patch |   22 ----------------------
 2 files changed, 3 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-08 08:02:18 UTC (rev 221121)
+++ PKGBUILD	2014-09-08 08:13:42 UTC (rev 221122)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gjs
-pkgver=1.40.1
+pkgver=1.41.91
 pkgrel=1
 pkgdesc="Javascript Bindings for GNOME"
 arch=(i686 x86_64)
@@ -9,8 +9,9 @@
 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=('2f0d80ec96c6284785143abe51377d8a284977ea6c3cf0cef1020d92eae41793')
+sha256sums=('ca0b861cce674e757b746f28d331b3419a71e2ada3cacf31fb778cbff3edde62')
 
 build() {
   cd $pkgname-$pkgver

Deleted: gettext-typo.patch
===================================================================
--- gettext-typo.patch	2014-09-08 08:02:18 UTC (rev 221121)
+++ gettext-typo.patch	2014-09-08 08:13:42 UTC (rev 221122)
@@ -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




More information about the arch-commits mailing list