ea30be9d17
PyGTK allows you to write full featured GTK programs in Python. It is targetted at GTK 2.x, and can be used in conjunction with gnome-python to write Gnome applications. Submitted and maintained by Michael Coulter <mjc at bitz.ca> ok sturm@.
14 lines
404 B
Plaintext
14 lines
404 B
Plaintext
$OpenBSD: patch-codegen_pygtk-codegen-2_0_in,v 1.1.1.1 2004/02/16 21:12:50 xsa Exp $
|
|
--- codegen/pygtk-codegen-2.0.in.orig 2001-07-03 04:41:29.000000000 +0200
|
|
+++ codegen/pygtk-codegen-2.0.in 2004-02-16 23:19:21.000000000 +0100
|
|
@@ -1,7 +1,7 @@
|
|
#!/bin/sh
|
|
|
|
-prefix=@prefix@
|
|
-datadir=@datadir@
|
|
+prefix=%%PREFIX%%
|
|
+datadir=${prefix}/share
|
|
codegendir=${datadir}/pygtk/2.0/codegen
|
|
|
|
PYTHONPATH=$codegendir
|