[71021] trunk/dports/gnome/gnome-applets/Portfile
Revision: 71021 http://trac.macports.org/changeset/71021 Author: devans@macports.org Date: 2010-08-29 20:24:41 -0700 (Sun, 29 Aug 2010) Log Message: ----------- gnome-applets: update to versino 2.30.0. Modified Paths: -------------- trunk/dports/gnome/gnome-applets/Portfile Modified: trunk/dports/gnome/gnome-applets/Portfile =================================================================== --- trunk/dports/gnome/gnome-applets/Portfile 2010-08-30 01:04:16 UTC (rev 71020) +++ trunk/dports/gnome/gnome-applets/Portfile 2010-08-30 03:24:41 UTC (rev 71021) @@ -4,7 +4,7 @@ PortSystem 1.0 name gnome-applets -version 2.26.3 +version 2.30.0 set branch [join [lrange [split ${version} .] 0 1] .] description GNOME panel applets. long_description This package contains applets for use with the \ @@ -15,13 +15,12 @@ homepage http://www.gnome.org/ master_sites gnome:sources/${name}/${branch}/ -checksums md5 23fb47b3e35ef2136d6ade3f0203328b \ - sha1 52279066e6b0e0af664b4cf6404123bf51fe2791 \ - rmd160 34035faeac68a44433a3a558963f2b571e650c41 +checksums md5 2afcbedc10b1a0e8072ac4eefdc8d770 \ + sha1 b6359ebe1991709c66709b108609fcb8cfae4b57 \ + rmd160 ad3c2bb2062de7599a8a34403bf517be21f9abae depends_build port:pkgconfig \ port:intltool \ - port:p5-xml-parser \ port:gnome-doc-utils depends_lib port:gnome-icon-theme \ @@ -35,16 +34,16 @@ port:libnotify \ port:policykit-gnome \ port:gucharmap \ - port:py25-gtk \ - port:py25-gobject \ - port:py25-gnome \ + port:py26-gtk \ port:libxml2 \ port:libgweather \ port:gst-plugins-base use_bzip2 yes -configure.python ${prefix}/bin/python2.5 +configure.python ${prefix}/bin/python2.6 +set python_framework ${frameworks_dir}/Python.framework/Versions/2.6 +configure.pkg_config_path ${python_framework}/lib/pkgconfig configure.args --without-hal \ --enable-mixer-applet \ @@ -56,6 +55,12 @@ --disable-scrollkeeper \ --disable-schemas-install +# +# gnome-panel is not universal +# + +universal_variant no + post-activate { system "scrollkeeper-update" system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
participants (1)
-
devans@macports.org