Commits
David B. Evans authored 54e3645077f
1 1 | # -*- 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 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name at-spi2-atk |
6 6 | # you probably want to keep this at the same version as at-spi2-core |
7 - | version 2.26.1 |
7 + | version 2.26.2 |
8 8 | |
9 - | checksums rmd160 c0eacbb1ea6522b886ee89ebebf77ca05cb19a8d \ |
10 - | sha256 b4f0c27b61dbffba7a5b5ba2ff88c8cee10ff8dac774fa5b79ce906853623b75 |
9 + | checksums rmd160 cccbc8cb2750ca1cf7e7a0d96d6c3118f68b38b9 \ |
10 + | sha256 61891f0abae1689f6617a963105a3f1dcdab5970c4a36ded9c79a7a544b16a6e \ |
11 + | size 322800 |
11 12 | |
12 13 | license LGPL |
13 14 | set branch [join [lrange [split ${version} .] 0 1] .] |
14 15 | description Gnome Accesibility Technology Service |
15 16 | long_description 'at-spi' is a part of the Gnome Accessibility Project. It provides a \ |
16 17 | Service Provider Interface for the Assistive Technologies available on \ |
17 18 | the GNOME platform, and a library against which applications can be linked. |
18 19 | maintainers {devans @dbevans} openmaintainer |
19 20 | categories gnome |
20 21 | platforms darwin |