[paludis-commits] paludis.git (0.28) -- 93d961e by Ciaran McCreesh

git at git.pioto.org git at git.pioto.org
Mon Aug 4 15:03:15 EDT 2008


Module:    paludis.git
Branch:    0.28
Commit:    93d961e2e3b5784bb04ad814024a2b4c5713c526
URL:       http://git.pioto.org/?p=paludis.git;a=commit;h=93d961e2e3b5784bb04ad814024a2b4c5713c526

Author:    Ciaran McCreesh <ciaran.mccreesh at googlemail.com>
Committer: Ciaran McCreesh <ciaran.mccreesh at googlemail.com>
Date:      Sun Jul 20 10:45:39 2008 +0100

----

Fix gtkpaludis with recent pygtk.

h2def.py moved.

Fixes: ticket:621

----

 src/clients/gtkpaludis/vtemm/defs/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/src/clients/gtkpaludis/vtemm/defs/Makefile.am b/src/clients/gtkpaludis/vtemm/defs/Makefile.am
index f073bbd..983adb0 100644
--- a/src/clients/gtkpaludis/vtemm/defs/Makefile.am
+++ b/src/clients/gtkpaludis/vtemm/defs/Makefile.am
@@ -25,7 +25,7 @@ CLEANFILES = *~ force_automake_to_include_cxxcompile.cc generate_defs_vte
 MAINTAINERCLEANFILES = Makefile.in $(vte_defs)
 
 vte_methods.defs :
-	if ! python `pkg-config --variable=datadir pygtk-2.0`/pygtk/2.0/codegen/h2def.py \
+	if ! python `pkg-config --variable=codegendir pygtk-2.0`/h2def.py \
 	    `pkg-config --variable=includedir vte`/vte/*.h \
 	    > $@ ; then rm $@ ; false ; fi
 
---


More information about the paludis-commits mailing list