]> git.pld-linux.org Git - packages/pluma.git/blob - mate-text-editor-python.patch
- new
[packages/pluma.git] / mate-text-editor-python.patch
1 --- mate-text-editor-1.6.1/configure.ac.orig    2013-12-31 17:57:30.000000000 +0100
2 +++ mate-text-editor-1.6.1/configure.ac 2014-01-05 13:26:46.085080477 +0100
3 @@ -424,11 +424,11 @@
4         AC_MSG_RESULT([$PYGOBJECT_DEFSDIR])
5  
6         AC_MSG_CHECKING([for pygtk codegen])
7 -       PYGTK_CODEGEN="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/codegen.py"
8 +       PYGTK_CODEGEN="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/codegen.pyc"
9         AC_MSG_RESULT([$PYGTK_CODEGEN])
10  
11         AC_MSG_CHECKING([for pygtk h2def])
12 -       PYGTK_H2DEF="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/h2def.py"
13 +       PYGTK_H2DEF="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/h2def.pyc"
14         AC_MSG_RESULT([$PYGTK_H2DEF])
15  
16         AC_SUBST([PYGTK_DEFSDIR])
This page took 0.124714 seconds and 3 git commands to generate.