mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
39 lines
969 B
Plaintext
39 lines
969 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'Pango'
|
|
version = '1.42.4'
|
|
|
|
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]
|
|
|
|
dependencies = [
|
|
('X11', '20170314'),
|
|
('GLib', '2.60.0'),
|
|
('cairo', '1.14.12'),
|
|
('HarfBuzz', '1.8.1'),
|
|
('FriBidi', '1.0.2'),
|
|
]
|
|
|
|
builddependencies = [('GObject-Introspection', '1.60.1')]
|
|
|
|
configopts = "--disable-silent-rules --enable-introspection=yes --enable-static --enable-shared "
|
|
|
|
buildopts = 'CFLAGS="$CFLAGS -luuid"'
|
|
|
|
modextrapaths = {
|
|
'XDG_DATA_DIRS': 'share',
|
|
}
|
|
|
|
parallel = 1
|
|
|
|
moduleclass = 'vis'
|