[arch-commits] Commit in gobject-introspection/gnome-unstable (2 files)

Jan de Groot jgc at archlinux.org
Mon Aug 24 21:56:05 UTC 2009


    Date: Monday, August 24, 2009 @ 17:56:05
  Author: jgc
Revision: 50276

Update to 0.6.4, remove patch which went upstream

Modified:
  gobject-introspection/gnome-unstable/PKGBUILD
Deleted:
  gobject-introspection/gnome-unstable/gobject-introspection-compilecrashfix.patch

---------------------------------------------+
 PKGBUILD                                    |    9 ++----
 gobject-introspection-compilecrashfix.patch |   38 --------------------------
 2 files changed, 3 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-24 21:53:14 UTC (rev 50275)
+++ PKGBUILD	2009-08-24 21:56:05 UTC (rev 50276)
@@ -1,7 +1,7 @@
 # $Id: $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=gobject-introspection
-pkgver=0.6.3
+pkgver=0.6.4
 pkgrel=1
 pkgdesc="Introspection system for GObject-based libraries"
 url="http://live.gnome.org/GObjectInstrospection"
@@ -9,14 +9,11 @@
 license=('LGPL' 'GPL')
 depends=('libffi>=3.0.8' 'glib2>=2.21.4' 'python')
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2
-        gobject-introspection-compilecrashfix.patch)
-md5sums=('5f0d333573bffecd76c461101cff2be1'
-         'defa9d2658d9126294e80ea75f620dc4')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('6ca9cf935dd553e4e7f6c93361e8218886837d93d76a68a54fcfcc601ee57059')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/gobject-introspection-compilecrashfix.patch" || return 1
   ./configure --prefix=/usr --disable-static || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1

Deleted: gobject-introspection-compilecrashfix.patch
===================================================================
--- gobject-introspection-compilecrashfix.patch	2009-08-24 21:53:14 UTC (rev 50275)
+++ gobject-introspection-compilecrashfix.patch	2009-08-24 21:56:05 UTC (rev 50276)
@@ -1,38 +0,0 @@
-From a1f5af4683b08892e87288ef4906782f4094703d Mon Sep 17 00:00:00 2001
-From: Dan Winship <danw at gnome.org>
-Date: Mon, 06 Jul 2009 15:17:40 +0000
-Subject: Sync the basic types array in girnode.c:serialize_type with GITypeTag
-
-Fixes a crash compiling GIRepository-2.0.gir.
-
-http://bugzilla.gnome.org/show_bug.cgi?id=587823
----
-diff --git a/girepository/girnode.c b/girepository/girnode.c
-index bd9be68..22e821e 100644
---- a/girepository/girnode.c
-+++ b/girepository/girnode.c
-@@ -1229,6 +1229,8 @@ serialize_type (GIrModule    *module,
-     "uint32", 
-     "int64", 
-     "uint64", 
-+    "short",
-+    "ushort",
-     "int",
-     "uint",
-     "long",
-@@ -1237,11 +1239,10 @@ serialize_type (GIrModule    *module,
-     "size",
-     "float", 
-     "double",
-+    "time_t",
-+    "GType",
-     "utf8", 
-     "filename",
--    "string",
--    "sequence",
--    "any"
-   };
-   
-   if (node->tag < GI_TYPE_TAG_ARRAY)
---
-cgit v0.8.2




More information about the arch-commits mailing list