Skip to content
Snippets Groups Projects
Commit ab3095af authored by Alexandre Strube's avatar Alexandre Strube
Browse files

ATK

parent c2efac88
No related branches found
No related tags found
No related merge requests found
easyblock = 'MesonNinja'
name = 'ATK'
version = '2.36.0'
homepage = 'https://developer.gnome.org/ATK/stable/'
description = """
ATK provides the set of accessibility interfaces that are implemented by other
toolkits and applications. Using the ATK interfaces, accessibility tools have
full access to view and control running applications.
"""
toolchain = {'name': 'GCCcore', 'version': '11.2.0'}
source_urls = [FTPGNOME_SOURCE]
sources = [SOURCELOWER_TAR_XZ]
builddependencies = [
('binutils', '2.37'),
('GObject-Introspection', '1.68.0'),
('Meson', '0.58.2'),
('pkg-config', '0.29.2'),
('Ninja', '1.10.2')
]
dependencies = [
('GLib', '2.69.1'),
]
modextrapaths = {
'GI_TYPELIB_PATH': 'lib64/girepository-1.0',
'XDG_DATA_DIRS': 'share',
}
sanity_check_paths = {
'files': ['lib64/libatk-1.0.%s' % SHLIB_EXT],
'dirs': [],
}
moduleclass = 'vis'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment