Date: Saturday, September 11, 2010 @ 06:59:18 Author: ibiru Revision: 90407
upgpkg: gobject-introspection 0.9.5-1 update to 0.9.5 Modified: gobject-introspection/trunk/PKGBUILD Deleted: gobject-introspection/trunk/python2.7-compat.patch ------------------------+ PKGBUILD | 18 +++++++----------- python2.7-compat.patch | 26 -------------------------- 2 files changed, 7 insertions(+), 37 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-09-11 10:39:04 UTC (rev 90406) +++ PKGBUILD 2010-09-11 10:59:18 UTC (rev 90407) @@ -1,25 +1,21 @@ # $Id$ # Maintainer: Jan de Groot <[email protected]> pkgname=gobject-introspection -pkgver=0.6.14 -pkgrel=2 +pkgver=0.9.5 +pkgrel=1 pkgdesc="Introspection system for GObject-based libraries" url="http://live.gnome.org/GObjectInstrospection" arch=('x86_64' 'i686') license=('LGPL' 'GPL') -depends=('libffi>=3.0.8' 'glib2>=2.24.1' 'python2' 'cairo>=1.8.10') +depends=('libffi>=3.0.9' 'glib2>=2.25.15' 'python2') +makedepends=('cairo') options=('!libtool') -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2 - python2.7-compat.patch) -sha256sums=('c4713bcbcebb06861738a8f630ab05289666e631f42f7abbf2e836978db7eba6' - '7b3864502e011cd3fa31db9460bcda35e3e20f93962b8e546c3257232e14750e') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.9/${pkgname}-${pkgver}.tar.bz2) +sha256sums=('93ea75860b468f1439a3735b3b132707afbb785867c00b1a5d7841697c4d5964') build() { cd "${srcdir}/${pkgname}-${pkgver}" - # Python2.7 compatibility: - # https://bugzilla.gnome.org/show_bug.cgi?id=618562 - patch -p1 -i "$srcdir"/python2.7-compat.patch - ./configure --prefix=/usr --disable-static || return 1 + ./configure --prefix=/usr --disable-static make } Deleted: python2.7-compat.patch =================================================================== --- python2.7-compat.patch 2010-09-11 10:39:04 UTC (rev 90406) +++ python2.7-compat.patch 2010-09-11 10:59:18 UTC (rev 90407) @@ -1,26 +0,0 @@ -diff --git a/giscanner/sourcescanner.py b/giscanner/sourcescanner.py -index acfc048..ae3d29d 100644 ---- a/giscanner/sourcescanner.py -+++ b/giscanner/sourcescanner.py -@@ -196,7 +196,7 @@ class SourceSymbol(object): - class SourceScanner(object): - - def __init__(self): -- with LibtoolImporter: -+ with LibtoolImporter(None, None): - from giscanner._giscanner import SourceScanner - self._scanner = SourceScanner() - self._filenames = [] -diff --git a/giscanner/xmlwriter.py b/giscanner/xmlwriter.py -index 0db286b..c10bcc6 100644 ---- a/giscanner/xmlwriter.py -+++ b/giscanner/xmlwriter.py -@@ -67,7 +67,7 @@ def collect_attributes(tag_name, attributes, self_indent, - return attr_value - - --with LibtoolImporter: -+with LibtoolImporter(None, None): - from giscanner._giscanner import collect_attributes - -
