# -*- 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
PortGroup active_variants 1.1
PortGroup gobject_introspection 1.0
set branch [join [lrange [split ${version} .] 0 1] .]
maintainers {devans @dbevans} openmaintainer
description gnome-desktop contains the libgnome-desktop library, the gnome-about \
program as well as some desktop-wide documents.
long_description ${description} The libgnome-desktop library provides API shared \
by several applications on the desktop, but that cannot live \
in the platform for various reasons. Documentation for the API \
is available with gtk-doc.
homepage https://www.gnome.org/
master_sites gnome:sources/${name}/${branch}/
checksums rmd160 9b23d42157786d29ea9ede65532121f27ed4d614 \
sha256 605087bff17c61bc167ccb5a61ed4d06eab922fcce384576ed2a3577214c8330 \
depends_build port:pkgconfig \
depends_lib port:desktop-file-utils \
port:gsettings-desktop-schemas \
gobject_introspection yes
# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
configure.cmd ./autogen.sh
configure.args --disable-maintainer-mode \
--enable-compile-warnings=minimum \
--with-gnome-distributor=MacPorts \