[70913] trunk/dports/gnome/nautilus/Portfile
Revision: 70913 http://trac.macports.org/changeset/70913 Author: devans@macports.org Date: 2010-08-25 18:48:12 -0700 (Wed, 25 Aug 2010) Log Message: ----------- nautilus: update to version 2.30.1. Modified Paths: -------------- trunk/dports/gnome/nautilus/Portfile Modified: trunk/dports/gnome/nautilus/Portfile =================================================================== --- trunk/dports/gnome/nautilus/Portfile 2010-08-26 01:47:09 UTC (rev 70912) +++ trunk/dports/gnome/nautilus/Portfile 2010-08-26 01:48:12 UTC (rev 70913) @@ -4,7 +4,7 @@ PortSystem 1.0 name nautilus -version 2.26.4 +version 2.30.1 set branch [join [lrange [split ${version} .] 0 1] .] description The GNOME filemanager long_description Nautilus is the official file manager for the \ @@ -15,10 +15,11 @@ platforms darwin homepage http://www.gnome.org/ master_sites gnome:sources/${name}/${branch}/ -checksums md5 cc5bbaf3776662ed45bcf33b3857f662 \ - sha1 7eab587e0b88e3eab8196f64596207a1dc1c4b33 \ - rmd160 4af723021ece1fb9a37bd3bcc2de903b6c7dca61 +checksums md5 e1bda55f9c6cd223561da066dbc4e863 \ + sha1 232afa5d7d977714667645adff1f952989edc185 \ + rmd160 285e0b9d000725b11013ed6f8e98db59573b83dc + depends_build port:pkgconfig \ port:intltool \ port:p5-xml-parser \ @@ -26,9 +27,10 @@ port:gtk-doc depends_lib port:gnome-desktop \ + port:libxml2 \ + port:libunique \ port:libexif \ - port:exempi \ - port:libunique + port:exempi depends_run port:desktop-file-utils \ port:shared-mime-info @@ -43,10 +45,14 @@ --x-libraries=${prefix}/lib \ --disable-update-mimedb \ --disable-schemas-install \ - --disable-tracker \ - --disable-packagekit \ - --disable-beagle + --disable-packagekit +# +# port gnome-desktop is not universal +# + +universal_variant no + post-activate { system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications; true" system "${prefix}/bin/update-mime-database ${prefix}/share/mime; true"
participants (1)
-
devans@macports.org