Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 1 | SUMMARY = "Accessibility toolkit for GNOME" |
| 2 | DESCRIPTION = "Provides application programming interfaces (APIs) for implementing accessibility support in software." |
| 3 | HOMEPAGE = "https://wiki.gnome.org/Accessibility" |
| 4 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/atk/-/issues" |
| 5 | SECTION = "x11/libs" |
| 6 | |
| 7 | LICENSE = "GPL-2.0-or-later & LGPL-2.0-or-later" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ |
| 9 | file://atk/atkutil.c;endline=18;md5=6fd31cd2fdc9b30f619ca8d819bc12d3 \ |
| 10 | file://atk/atk.h;endline=18;md5=fcd7710187e0eae485e356c30d1b0c3b" |
| 11 | |
| 12 | # Need gettext-native as Meson can't turn off i18n |
| 13 | DEPENDS = "gettext-native glib-2.0" |
| 14 | |
| 15 | GNOMEBASEBUILDCLASS = "meson" |
| 16 | inherit gnomebase gtk-doc gettext upstream-version-is-even gobject-introspection |
| 17 | |
| 18 | SRC_URI[archive.sha256sum] = "ac4de2a4ef4bd5665052952fe169657e65e895c5057dffb3c2a810f6191a0c36" |
| 19 | |
| 20 | BBCLASSEXTEND = "native nativesdk" |