12345678910111213141516171819202122232425262728 |
- easyblock = 'ConfigureMake'
- name = 'GTK+'
- version = '2.24.32'
- homepage = 'https://developer.gnome.org/gtk+/stable/'
- description = """
- The GTK+ 2 package contains libraries used for creating graphical user interfaces for applications.
- """
- toolchain = {'name': 'intel', 'version': '2018'}
- source_urls = [FTPGNOME_SOURCE]
- sources = [SOURCELOWER_TAR_XZ]
- checksums = ['b6c8a93ddda5eabe3bfee1eb39636c9a03d2a56c7b62828b359bf197943c582e']
- builddependencies = [
- ('GObject-Introspection', '1.54.1', '-Python-2.7.13'),
- ]
- dependencies = [
- ('ATK', '2.28.1'),
- ('Gdk-Pixbuf', '2.36.11'),
- ('Pango', '1.41.1'),
- ]
- configopts = "--disable-silent-rules --disable-glibtest --enable-introspection=yes --disable-visibility "
- moduleclass = 'vis'
|