mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 17:02:11 +01:00

deleted: a/Anaconda2/Anaconda2-4.4.0.eb deleted: a/Anaconda3/Anaconda3-2019.10.eb deleted: a/Anaconda3/Anaconda3-4.4.0.eb deleted: a/Anaconda3/Anaconda3-5.3.1.eb deleted: a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb deleted: a/Autotools/Autotools-20170619.eb deleted: a/Autotools/Autotools-20180311.eb
41 lines
913 B
Plaintext
41 lines
913 B
Plaintext
# JH 2020
|
|
|
|
easyblock = 'MesonNinja'
|
|
|
|
name = 'ATK'
|
|
version = '2.34.1'
|
|
|
|
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': '8.3.0'}
|
|
|
|
source_urls = [FTPGNOME_SOURCE]
|
|
sources = [SOURCELOWER_TAR_XZ]
|
|
|
|
|
|
builddependencies = [
|
|
('Meson', '0.53.0', '-Py-3.7', True),
|
|
('Ninja', '1.9.0', '', True),
|
|
('pkg-config', '0.29.2'),
|
|
('GObject-Introspection', '1.63.1', '-Py-3.7'),
|
|
]
|
|
|
|
dependencies = [
|
|
('GLib', '2.64.0'),
|
|
]
|
|
|
|
configopts = "--buildtype=release --default-library=both "
|
|
configopts += "-Dintrospection=true "
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libatk-1.0.%s' % SHLIB_EXT],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'vis'
|