[111020] trunk/dports/gnome/totem/Portfile

devans at macports.org devans at macports.org
Fri Sep 13 12:10:58 PDT 2013


Revision: 111020
          https://trac.macports.org/changeset/111020
Author:   devans at macports.org
Date:     2013-09-13 12:10:58 -0700 (Fri, 13 Sep 2013)
Log Message:
-----------
totem: make build of nautilus properties page optional.

Modified Paths:
--------------
    trunk/dports/gnome/totem/Portfile

Modified: trunk/dports/gnome/totem/Portfile
===================================================================
--- trunk/dports/gnome/totem/Portfile	2013-09-13 19:09:32 UTC (rev 111019)
+++ trunk/dports/gnome/totem/Portfile	2013-09-13 19:10:58 UTC (rev 111020)
@@ -5,7 +5,7 @@
 
 name            totem
 version         2.32.0
-revision        2
+revision        3
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      gnome
 # also has an exception allowing use of non-GPL-compatible plugins
@@ -52,7 +52,6 @@
                 port:xorg-libXtst \
                 port:xorg-libXxf86vm \
                 port:gstreamer010-gst-plugins-base \
-                port:nautilus \
                 port:iso-codes \
                 port:gnome-icon-theme
 
@@ -70,7 +69,7 @@
                 --disable-static \
                 --enable-browser-plugins \
                 --enable-easy-codec-installation \
-                --enable-nautilus \
+                --disable-nautilus \
                 --disable-vala \
                 --disable-silent-rules \
                 --disable-schemas-install \
@@ -79,6 +78,11 @@
                 --x-libraries=${prefix}/lib \
                 BROWSER_PLUGIN_DIR=${prefix}/lib/nsplugins
 
+variant nautilus description {Build optional nautilus properties page} {
+    configure.args-replace  --disable-nautilus-actions --disable-nautilus-actions
+    depends_lib-append      port:nautilus
+}
+
 variant python25 conflicts python26 python27 description {Use python 2.5} {
     configure.python          ${prefix}/bin/python2.5
     depends_lib-append        port:py25-pygtk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130913/0b25559f/attachment.html>


More information about the macports-changes mailing list