1234567891011121314151617181920212223242526272829303132333435363738 |
- easyblock = 'ConfigureMake'
- name = 'Pango'
- version = '1.42.4'
- versionsuffix = '-Python-%(pyver)s'
- 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': 'foss', 'version': '2018b'}
- source_urls = [FTPGNOME_SOURCE]
- sources = [SOURCELOWER_TAR_XZ]
- checksums = ['1d2b74cd63e8bd41961f2f8d952355aa0f9be6002b52c8aa7699d9f5da597c9d']
- dependencies = [
- ('Python', '3.6.6'),
- ('X11', '20180604'),
- ('GLib', '2.54.3'),
- ('cairo', '1.14.12'),
- ('HarfBuzz', '2.2.0', versionsuffix),
- ('FriBidi', '1.0.5'),
- ]
- builddependencies = [
- ('GObject-Introspection', '1.54.1', versionsuffix),
- ('pkg-config', '0.29.2'),
- ]
- configopts = "--disable-silent-rules --enable-introspection=yes --enable-static --enable-shared "
- modextrapaths = {
- 'XDG_DATA_DIRS': 'share',
- }
- moduleclass = 'vis'
|