[33098] trunk/dports/gnome/gnome-python-desktop/Portfile
gui_dos at macports.org
gui_dos at macports.org
Thu Jan 17 13:54:07 PST 2008
Revision: 33098
http://trac.macosforge.org/projects/macports/changeset/33098
Author: gui_dos at macports.org
Date: 2008-01-17 13:54:05 -0800 (Thu, 17 Jan 2008)
Log Message:
-----------
Update to gnome-python-desktop 2.20.0
Workaround for missing symbols in Leopard
Modified Paths:
--------------
trunk/dports/gnome/gnome-python-desktop/Portfile
Modified: trunk/dports/gnome/gnome-python-desktop/Portfile
===================================================================
--- trunk/dports/gnome/gnome-python-desktop/Portfile 2008-01-17 21:53:09 UTC (rev 33097)
+++ trunk/dports/gnome/gnome-python-desktop/Portfile 2008-01-17 21:54:05 UTC (rev 33098)
@@ -2,14 +2,14 @@
PortSystem 1.0
name gnome-python-desktop
-version 2.18.0
+version 2.20.0
categories gnome python
maintainers nomaintainer
description Python modules for some GNOME Desktop libraries.
long_description ${description}
homepage http://www.pygtk.org/
-master_sites gnome:sources/gnome-python-desktop/2.18
-checksums md5 ce1b1c095a69c2656177570a2939fabb
+master_sites gnome:sources/gnome-python-desktop/2.20
+checksums md5 02b177f488091d27bf0648ec4660d8f7
use_bzip2 yes
depends_lib \
port:gnome-platform-suite \
@@ -19,4 +19,34 @@
#patchfiles \
# rsvg_rsvg.override.patch \
# gnomekeyring_gnomekeyring.override.patch
-configure.env PYTHON=${prefix}/bin/python2.5
+configure.python ${prefix}/bin/python2.5
+
+platform darwin 9 {
+ post-patch {
+ reinplace "s| -export-symbols-regex.*||g" \
+ ${worksrcpath}/gnomeapplet/Makefile.am \
+ ${worksrcpath}/gnomeapplet/Makefile.in \
+ ${worksrcpath}/gnomedesktop/Makefile.am \
+ ${worksrcpath}/gnomedesktop/Makefile.in \
+ ${worksrcpath}/gnomekeyring/Makefile.am \
+ ${worksrcpath}/gnomekeyring/Makefile.in \
+ ${worksrcpath}/gnomeprint/Makefile.am \
+ ${worksrcpath}/gnomeprint/Makefile.in \
+ ${worksrcpath}/gtksourceview/Makefile.am \
+ ${worksrcpath}/gtksourceview/Makefile.in \
+ ${worksrcpath}/gtop/Makefile.am \
+ ${worksrcpath}/gtop/Makefile.in \
+ ${worksrcpath}/mediaprofiles/Makefile.am \
+ ${worksrcpath}/mediaprofiles/Makefile.in \
+ ${worksrcpath}/metacity/Makefile.am \
+ ${worksrcpath}/metacity/Makefile.in \
+ ${worksrcpath}/nautilusburn/Makefile.am \
+ ${worksrcpath}/nautilusburn/Makefile.in \
+ ${worksrcpath}/rsvg/Makefile.am \
+ ${worksrcpath}/rsvg/Makefile.in \
+ ${worksrcpath}/totem/Makefile.am \
+ ${worksrcpath}/totem/Makefile.in \
+ ${worksrcpath}/wnck/Makefile.am \
+ ${worksrcpath}/wnck/Makefile.in
+ }
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080117/2fa2a9a8/attachment.html
More information about the macports-changes
mailing list