Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=wipv.git;a=commitdiff;h=709b377fd54d5b959f07fd308104f856fae92abc

commit 709b377fd54d5b959f07fd308104f856fae92abc
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Thu Sep 2 01:48:45 2010 +0200

gobject-introspection-0.6.14-2-i686

- rebuilt with python-2.7

diff --git a/source/xlib-extra/gobject-introspection/FrugalBuild 
b/source/xlib-extra/gobject-introspection/FrugalBuild
index 46aa448..a7d2008 100644
--- a/source/xlib-extra/gobject-introspection/FrugalBuild
+++ b/source/xlib-extra/gobject-introspection/FrugalBuild
@@ -3,13 +3,15 @@

pkgname=gobject-introspection
pkgver=0.6.14
-pkgrel=1
+pkgrel=2
pkgdesc="Generate interface introspection data for GObject libraries."
-depends=('glib2' 'libffi' 'cairo>=1.8.10-2' 'libxft')
+depends=('glib2' 'libffi' 'cairo>=1.8.10-2' 'libxft' 'python>=2.7')
groups=('xlib-extra')
archs=('i686' 'x86_64' 'ppc')
Finclude gnome
-sha1sums=('d47714defced03420bc9e5a91defab654823016c')
+source=($source python-2.7.patch)
+sha1sums=('d47714defced03420bc9e5a91defab654823016c' \
+          '721b6d3f2fd1be40ed375e3b796e81675ec3ba28')
build() {
Fbuild
Frm /usr/share/gir-1.0/GSSDP-1.0.gir
diff --git a/source/xlib-extra/gobject-introspection/python-2.7.patch 
b/source/xlib-extra/gobject-introspection/python-2.7.patch
new file mode 100644
index 0000000..c8af780
--- /dev/null
+++ b/source/xlib-extra/gobject-introspection/python-2.7.patch
@@ -0,0 +1,22 @@
+--- gobject-introspection-0.9.0/giscanner/xmlwriter.py~        2009-09-17 
10:53:45.000000000 +0200
++++ gobject-introspection-0.9.0/giscanner/xmlwriter.py 2010-07-08 
15:36:27.702842362 +0200
+@@ -67,7 +67,7 @@
+     return attr_value
+
+
+-with LibtoolImporter:
++with LibtoolImporter(None, None):
+     from giscanner._giscanner import collect_attributes
+
+
+--- gobject-introspection-0.9.0/giscanner/sourcescanner.py~    2010-06-29 
15:35:09.000000000 +0200
++++ gobject-introspection-0.9.0/giscanner/sourcescanner.py     2010-07-08 
15:40:05.096144193 +0200
+@@ -196,7 +196,7 @@
+ class SourceScanner(object):
+
+     def __init__(self):
+-        with LibtoolImporter:
++        with LibtoolImporter(None, None):
+             from giscanner._giscanner import SourceScanner
+         self._scanner = SourceScanner()
+         self._filenames = []
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to