[50515] trunk/dports/gnome/gnome-python-desktop/Portfile

devans at macports.org devans at macports.org
Fri May 1 21:33:48 PDT 2009


Revision: 50515
          http://trac.macports.org/changeset/50515
Author:   devans at macports.org
Date:     2009-05-01 21:33:47 -0700 (Fri, 01 May 2009)
Log Message:
-----------
gnome-python-desktop:

  * take maintainership openmaintainer
  * update to version 2.26.1
  * update dependencies and configuration options

Modified Paths:
--------------
    trunk/dports/gnome/gnome-python-desktop/Portfile

Modified: trunk/dports/gnome/gnome-python-desktop/Portfile
===================================================================
--- trunk/dports/gnome/gnome-python-desktop/Portfile	2009-05-02 02:52:50 UTC (rev 50514)
+++ trunk/dports/gnome/gnome-python-desktop/Portfile	2009-05-02 04:33:47 UTC (rev 50515)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem	1.0
@@ -3,27 +4,59 @@
 
 name            gnome-python-desktop
-version         2.24.1
+version         2.26.0
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      gnome python
-maintainers     nomaintainer
+maintainers     devans openmaintainer
 description     Python modules for some GNOME Desktop libraries.
 long_description	${description}
 platforms       darwin
 homepage        http://www.pygtk.org/
 master_sites    gnome:sources/${name}/${branch}/
-checksums       md5 3eac6b859bff98148b021c9d11224ca5 \
-                sha1 97b04ca811670d6cfa208074c1644cee7486ade3
+
+checksums       md5     fbcf4ef5ec4a8c4eec4d390c5889c80f \
+                sha1    9f30c470ea73cb11b1daa6e10f1e980ec5698086 \
+                rmd160  dda34b9fe39567d591f654af9a9c9f6dab5f9a15
+
 use_bzip2       yes
-depends_lib	\
-        port:py25-gnome \
-        port:gtksourceview2 \
-        port:libgtop \
-        port:gnome-media \
-        port:totem-pl-parser
+
+depends_lib	port:py25-gtk \
+                port:py25-cairo \
+                port:gtksourceview \
+                port:libgtop \
+                port:gnome-media \
+                port:gnome-panel \
+                port:metacity \
+                port:evince \
+                port:bug-buddy \
+                port:totem-pl-parser
+
 # TODO  port:nautilus-cd-burner
 
-configure.args 	--enable-metacity
+configure.args 	--enable-metacity \
+                --disable-nautilusburn
+
 configure.python ${prefix}/bin/python2.5
 
+configure.env-append  RSVG_CFLAGS="\
+                      -I${prefix}/include/librsvg-2 \
+                      -I${prefix}/include/glib-2.0 \
+                      -I${prefix}/lib/glib-2.0/include \
+                      -I${prefix}/include \
+                      -I${prefix}/include/gtk-2.0 \
+                      -I${prefix}/include/cairo \
+                      -I${prefix}/include/pixman-1 \
+                      -I${prefix}/include/freetype2 \
+                      -I${prefix}/include/libpng12 \
+                      -I${prefix}/include/python2.5/pycairo \
+                      -I${prefix}/include/pygtk-2.0" \
+                      RSVG_LIBS="\
+                      -Wl,-framework,CoreServices \
+                      -Wl,-framework,ApplicationServices \
+                      -L${prefix}/lib -lrsvg-2 -lgdk_pixbuf-2.0 -lm \
+                      -lcairo -lgmodule-2.0 -lpixman-1 -lfontconfig \
+                      -lexpat -lfreetype -lpng12 -lz -lXrender -lX11 \
+                      -lXau -lXdmcp -lffi -lgobject-2.0 -lglib-2.0 \
+                      -lintl -liconv"
+
 platform darwin 9 {
     post-patch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090501/c231b776/attachment.html>


More information about the macports-changes mailing list