mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +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
39 lines
778 B
Plaintext
39 lines
778 B
Plaintext
easyblock = 'MesonNinja'
|
|
|
|
name = 'at-spi2-atk'
|
|
version = '2.32.0'
|
|
|
|
homepage = 'https://wiki.gnome.org/Accessibility'
|
|
description = """
|
|
AT-SPI 2 toolkit bridge
|
|
"""
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '8.2.0'}
|
|
|
|
source_urls = [FTPGNOME_SOURCE]
|
|
sources = [SOURCELOWER_TAR_XZ]
|
|
checksums = ['0b51e6d339fa2bcca3a3e3159ccea574c67b107f1ac8b00047fa60e34ce7a45c']
|
|
|
|
builddependencies = [
|
|
('binutils', '2.31.1'),
|
|
('Meson', '0.50.0', '-Python-3.7.2'),
|
|
('Ninja', '1.9.0'),
|
|
]
|
|
|
|
dependencies = [
|
|
('GLib', '2.60.1'),
|
|
('DBus', '1.13.8'),
|
|
('at-spi2-core', '2.32.0'),
|
|
('libxml2', '2.9.8'),
|
|
('ATK', '2.32.0'),
|
|
]
|
|
|
|
configopts = "--libdir lib "
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libatk-bridge-2.0.%s' % SHLIB_EXT],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'vis'
|