# -*- 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 PortGroup gobject_introspection 1.0 name gsettings-desktop-schemas version 3.22.0 license LGPL-2.1 set branch [join [lrange [split ${version} .] 0 1] .] description gsettings-desktop-schemas contains a collection of GSettings schemas \ for settings shared by various components of a desktop. long_description ${description} maintainers devans openmaintainer categories gnome platforms darwin homepage http://www.gnome.org master_sites gnome:sources/${name}/${branch}/ use_xz yes checksums rmd160 d6ae71781bdca04534462ce56c71b63e6f13d328 \ sha256 0f06c7ba34c3a99e4d58b10889496133c9aaad6698ea2d8405d481c7f1a7eae1 supported_archs noarch depends_build port:pkgconfig \ port:gsed \ port:intltool \ port:gnome-common \ port:autoconf \ port:automake \ port:libtool depends_lib path:lib/pkgconfig/gio-2.0.pc:glib2 \ gobject_introspection yes # reconfigure using upstream autogen.sh for intltool 0.51 compatibility post-patch { xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath} } configure.cmd ./autogen.sh configure.args --disable-silent-rules \ --disable-schemas-compile post-activate { system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas" } livecheck.type gnome