From e3887db93afaa66ec50ca2d29c5fd22da832ec00 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Sat, 19 Jun 2021 11:46:36 +0200 Subject: [PATCH] remove easyconfig for Pango 1.48.0 with GCCcore/10.3.0, use Pango 1.48.5 instead --- .../p/Pango/Pango-1.48.0-GCCcore-10.3.0.eb | 44 ------------------- 1 file changed, 44 deletions(-) delete mode 100644 easybuild/easyconfigs/p/Pango/Pango-1.48.0-GCCcore-10.3.0.eb diff --git a/easybuild/easyconfigs/p/Pango/Pango-1.48.0-GCCcore-10.3.0.eb b/easybuild/easyconfigs/p/Pango/Pango-1.48.0-GCCcore-10.3.0.eb deleted file mode 100644 index bedac58d3f6..00000000000 --- a/easybuild/easyconfigs/p/Pango/Pango-1.48.0-GCCcore-10.3.0.eb +++ /dev/null @@ -1,44 +0,0 @@ -## -# Author: Robert Mijakovic -## -easyblock = 'MesonNinja' - -name = 'Pango' -version = '1.48.0' - -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 = {'name': 'GCCcore', 'version': '10.3.0'} - -source_urls = [FTPGNOME_SOURCE] -sources = [SOURCELOWER_TAR_XZ] -checksums = ['391f26f3341c2d7053e0fb26a956bd42360dadd825efe7088b1e9340a65e74e6'] - -builddependencies = [ - ('binutils', '2.36.1'), - ('Meson', '0.58.0'), - ('Ninja', '1.10.2'), - ('GObject-Introspection', '1.68.0'), - ('pkg-config', '0.29.2'), -] - -dependencies = [ - ('X11', '20210518'), - ('GLib', '2.68.2'), - ('cairo', '1.16.0'), - ('HarfBuzz', '2.8.1'), - ('FriBidi', '1.0.10'), -] - -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'