[107320] trunk/dports/gnome/gnome-python-desktop

devans at macports.org devans at macports.org
Tue Jun 25 09:54:36 PDT 2013


Revision: 107320
          https://trac.macports.org/changeset/107320
Author:   devans at macports.org
Date:     2013-06-25 09:54:36 -0700 (Tue, 25 Jun 2013)
Log Message:
-----------
gnome-python-desktop: update to version 2.32.0.

Modified Paths:
--------------
    trunk/dports/gnome/gnome-python-desktop/Portfile
    trunk/dports/gnome/gnome-python-desktop/files/pycairo.patch

Modified: trunk/dports/gnome/gnome-python-desktop/Portfile
===================================================================
--- trunk/dports/gnome/gnome-python-desktop/Portfile	2013-06-25 16:30:54 UTC (rev 107319)
+++ trunk/dports/gnome/gnome-python-desktop/Portfile	2013-06-25 16:54:36 UTC (rev 107320)
@@ -4,8 +4,7 @@
 PortSystem      1.0
 
 name            gnome-python-desktop
-version         2.30.2
-revision        6
+version         2.32.0
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      gnome python
 license         GPL-2+ LGPL-2.1+
@@ -16,20 +15,19 @@
 homepage        http://www.pygtk.org/
 master_sites    gnome:sources/${name}/${branch}/
 
-checksums       md5     b90f6e96a6321e7bf859f6faff2aa4df \
-                sha1    75f41e1832baf37e332ee1e10b29a82b1809b6ef \
-                rmd160  8b46fbe26e3fa0a9eae3dbd3ff31fb910fb6b135
-
 use_bzip2       yes
 
+checksums       rmd160  f9b619aa335b88fbf0e5b70d6b362cb08c4df07d \
+                sha256  09dbd580bf3b0ef60f91b090eafe6d08ddcc50a609e2b425a7f8eca46d4e0ee9
+
 depends_build   port:pkgconfig
 
 depends_lib     port:gtksourceview \
                 port:libcomerr \
                 port:libgtop \
                 port:gnome-media \
-                port:gnome-panel \
-                port:metacity \
+                port:libpanel-applet2 \
+                port:evolution-data-server \
                 port:evince \
                 port:bug-buddy \
                 port:totem-pl-parser
@@ -40,8 +38,7 @@
 use_autoreconf  yes
 autoreconf.args -fvi
 
-configure.args  --enable-metacity \
-                --disable-nautilusburn
+configure.args  --disable-nautilusburn
 
 configure.pre_args-delete  --prefix=${prefix}
 
@@ -121,6 +118,10 @@
     default_variants +python27
 }
 
+variant metacity description {Enable metacity bindings} {
+    depends_lib-append      port:metacity
+    configure.args-append   --enable-metacity
+}
 
 platform darwin 9 {
     post-patch {

Modified: trunk/dports/gnome/gnome-python-desktop/files/pycairo.patch
===================================================================
--- trunk/dports/gnome/gnome-python-desktop/files/pycairo.patch	2013-06-25 16:30:54 UTC (rev 107319)
+++ trunk/dports/gnome/gnome-python-desktop/files/pycairo.patch	2013-06-25 16:54:36 UTC (rev 107320)
@@ -29,8 +29,8 @@
  dnl should we build the evince module
  AC_ARG_BINDING([evince],[YES])
  if $build_evince; then
--    PKG_CHECK_MODULES(EVINCE, [evince-document-2.30 evince-view-2.30],
-+    PKG_CHECK_MODULES(EVINCE, [evince-document-2.30 evince-view-2.30 pycairo],
+-    PKG_CHECK_MODULES(EVINCE, [evince-document-2.32 evince-view-2.32],
++    PKG_CHECK_MODULES(EVINCE, [evince-document-2.32 evince-view-2.32 pycairo],
        build_evince=true,
        build_evince=false)
      if test -n "$export_dynamic"; then
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130625/70b62e5c/attachment.html>


More information about the macports-changes mailing list