Revision: 107314 https://trac.macports.org/changeset/107314 Author: devans@macports.org Date: 2013-06-25 09:10:39 -0700 (Tue, 25 Jun 2013) Log Message: ----------- metacity: update to version 2.34.13. Modified Paths: -------------- trunk/dports/gnome/metacity/Portfile Modified: trunk/dports/gnome/metacity/Portfile =================================================================== --- trunk/dports/gnome/metacity/Portfile 2013-06-25 16:10:17 UTC (rev 107313) +++ trunk/dports/gnome/metacity/Portfile 2013-06-25 16:10:39 UTC (rev 107314) @@ -2,10 +2,10 @@ # $Id$ PortSystem 1.0 +PortGroup active_variants 1.1 name metacity -version 2.30.3 -revision 6 +version 2.34.13 set branch [join [lrange [split ${version} .] 0 1] .] description A window manager for the adult in you. long_description \ @@ -17,42 +17,48 @@ homepage http://www.gnome.org master_sites gnome:sources/${name}/${branch}/ -checksums md5 553784f376d96b902e19ff437cd5b339 \ - sha1 32848d34473375ca27ef12be9f41e924d8af177d \ - rmd160 ce4a994c7b1e7b95e493fc67082a4cbb6458329f +use_xz yes -depends_lib port:gconf \ - port:startup-notification \ - port:libgtop \ - port:libcanberra \ - port:zenity \ - port:xorg-libsm +checksums rmd160 c04af49aedb46207053c199c61974751461bfd37 \ + sha256 8cf4dbf0da0a6f36357ce7db7f829ec685908a7792453c662fb8184572b91075 depends_build port:gnome-doc-utils \ port:pkgconfig \ - port:intltool + port:intltool \ + port:itstool \ + port:desktop-file-utils -use_bzip2 yes +depends_lib port:gtk2 \ + port:libcanberra \ + port:gsettings-desktop-schemas \ + port:startup-notification \ + port:xorg-libXcomposite \ + port:xorg-libXfixes \ + port:xrender \ + port:xorg-libXdamage \ + port:xorg-libXcursor \ + port:xorg-libXinerama \ + port:xorg-libXext \ + port:xorg-libxkbfile \ + port:xorg-libXrandr \ + port:xorg-libsm \ + port:xorg-libice \ + port:libgtop \ + port:zenity -patchfiles patch-src-core-main.c.diff +depends_run port:gnome-settings-daemon -configure.args --mandir=${prefix}/share/man \ - --x-includes=${prefix}/include \ +require_active_variants gtk2 x11 + +configure.args --x-includes=${prefix}/include \ --x-libraries=${prefix}/lib \ - --disable-scrollkeeper \ - --disable-schemas-install + --disable-silent-rules \ + --disable-schemas-compile \ + --disable-themes-documentation -pre-fetch { - if {![file exists $prefix/lib/libgdk-x11-2.0.dylib]} { - ui_error "gtk2 must be installed with +x11 variant enabled." - error "gtk2 must be installed with +x11 variant." - } -} - post-activate { - system "${prefix}/bin/scrollkeeper-update" - system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \ - gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas" + system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas" + system "${prefix}/bin/update-desktop-database ${prefix}/share/applications" } livecheck.type gnome
participants (1)
-
devans@macports.org