1 diff -Nur pygtksourceview-2.10.1-orig/configure pygtksourceview-2.10.1/configure
2 --- pygtksourceview-2.10.1-orig/configure 2010-04-18 15:29:55.000000000 +0200
3 +++ pygtksourceview-2.10.1/configure 2015-01-30 20:36:31.784541887 +0100
4 @@ -12950,7 +12950,7 @@
6 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pygtk codegen" >&5
7 $as_echo_n "checking for pygtk codegen... " >&6; }
8 -CODEGENDIR=`$PKG_CONFIG --variable=codegendir pygtk-2.0`
9 +CODEGENDIR=`$PKG_CONFIG --variable=codegendir pygobject-2.0`
11 if test -f $CODEGENDIR/codegen.py; then
12 CODEGEN=$CODEGENDIR/codegen.py
13 diff -Nur pygtksourceview-2.10.1-orig/configure.ac pygtksourceview-2.10.1/configure.ac
14 --- pygtksourceview-2.10.1-orig/configure.ac 2010-04-18 15:28:39.000000000 +0200
15 +++ pygtksourceview-2.10.1/configure.ac 2015-01-30 20:36:42.781648830 +0100
19 AC_MSG_CHECKING(for pygtk codegen)
20 -CODEGENDIR=`$PKG_CONFIG --variable=codegendir pygtk-2.0`
21 +CODEGENDIR=`$PKG_CONFIG --variable=codegendir pygobject-2.0`
23 if test -f $CODEGENDIR/codegen.py; then
24 CODEGEN=$CODEGENDIR/codegen.py