mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: o/OpenFOAM/OpenFOAM-7-foss-2020a.eb new file: p/Pango/Pango-1.45.3.eb new file: s/SCOTCH/SCOTCH-6.0.9-foss-2020a.eb modified: v/VTune/VTune-2018_update4.eb modified: v/VTune/VTune-2019_update8.eb
43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
# JH 2020
|
|
|
|
easyblock = 'MesonNinja'
|
|
|
|
name = 'Pango'
|
|
version = '1.45.3'
|
|
|
|
homepage = 'https://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]
|
|
|
|
builddependencies = [
|
|
('binutils', '2.32'),
|
|
('Meson', '0.53.0', '-Py-3.7'),
|
|
('Ninja', '1.9.0'),
|
|
('GObject-Introspection', '1.63.1', '-Py-3.7'),
|
|
('pkg-config', '0.29.2'),
|
|
]
|
|
|
|
dependencies = [
|
|
('X11', '20190717'),
|
|
('GLib', '2.64.0'),
|
|
('cairo', '1.17.2'),
|
|
('HarfBuzz', '2.6.4'),
|
|
('FriBidi', '1.0.9'),
|
|
]
|
|
|
|
configopts = "--buildtype=release --default-library=both "
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/pango-view', 'lib/libpango-1.0.%s' % SHLIB_EXT, 'lib/libpangocairo-1.0.%s' % SHLIB_EXT,
|
|
'lib/libpangoft2-1.0.%s' % SHLIB_EXT, 'lib/libpangoxft-1.0.%s' % SHLIB_EXT],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'vis'
|