[54728] trunk/dports/gnome/gnome-mag/Portfile
Revision: 54728 http://trac.macports.org/changeset/54728 Author: devans@macports.org Date: 2009-07-31 23:38:50 -0700 (Fri, 31 Jul 2009) Log Message: ----------- gnome-mag: update to version 0.15.8, update dependencies, colorblind applet configuration. Modified Paths: -------------- trunk/dports/gnome/gnome-mag/Portfile Modified: trunk/dports/gnome/gnome-mag/Portfile =================================================================== --- trunk/dports/gnome/gnome-mag/Portfile 2009-08-01 02:53:24 UTC (rev 54727) +++ trunk/dports/gnome/gnome-mag/Portfile 2009-08-01 06:38:50 UTC (rev 54728) @@ -4,7 +4,7 @@ PortSystem 1.0 name gnome-mag -version 0.15.7 +version 0.15.8 set branch [join [lrange [split ${version} .] 0 1] .] description GNOME magnifier. long_description ${description} @@ -14,9 +14,9 @@ homepage http://www.gnome.org/ master_sites gnome:sources/${name}/${branch}/ -checksums md5 40eb26385e3225ac5cb1eab87488cfc3 \ - sha1 8255a34422df3ca372fc54c23170ebd272d6c1af \ - rmd160 0b238052324513a38884b418d41b0ca32b77b1c8 +checksums md5 654232f153051e2052d96007b8bdd273 \ + sha1 8aa5b1b1028cd94cdc3f9ac7f290b9e510beac56 \ + rmd160 a2771008eec11455b9cbcaa89157fc89a976a3d9 depends_build port:pkgconfig \ port:intltool \ @@ -27,13 +27,11 @@ port:gconf \ port:libbonobo \ port:xorg-libXdamage \ - port:xorg-libXfixes \ - port:xorg-libXext \ port:xorg-libXcomposite use_bzip2 yes -configure.args --disable-colorblind-applet \ +configure.args --enable-colorblind-applet=no \ --disable-schemas-install \ --x-includes=${prefix}/include \ --x-libraries=${prefix}/lib @@ -41,7 +39,7 @@ variant colorblind description {Enable building of colorblind applet} { depends_lib-append port:libcolorblind depends_lib-append port:py25-gnome - configure.args-delete --disable-colorblind-applet + configure.args-delete --enable-colorblind-applet=no configure.python ${prefix}/bin/python2.5 }
participants (1)
-
devans@macports.org