# -*- 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

PortSystem          1.0

name                gnome-common
version             3.18.0
set branch          [join [lrange [split ${version} .] 0 1] .]
maintainers         {devans @dbevans} openmaintainer
categories          gnome
platforms           any
license             GPL-3
installs_libs       no
supported_archs     noarch

description         Files that should be in pretty much every GNOME application.

long_description    {*}$description

homepage            https://wiki.gnome.org/Projects/GnomeCommon
master_sites        gnome:sources/${name}/${branch}/

use_xz              yes

checksums           rmd160  d6ee8c9cfa1bcdd91da5101a108668098b1f98ca \
                    sha256  22569e370ae755e04527b76328befc4c73b62bfd4a572499fde116b8318af8cf

depends_run         port:autoconf-archive

patchfiles          patch-gnome-autogen.sh.diff

configure.args      --with-autoconf-archive

livecheck.type      gnome
