Revision: 87668 http://trac.macports.org/changeset/87668 Author: devans@macports.org Date: 2011-11-30 22:56:34 -0800 (Wed, 30 Nov 2011) Log Message: ----------- empathy: add variants +python2[67], update dependencies, configuration, increment revision. Modified Paths: -------------- trunk/dports/gnome/empathy/Portfile Modified: trunk/dports/gnome/empathy/Portfile =================================================================== --- trunk/dports/gnome/empathy/Portfile 2011-12-01 04:48:33 UTC (rev 87667) +++ trunk/dports/gnome/empathy/Portfile 2011-12-01 06:56:34 UTC (rev 87668) @@ -5,7 +5,7 @@ name empathy version 2.30.3 -revision 6 +revision 7 license {GPL-2 GFDL-1.3 Attribution-ShareAlike-3.0} set branch [join [lrange [split ${version} .] 0 1] .] description Empathy is an instant-messaging(chat) program for GNOME @@ -43,7 +43,8 @@ depends_run port:telepathy-mission-control \ port:telepathy-farsight \ port:telepathy-gabble \ - port:telepathy-haze + port:telepathy-haze \ + port:gnome-settings-daemon use_bzip2 yes @@ -52,11 +53,19 @@ configure.args --mandir=${prefix}/share/man \ --x-includes=${prefix}/include \ --x-libraries=${prefix}/lib \ + --enable-webkit=yes \ + --enable-spell=yes \ + --enable-map=yes \ + --enable-location=no \ + --enable-favourite-contacts=no \ + --enable-nautilus-sendto=no \ + --enable-control-center-embedding=no \ + --with-connectivity=no \ + --disable-coding-style-checks \ + --disable-silent-rules \ --disable-scrollkeeper \ --disable-schemas-install -configure.python ${prefix}/bin/python2.6 - # # enable build on Tiger by disabling map # support which indirectly depends on mesa @@ -65,6 +74,7 @@ platform darwin 8 { depends_lib-delete port:libchamplain + configure.args-delete --enable-map=yes configure.args-append --enable-map=no } @@ -74,6 +84,20 @@ universal_variant no +variant python26 conflicts python27 description {Build using Python 2.6} { + configure.python ${prefix}/bin/python2.6 + depends_build-append port:python26 +} + +variant python27 conflicts python26 description {Build using Python 2.7} { + configure.python ${prefix}/bin/python2.7 + depends_build-append port:python27 +} + +if {![variant_isset python26]} { + default_variants +python27 +} + post-activate { system "scrollkeeper-update" system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
participants (1)
-
devans@macports.org