Author: patrys Date: Sun Mar 15 15:54:52 2009 GMT Module: SOURCES Tag: HEAD ---- Log message: - work around PLD packaging policy - patch provided by Lukasz Kies <kiesiu at kiesiu com>
---- Files affected: SOURCES: python-pynotify-codegen.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/python-pynotify-codegen.patch diff -u /dev/null SOURCES/python-pynotify-codegen.patch:1.1 --- /dev/null Sun Mar 15 16:54:53 2009 +++ SOURCES/python-pynotify-codegen.patch Sun Mar 15 16:54:47 2009 @@ -0,0 +1,12 @@ +diff -uNr notify-python-0.1.1.old/configure.ac notify-python-0.1.1/configure.ac +--- notify-python-0.1.1.old/configure.ac 2006-10-08 20:02:43.000000000 +0200 ++++ notify-python-0.1.1/configure.ac 2009-03-15 14:31:08.000000000 +0100 +@@ -30,7 +30,7 @@ + AC_MSG_RESULT($PYGTK_DEFSDIR) + + AC_MSG_CHECKING(for pygtk codegen) +-PYGTK_CODEGEN="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/codegen.py" ++AC_PATH_PROG(PYGTK_CODEGEN, pygtk-codegen-2.0, no) + AC_SUBST(PYGTK_CODEGEN) + AC_MSG_RESULT($PYGTK_CODEGEN) + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
