[planner] Replace pygtk-codegen with pygobject-codegen
- From: Alexandre Franke <afranke src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [planner] Replace pygtk-codegen with pygobject-codegen
- Date: Thu, 21 Jan 2010 20:20:11 +0000 (UTC)
commit 8a571fbffad359b2782471a870abffe99c1c0ffa
Author: Alexandre Franke <alexandre franke gmail com>
Date: Thu Jan 21 12:33:50 2010 +0100
Replace pygtk-codegen with pygobject-codegen
configure.in | 6 +++---
python/Makefile.am | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/configure.in b/configure.in
index c2ff063..14f92ba 100644
--- a/configure.in
+++ b/configure.in
@@ -196,9 +196,9 @@ if test "x$enable_python" != "xno"; then
PKG_CHECK_MODULES(PYGTK, pygtk-2.0 >= $PYGTK_REQUIRED, have_python=yes, have_python=no)
fi
if test "x$have_python" = "xyes"; then
- AC_PATH_PROG(PYGTK_CODEGEN, pygtk-codegen-2.0, no)
- if test "x$PYGTK_CODEGEN" = xno; then
- AC_MSG_ERROR(could not find pygtk-codegen-2.0 script)
+ AC_PATH_PROG(PYGOBJECT_CODEGEN, pygobject-codegen-2.0, no)
+ if test "x$PYGOBJECT_CODEGEN" = xno; then
+ AC_MSG_ERROR(could not find pygobject-codegen-2.0 script)
have_python=no
fi
fi
diff --git a/python/Makefile.am b/python/Makefile.am
index 8bca6ec..5d8b0ac 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -35,7 +35,7 @@ EXTRA_DIST = \
plannerui-types.defs
planner.c: planner.defs planner-types.defs planner.override
- ( cd $(srcdir) && $(PYGTK_CODEGEN) \
+ ( cd $(srcdir) && $(PYGOBJECT_CODEGEN) \
--override $*.override \
--load-types planner-arg-types.py \
--register $(PYGTK_DEFSDIR)/gtk-types.defs \
@@ -44,7 +44,7 @@ planner.c: planner.defs planner-types.defs planner.override
&& rm -f gen-$*.c
plannerui.c: plannerui.defs plannerui-types.defs plannerui.override
- ( cd $(srcdir) && $(PYGTK_CODEGEN) \
+ ( cd $(srcdir) && $(PYGOBJECT_CODEGEN) \
--override $*.override \
--load-types planner-arg-types.py \
--register $(PYGTK_DEFSDIR)/gtk-types.defs \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]