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

PortSystem          1.0
PortGroup           meson 1.0

name                at-spi2-atk
# you probably want to keep this at the same version as at-spi2-core
version             2.38.0
revision            0

checksums           rmd160  3209fef56d5aec59ff6167551bd12eb8259cf51e \
                    sha256  cfa008a5af822b36ae6287f18182c40c91dd699c55faa38605881ed175ca464f \
                    size    97464

categories          gnome
license             LGPL
maintainers         {mascguy @mascguy} openmaintainer
description         Gnome Accesibility Technology Service
long_description    'at-spi' is a part of the Gnome Accessibility Project.  It provides a \
                    Service Provider Interface for the Assistive Technologies available on \
                    the GNOME platform, and a library against which applications can be linked.
homepage            http://a11y.org/

set branch          [join [lrange [split ${version} .] 0 1] .]
master_sites        gnome:sources/${name}/${branch}/
use_xz              yes

# Disable unexpected download of subprojects
meson.wrap_mode     nodownload

depends_build-append \
                    port:pkgconfig

depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
                    port:atk \
                    port:at-spi2-core \
                    port:dbus \
                    port:libxml2

livecheck.type      gnome
