at-spi2-core-2.32.0-foss-2018b.eb 826 B

12345678910111213141516171819202122232425262728293031323334
  1. easyblock = 'MesonNinja'
  2. name = 'at-spi2-core'
  3. version = '2.32.0'
  4. homepage = 'https://www.freedesktop.org/wiki/Accessibility/AT-SPI2/'
  5. description = "At-Spi2 is a protocol over DBus, toolkit widgets use it to provide their content to screen readers such as Orca."
  6. toolchain = {'name': 'foss', 'version': '2018b'}
  7. source_urls = [FTPGNOME_SOURCE]
  8. sources = [SOURCELOWER_TAR_XZ]
  9. checksums = ['57269004541646c4c5cf0bcb7c99bb5b']
  10. builddependencies = [
  11. ('GObject-Introspection', '1.54.1', '-Python-3.6.6'),
  12. ('Meson', '0.48.1', '-Python-3.6.6'),
  13. ('Ninja', '1.8.2'),
  14. ]
  15. dependencies = [
  16. ('X11', '20180604'),
  17. ('DBus', '1.13.6'),
  18. ('GLib', '2.54.3'),
  19. ]
  20. #configopts = '-Dglx=yes -Degl=no'
  21. sanity_check_paths = {
  22. 'files': ['lib64/libatspi.so'],
  23. 'dirs': ['include/at-spi-2.0'],
  24. }
  25. moduleclass = 'lib'