[pygobject] Remove the girepository module



commit 5c010fe673d9bd01c27c8d7d312064665275888c
Author: Simon van der Linden <svdlinden src gnome org>
Date:   Mon Nov 23 22:39:12 2009 +0100

    Remove the girepository module

 Makefile.am                        |    2 +-
 configure.ac                       |   17 -
 girepository/Makefile.am           |   54 --
 girepository/__init__.py           |   24 -
 girepository/bank-argument.c       |  379 ------------
 girepository/bank-info.c           | 1194 ------------------------------------
 girepository/bank-repository.c     |  236 -------
 girepository/bank.c                |  155 -----
 girepository/bank.h                |   80 ---
 girepository/btypes.py             |  300 ---------
 girepository/importer.py           |   51 --
 girepository/module.py             |  224 -------
 girepository/overrides/Gdk.py      |   14 -
 girepository/overrides/Gtk.py      |    8 -
 girepository/repository.py         |   51 --
 tests/test_girepository.py         |  386 ------------
 16 files changed, 1 insertions(+), 3174 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 41e29af..93442af 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
 ACLOCAL_AMFLAGS = -I m4
 AUTOMAKE_OPTIONS = 1.7
 
-SUBDIRS = docs codegen glib gobject gio girepository examples tests
+SUBDIRS = docs codegen glib gobject gio examples tests
 
 PLATFORM_VERSION = 2.0
 
diff --git a/configure.ac b/configure.ac
index dc8dea6..b46ecb1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,6 @@ dnl versions of packages we require ...
 m4_define(glib_required_version, 2.14.0)
 m4_define(gio_required_version, 2.16.0)
 m4_define(giounix_required_version, 2.16.0)
-m4_define(gobject_introspection_required_version, 0.6.3)
 
 AC_INIT(pygobject, pygobject_version,
         [http://bugzilla.gnome.org/enter_bug.cgi?product=pygobject])
@@ -200,21 +199,6 @@ if test -n "$export_dynamic"; then
   GIOUNIX_LIBS=`echo $GIOUNIX_LIBS | sed -e "s/$export_dynamic//"`
 fi
 
-dnl gi
-AC_ARG_ENABLE(introspection,
-  AC_HELP_STRING([--enable-introspection], [Enable gobject-introspection bindings building]),
-  enable_introspection=$enableval,
-  enable_introspection=no)
-AM_CONDITIONAL(BUILD_GIREPOSITORY, test "$enable_introspection" != no)
-if test "$enable_introspection" != no; then
-  PKG_CHECK_MODULES(GOBJECT_INTROSPECTION, gobject-introspection-1.0 >= gobject_introspection_required_version)
-  AC_SUBST(GOBJECT_INTROSPECTION_CFLAGS)
-  AC_SUBST(GOBJECT_INTROSPECTION_LIBS)
-  if test -n "$export_dynamic"; then
-    GOBJECT_INTROSPECTION_LIBS=`echo $GOBJECT_INTROSPECTION_LIBS | sed -e "s/$export_dynamic//"`
-  fi
-fi
-
 AC_ARG_ENABLE(pygi,
   AC_HELP_STRING([--enable-pygi], [Use PyGI to create wrappers for introspection-enabled types]),
   enable_pygi=$enableval,
@@ -250,7 +234,6 @@ AC_CONFIG_FILES(
   glib/Makefile
   gobject/Makefile
   gio/Makefile
-  girepository/Makefile
   examples/Makefile
   tests/Makefile
   PKG-INFO)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]