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

new file: a/at-spi2-atk/at-spi2-atk-2.32.0-GCCcore-6.3.0.eb new file: g/GTK+/GTK+-2.24.32-GCCcore-6.3.0.eb new file: g/Gdk-Pixbuf/Gdk-Pixbuf-2.36.8.eb new file: l/libGLU/libGLU-9.0.0-GCCcore-8.2.0.eb new file: m/Mesa/Mesa-19.0.1-GCCcore-8.2.0.eb new file: m/Meson/Meson-0.50.0-Py-2.7.eb new file: n/Ninja/Ninja-1.9.0-GCCcore-6.3.0.eb new file: p/pathlib2/pathlib2-2.3.4-Py-2.7.eb new file: s/scandir/scandir-1.10.0-Py-2.7.eb new file: w/wxPython/wxPython-3.0.2.0-Py-2.7.eb deleted: g/Gdk-Pixbuf/Gdk-Pixbuf-2.38.1.eb
41 lines
932 B
Plaintext
41 lines
932 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'ATK'
|
|
version = '2.28.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': '6.3.0'}
|
|
|
|
source_urls = [FTPGNOME_SOURCE]
|
|
sources = [SOURCELOWER_TAR_XZ]
|
|
checksums = ['cd3a1ea6ecc268a2497f0cd018e970860de24a6d42086919d6bf6c8e8d53f4fc']
|
|
|
|
builddependencies = [
|
|
('binutils', '2.27'),
|
|
('GObject-Introspection', '1.56.1', '', True),
|
|
]
|
|
dependencies = [
|
|
('GLib', '2.57.1', '', True),
|
|
]
|
|
|
|
configopts = "--enable-introspection=yes"
|
|
|
|
modextrapaths = {
|
|
'XDG_DATA_DIRS': 'share',
|
|
}
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libatk-1.0.%s' % SHLIB_EXT],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'vis'
|