# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name gnome-settings-daemon version 2.32.1 revision 1 license GPL-2 LGPL-2.1 set branch [join [lrange [split ${version} .] 0 1] .] description Gnome 2 settings daemon. long_description ${description} maintainers devans openmaintainer categories gnome platforms darwin homepage http://www.gnome.org/ master_sites gnome:sources/${name}/${branch}/ use_bzip2 yes checksums sha256 0074b3fec3ad6e3ab91a05dc20906b06101ea8bca0cd2caf394a5cc141b05e86 \ rmd160 71aef9419eeca5f9fa59bb55990327c307f9ca31 depends_build port:gnome-doc-utils \ port:intltool \ port:pkgconfig depends_lib port:gtk2 \ port:gconf \ port:gnome-desktop \ port:libgnomekbd \ port:libnotify \ port:fontconfig \ port:policykit depends_run port:xmodmap pre-configure { reinplace "s|-bundle|-bundle -undefined dynamic_lookup|g" ${worksrcpath}/configure } configure.args --x-includes=${prefix}/include \ --x-libraries=${prefix}/lib \ --disable-pulse \ --disable-smartcard-support \ --disable-schemas-install post-activate { system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor" system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \ gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas" } livecheck.type gnome