[119950] trunk/dports/gnome/gedit-plugins

devans at macports.org devans at macports.org
Sun May 11 12:20:45 PDT 2014


Revision: 119950
          https://trac.macports.org/changeset/119950
Author:   devans at macports.org
Date:     2014-05-11 12:20:45 -0700 (Sun, 11 May 2014)
Log Message:
-----------
gedit-plugins:add dependency on dbus-python3* where supported, enables build of SyncTex plugin (synchronizes LaTeX in gedit with PDF in evince).

Modified Paths:
--------------
    trunk/dports/gnome/gedit-plugins/Portfile

Property Changed:
----------------
    trunk/dports/gnome/gedit-plugins/


Property changes on: trunk/dports/gnome/gedit-plugins
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/devans/GNOME-3/stable/dports/gnome/gedit-plugins:114993-118732
   + /users/devans/GNOME-3/stable/dports/gnome/gedit-plugins:114993-119949

Modified: trunk/dports/gnome/gedit-plugins/Portfile
===================================================================
--- trunk/dports/gnome/gedit-plugins/Portfile	2014-05-11 19:15:47 UTC (rev 119949)
+++ trunk/dports/gnome/gedit-plugins/Portfile	2014-05-11 19:20:45 UTC (rev 119950)
@@ -5,6 +5,7 @@
 
 name            gedit-plugins
 version         3.12.1
+revision        1
 license         GPL-2+
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     Plug-ins for GEdit
@@ -48,7 +49,8 @@
                 --disable-schemas-compile
 
 variant python32 conflicts python33 python34 description {Use python 3.2} {
-    depends_lib-append        port:py32-gobject3
+    depends_lib-append        port:py32-gobject3 \
+                              port:dbus-python32
     configure.python          ${prefix}/bin/python3.2
     set python_framework      ${frameworks_dir}/Python.framework/Versions/3.2
     configure.pkg_config_path ${python_framework}/lib/pkgconfig
@@ -56,7 +58,8 @@
 }
 
 variant python33 conflicts python32 python34 description {Use python 3.3} {
-    depends_lib-append        port:py33-gobject3
+    depends_lib-append        port:py33-gobject3  \
+                              port:dbus-python33
     configure.python          ${prefix}/bin/python3.3
     set python_framework      ${frameworks_dir}/Python.framework/Versions/3.3
     configure.pkg_config_path ${python_framework}/lib/pkgconfig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140511/f74dc337/attachment.html>


More information about the macports-changes mailing list