mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: a/ant/ant-1.10.7-Java-13.0.1.eb new file: a/at-spi2-atk/at-spi2-atk-2.34.1.eb new file: a/at-spi2-core/at-spi2-core-2.34.0.eb modified: c/cairo/cairo-1.17.2.eb new file: f/FFmpeg/FFmpeg-4.2.2.eb new file: f/FriBidi/FriBidi-1.0.9.eb new file: f/fontconfig/fontconfig-2.12.6.eb modified: f/fontconfig/fontconfig-2.13.1.eb new file: f/freetype/freetype-2.10.1.eb new file: g/GLib/GLib-2.64.0.eb new file: g/GObject-Introspection/GObject-Introspection-1.63.1-Py-3.7.eb new file: g/GTK+/GTK+-3.24.13.eb new file: g/Gdk-Pixbuf/Gdk-Pixbuf-2.38.2.eb new file: h/HarfBuzz/HarfBuzz-2.6.4.eb new file: i/ICU/ICU-64.2.eb new file: l/LibTIFF/LibTIFF-4.1.0.eb new file: l/libepoxy/libepoxy-1.5.4.eb new file: l/libjpeg-turbo/libjpeg-turbo-2.0.4.eb new file: o/OpenCV/OpenCV-3.4.7-intel-2020a-Py-3.7.eb new file: o/OpenCV/OpenCV-4.2.0-Py-3.7.eb new file: p/Pango/Pango-1.44.7.eb new file: v/VTK/VTK-8.2.0-foss-2019b-Python-3.7.4.eb modified: v/VTK/VTK-8.2.0-intel-2020a-Py-3.7.eb new file: "v/VTK/\\" modified: x/X11/X11-20190717.eb
46 lines
995 B
Plaintext
46 lines
995 B
Plaintext
# JH 2020
|
|
|
|
easyblock = 'MesonNinja'
|
|
|
|
name = 'at-spi2-atk'
|
|
version = '2.34.1'
|
|
|
|
homepage = 'https://wiki.gnome.org/Accessibility'
|
|
description = """
|
|
AT-SPI 2 toolkit bridge
|
|
"""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = [FTPGNOME_SOURCE]
|
|
sources = [SOURCELOWER_TAR_XZ]
|
|
patches = ['at-spi2-atk-2.34.1_add-time-header-test.patch']
|
|
checksums = [
|
|
'776df930748fde71c128be6c366a987b98b6ee66d508ed9c8db2355bf4b9cc16', # at-spi2-atk-2.34.1.tar.xz
|
|
'df7d3e29716d2e5a72bf919df675e3742253a356682f6fe0d75cd3849f4a89a3', # at-spi2-atk-2.34.1_add-time-header-test.patch
|
|
]
|
|
|
|
builddependencies = [
|
|
('binutils', '2.32'),
|
|
('Meson', '0.53.0', '-Py-3.7'),
|
|
('Ninja', '1.9.0'),
|
|
('pkg-config', '0.29.2'),
|
|
]
|
|
|
|
dependencies = [
|
|
('GLib', '2.64.0'),
|
|
('DBus', '1.13.8'),
|
|
('at-spi2-core', '2.34.0'),
|
|
('libxml2', '2.9.9'),
|
|
('ATK', '2.34.1'),
|
|
]
|
|
|
|
configopts = "--libdir lib "
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libatk-bridge-2.0.%s' % SHLIB_EXT],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'vis'
|