123456789101112131415161718192021222324252627282930313233343536 |
- easyblock = 'ConfigureMake'
- name = 'Pango'
- version = '1.41.1'
- homepage = 'http://www.pango.org/'
- description = """Pango is a library for laying out and rendering of text, with an emphasis on internationalization.
- Pango can be used anywhere that text layout is needed, though most of the work on Pango so far has been done in the
- context of the GTK+ widget toolkit. Pango forms the core of text and font handling for GTK+-2.x."""
- toolchain = {'name': 'intel', 'version': '2018'}
- source_urls = [FTPGNOME_SOURCE]
- sources = [SOURCELOWER_TAR_XZ]
- checksums = ['1353a4cf5227299294955d0c6232326b346b087ebac6496241d54ca5d2e2abc3']
- dependencies = [
- ('X11', '20170805'),
- ('GLib', '2.54.3'),
- ('cairo', '1.14.8'),
- ('HarfBuzz', '1.7.5'),
- ]
- builddependencies = [
- ('GObject-Introspection', '1.54.1', '-Python-2.7.13'),
- ('pkg-config', '0.29.2'),
- ('FriBidi', '1.0.1'),
- ]
- configopts = "--disable-silent-rules --enable-introspection=yes --enable-static --enable-shared "
- modextrapaths = {
- 'XDG_DATA_DIRS': 'share',
- }
- moduleclass = 'vis'
|