[21634] trunk/dports/gnome

source_changes at macosforge.org source_changes at macosforge.org
Wed Jan 31 02:50:49 PST 2007


Revision: 21634
          http://trac.macosforge.org/projects/macports/changeset/21634
Author:   landonf at macports.org
Date:     2007-01-31 02:50:49 -0800 (Wed, 31 Jan 2007)

Log Message:
-----------
Extra gnome python business

Added Paths:
-----------
    trunk/dports/gnome/gnome-python-extras/
    trunk/dports/gnome/gnome-python-extras/Portfile
    trunk/dports/gnome/gnome-python-extras/files/
    trunk/dports/gnome/gnome-python-extras/files/patch-pygobject

Added: trunk/dports/gnome/gnome-python-extras/Portfile
===================================================================
--- trunk/dports/gnome/gnome-python-extras/Portfile	                        (rev 0)
+++ trunk/dports/gnome/gnome-python-extras/Portfile	2007-01-31 10:50:49 UTC (rev 21634)
@@ -0,0 +1,20 @@
+# $Id: Portfile 21343 2007-01-21 12:06:18Z rhwood at macports.org $
+
+PortSystem	1.0
+name		gnome-python-extras
+version		2.14.2
+categories	gnome python
+maintainers	landonf at macports.org openmaintainer at macports.org
+
+description	"Extra" Python modules for some GNOME Desktop libraries.
+long_description	${description}
+homepage	http://www.pygtk.org/
+
+master_sites	gnome:sources/gnome-python-extras/2.14
+checksums	md5 039e1300368df17de9867685e9705091
+
+use_bzip2	yes
+
+depends_lib	port:py-gnome port:libgda
+
+patchfiles	patch-pygobject

Added: trunk/dports/gnome/gnome-python-extras/files/patch-pygobject
===================================================================
--- trunk/dports/gnome/gnome-python-extras/files/patch-pygobject	                        (rev 0)
+++ trunk/dports/gnome/gnome-python-extras/files/patch-pygobject	2007-01-31 10:50:49 UTC (rev 21634)
@@ -0,0 +1,18 @@
+diff -rwub gnome-python-extras-2.14.2.orig/gda/gda.override gnome-python-extras-2.14.2/gda/gda.override
+--- gda/gda.override	2007-01-31 02:23:53.000000000 -0800
++++ gda/gda.override	2007-01-31 02:24:52.000000000 -0800
+@@ -1,5 +1,6 @@
+ %%
+ headers
++#define NO_IMPORT_PYGOBJECT 1
+ #include <Python.h>
+ #include <pygobject.h>
+ #include <libgda/gda-server-provider.h>
+diff -rwub gnome-python-extras-2.14.2.orig/gda/pygdavalue_conversions.h gnome-python-extras-2.14.2/gda/pygdavalue_conversions.h
+--- gda/pygdavalue_conversions.h	2007-01-31 02:23:53.000000000 -0800
++++ gda/pygdavalue_conversions.h	2007-01-31 02:25:43.000000000 -0800
+@@ -1,3 +1,4 @@
++#define NO_IMPORT_PYGOBJECT 1
+ #include <pygobject.h>
+ #include <libgda/libgda.h>
+ 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070131/893f39e3/attachment.html


More information about the macports-changes mailing list