mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00
32 lines
870 B
Plaintext
32 lines
870 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'Pango'
|
|
version = '1.39.0'
|
|
|
|
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 = SYSTEM
|
|
|
|
source_urls = [FTPGNOME_SOURCE]
|
|
sources = [SOURCELOWER_TAR_XZ]
|
|
|
|
glibver = '2.52.0'
|
|
dependencies = [
|
|
('GLib', glibver),
|
|
('cairo', '1.14.6'),
|
|
('HarfBuzz', '1.1.3'),
|
|
('GObject-Introspection', '1.47.1'),
|
|
('fontconfig', '2.11.1')
|
|
]
|
|
|
|
configopts = "--disable-silent-rules --enable-introspection=yes --enable-static --enable-shared "
|
|
|
|
modextrapaths = {
|
|
'XDG_DATA_DIRS': 'share',
|
|
}
|
|
|
|
moduleclass = 'vis'
|