# -*- 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: Portfile 118642 2014-04-06 17:59:47Z devans@macports.org $

PortSystem      1.0

name            gnome-common
version         3.12.0
set branch      [join [lrange [split ${version} .] 0 1] .]
maintainers     nomaintainer
categories      gnome
platforms       darwin
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  f23cb20600b9dd15da3149f9f585d2ceb69a531c \
                sha256  18712bc2df6b2dd88a11b9f7f874096d1c0c6e7ebc9cfc0686ef963bd590e1d8

patchfiles      patch-gnome-autogen.sh.diff

livecheck.type  gnome
