# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name dconf version 0.18.0 set branch [join [lrange [split ${version} .] 0 1] .] maintainers devans openmaintainer categories gnome platforms darwin license GPL-2+ description dconf is a simple key/value storage system that is heavily optimised for \ reading. long_description \ ${description} \ This makes it an ideal system for storing user preferences \ (which are read 1000s of times for each time the user changes one). homepage http://www.gnome.org/projects/gconf/ master_sites gnome:sources/${name}/${branch}/ use_xz yes checksums rmd160 2d010c1998f093878f4be4ce8b46ee6066c9f9af \ sha256 109b1bc6078690af1ed88cb144ef5c5aee7304769d8bdc82ed48c3696f10c955 depends_build port:pkgconfig \ port:intltool \ port:gtk-doc depends_lib port:desktop-file-utils \ port:gtk3 \ port:dbus \ port:libxml2 patchfiles patch-fix-lib-names.diff configure.args --enable-editor \ --disable-schemas-compile \ --disable-silent-rules post-activate { system "${prefix}/bin/update-desktop-database ${prefix}/share/applications" system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor" system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas" system "${prefix}/bin/gio-querymodules ${prefix}/lib/gio/modules" } livecheck.type gnome