# $Id: Portfile 38077 2008-07-05 21:37:56Z ryandesign@macports.org $ PortSystem 1.0 name gnome-desktop version 2.22.1 set branch [join [lrange [split ${version} .] 0 1] .] maintainers nomaintainer categories gnome platforms darwin description Additional UI API for GNOME 2 long_description \ This is a collection of APIs not included in \ libgnomeui as they have not undergone sufficient \ testing. homepage http://www.gnome.org/ master_sites gnome:sources/${name}/${branch}/ use_bzip2 yes checksums md5 39d1421dbfe54d0838a00b055edcb5cf \ sha1 f805edeaef5f419fbea9c5533f0bc3fcd497ce75 \ rmd160 28c85584f9b06c76b530beb8a66eebde28d76e81 # I do not know if fribidi is a build or run time dependency depends_build port:gnome-doc-utils depends_lib port:libxml2 \ port:gtk2 \ path:${prefix}/lib/pkgconfig/glib-2.0.pc:glib2 \ port:gconf \ port:libgnomecanvas \ port:libgnomeui \ port:gnome-vfs \ port:startup-notification \ port:gettext \ port:gnome-themes \ port:py25-gnome \ port:gvfs configure.args --with-gnome-distributor=MacPorts \ --with-kde-datadir=${prefix}/share \ --disable-scrollkeeper configure.python ${prefix}/bin/python2.5 post-activate { system "${prefix}/bin/scrollkeeper-update" } livecheck.check regex livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}