27 lines
1.0 KiB
Diff
27 lines
1.0 KiB
Diff
--- gimp-2.8.14/configure.ac.orig 2015-10-13 14:54:35.164396900 +0300
|
|
+++ gimp-2.8.14/configure.ac 2015-10-13 15:01:58.768840100 +0300
|
|
@@ -1892,9 +1892,9 @@
|
|
PKG_CHECK_MODULES(PYGTK, pygtk-2.0 >= pygtk_required_version,,
|
|
[pycheck_error([PyGTK pygtk_required_version or newer], [it])])
|
|
|
|
- AC_PATH_PROG(PYGTK_CODEGEN, pygtk-codegen-2.0, no)
|
|
- if test "x$PYGTK_CODEGEN" = xno; then
|
|
- pycheck_error([pygtk-codegen-2.0 script], [it])
|
|
+ AC_PATH_PROG(PYGOBJECT_CODEGEN, pygobject-codegen-2.0, no)
|
|
+ if test "x$PYGOBJECT_CODEGEN" = xno; then
|
|
+ pycheck_error([pygobject-codegen-2.0 script], [it])
|
|
fi
|
|
|
|
AC_MSG_CHECKING(for pygtk defs)
|
|
--- gimp-2.8.14/plug-ins/pygimp/Makefile.am.orig 2015-10-13 15:00:41.547754900 +0300
|
|
+++ gimp-2.8.14/plug-ins/pygimp/Makefile.am 2015-10-13 15:01:12.574025700 +0300
|
|
@@ -166,7 +166,7 @@
|
|
|
|
.defs.c:
|
|
(cd $(srcdir) \
|
|
- && $(PYGTK_CODEGEN) \
|
|
+ && $(PYGOBJECT_CODEGEN) \
|
|
--override $*.override \
|
|
--register $(PYGTK_DEFSDIR)/gdk-types.defs \
|
|
--register $(PYGTK_DEFSDIR)/gtk-types.defs \
|