GTK+-3.24.7-foss-2018b-Python-3.6.6.eb 893 B

123456789101112131415161718192021222324252627282930313233
  1. easyblock = 'ConfigureMake'
  2. name = 'GTK+'
  3. version = '3.24.7'
  4. versionsuffix = '-Python-%(pyver)s'
  5. homepage = 'https://developer.gnome.org/gtk3/stable/'
  6. description = """
  7. The GTK+ 3 package contains libraries used for creating graphical user interfaces for applications.
  8. """
  9. toolchain = {'name': 'foss', 'version': '2018b'}
  10. source_urls = [FTPGNOME_SOURCE]
  11. sources = [SOURCELOWER_TAR_XZ]
  12. checksums = ['378d327eeb24580fcbc941003de547b9']
  13. builddependencies = [
  14. ('GObject-Introspection', '1.54.1', versionsuffix),
  15. ('pkg-config', '0.29.2'),
  16. ]
  17. dependencies = [
  18. ('Python', '3.6.6'),
  19. ('at-spi2-atk', '2.26.3'),
  20. ('Gdk-Pixbuf', '2.36.12', versionsuffix),
  21. ('Pango', '1.42.4', versionsuffix),
  22. ('libepoxy', '1.5.2'),
  23. ('FriBidi', '1.0.5'),
  24. ]
  25. configopts = "--disable-silent-rules --disable-glibtest --enable-introspection=yes --disable-visibility "
  26. moduleclass = 'vis'