From 64e9e775fb6b68e8602b063a86d1c2c8d63c4318 Mon Sep 17 00:00:00 2001 From: Marcin Banasiak Date: Mon, 16 Mar 2009 21:06:15 +0000 Subject: [PATCH] - merged from DEVEL Changed files: eog-codegen.patch -> 1.2 --- eog-codegen.patch | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/eog-codegen.patch b/eog-codegen.patch index 737660a..2f61501 100644 --- a/eog-codegen.patch +++ b/eog-codegen.patch @@ -1,16 +1,16 @@ ---- eog-2.19.91/configure.ac~ 2007-08-27 19:32:07.000000000 +0200 -+++ eog-2.19.91/configure.ac 2007-08-29 08:44:18.661755053 +0200 -@@ -305,11 +305,11 @@ +--- eog-2.25.92/configure.ac~ 2009-03-15 18:12:32.222616928 +0100 ++++ eog-2.25.92/configure.ac 2009-03-15 18:13:28.487391837 +0100 +@@ -361,11 +361,11 @@ AC_MSG_RESULT([$PYGTK_DEFSDIR]) - AC_MSG_CHECKING([for pygtk codegen]) -- PYGTK_CODEGEN="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/codegen.py" -+ PYGTK_CODEGEN="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/codegen.pyc" - AC_MSG_RESULT([$PYGTK_CODEGEN]) + AC_MSG_CHECKING([for pygobject codegen]) +- PYGOBJECT_CODEGEN="$PYTHON `$PKG_CONFIG --variable=codegendir pygobject-2.0`/codegen.py" ++ PYGOBJECT_CODEGEN="$PYTHON `$PKG_CONFIG --variable=codegendir pygobject-2.0`/codegen.pyc" + AC_MSG_RESULT([$PYGOBJECT_CODEGEN]) - AC_MSG_CHECKING([for pygtk h2def]) -- PYGTK_H2DEF="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/h2def.py" -+ PYGTK_H2DEF="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/h2def.pyc" - AC_MSG_RESULT([$PYGTK_H2DEF]) + AC_MSG_CHECKING([for pygobject h2def]) +- PYGOBJECT_H2DEF="$PYTHON `$PKG_CONFIG --variable=codegendir pygobject-2.0`/h2def.py" ++ PYGOBJECT_H2DEF="$PYTHON `$PKG_CONFIG --variable=codegendir pygobject-2.0`/h2def.pyc" + AC_MSG_RESULT([$PYGOBJECT_H2DEF]) - AC_SUBST([PYGTK_DEFSDIR]) + AC_SUBST([PYGOBJECT_DEFSDIR]) -- 2.44.0