# -*- 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.26.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 https://wiki.gnome.org/Projects/dconf master_sites gnome:sources/${name}/${branch}/ use_xz yes checksums rmd160 1421922be5703abb86fa59786a5d2e5c2d4cc646 \ sha256 8683292eb31a3fae31e561f0a4220d8569b0f6d882e9958b68373f9043d658c9 depends_build port:pkgconfig \ port:docbook-xsl \ port:libxslt depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ port:vala patchfiles patch-fix-lib-names-Makefile.am.diff use_autoreconf yes autoreconf.args -fvi configure.args --disable-schemas-compile \ --disable-silent-rules post-activate { system "${prefix}/bin/gio-querymodules ${prefix}/lib/gio/modules" } livecheck.type gnome