[29868] trunk/dports/gnome

source_changes at macosforge.org source_changes at macosforge.org
Sun Oct 14 03:36:27 PDT 2007


Revision: 29868
          http://trac.macosforge.org/projects/macports/changeset/29868
Author:   rhwood at macports.org
Date:     2007-10-14 03:36:26 -0700 (Sun, 14 Oct 2007)

Log Message:
-----------
New port

Added Paths:
-----------
    trunk/dports/gnome/evolution-python/
    trunk/dports/gnome/evolution-python/Portfile
    trunk/dports/gnome/evolution-python/files/
    trunk/dports/gnome/evolution-python/files/patch-src_ebookmodule.c.diff
    trunk/dports/gnome/evolution-python/files/patch-src_ecalmodule.c.diff

Added: trunk/dports/gnome/evolution-python/Portfile
===================================================================
--- trunk/dports/gnome/evolution-python/Portfile	                        (rev 0)
+++ trunk/dports/gnome/evolution-python/Portfile	2007-10-14 10:36:26 UTC (rev 29868)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem 1.0
+name		evolution-python
+version		0.0.4
+revision	0
+description	Conduit is a synchronization application for GNOME.
+long_description \
+	Conduit is a synchronization application for GNOME. It allows you to \
+	synchronize your data between online web services (Gmail, \
+	backpackit.com, Flickr, PicasaWeb, Box.net, etc) and your computer.
+maintainers	rhwood openmaintainer
+categories	gnome 
+platforms	darwin 
+homepage	http://www.conduit-project.org/wiki/evolution-python
+master_sites    http://files.conduit-project.org/releases/
+use_bzip2	no
+checksums	md5 2d08555f0a6de288bfcc3b048d98b3e4 \
+		sha1 752821d7c5f1e15729ed2bdaa42644fadbe1ff04 \
+		rmd160 98a40d6bccd24dd620bb101506ccea031a1df366
+patchfiles	\
+	patch-src_ebookmodule.c.diff \
+	patch-src_ecalmodule.c.diff
+
+depends_lib	\
+	port:evolution-data-server \
+	port:py25-gobject \
+	port:py25-gtk
+depends_build	\
+	port:pkgconfig
+
+configure.env	PYTHON=${prefix}/bin/python2.5


Property changes on: trunk/dports/gnome/evolution-python/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/gnome/evolution-python/files/patch-src_ebookmodule.c.diff
===================================================================
--- trunk/dports/gnome/evolution-python/files/patch-src_ebookmodule.c.diff	                        (rev 0)
+++ trunk/dports/gnome/evolution-python/files/patch-src_ebookmodule.c.diff	2007-10-14 10:36:26 UTC (rev 29868)
@@ -0,0 +1,10 @@
+--- src/ebookmodule.c~	2007-10-14 05:39:59.000000000 -0400
++++ src/ebookmodule.c	2007-10-14 05:40:52.000000000 -0400
+@@ -20,6 +20,7 @@
+ #include "config.h"
+ #endif
+ 
++#define NO_IMPORT_PYGOBJECT
+ #include <pygobject.h>
+ 
+ void pyebook_register_classes(PyObject *d);

Added: trunk/dports/gnome/evolution-python/files/patch-src_ecalmodule.c.diff
===================================================================
--- trunk/dports/gnome/evolution-python/files/patch-src_ecalmodule.c.diff	                        (rev 0)
+++ trunk/dports/gnome/evolution-python/files/patch-src_ecalmodule.c.diff	2007-10-14 10:36:26 UTC (rev 29868)
@@ -0,0 +1,10 @@
+--- src/ecalmodule.c~	2007-10-14 06:03:09.000000000 -0400
++++ src/ecalmodule.c	2007-10-14 06:04:09.000000000 -0400
+@@ -20,6 +20,7 @@
+ #include "config.h"
+ #endif
+ 
++#define NO_IMPORT_PYGOBJECT
+ #include <pygobject.h>
+ 
+ void pyecal_register_classes(PyObject *d);

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071014/0c612ad2/attachment.html


More information about the macports-changes mailing list