Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{vis}[GCCcore/10.3.0] GTK+ v2.24.33 #13202

Merged
merged 7 commits into from
Jun 19, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions easybuild/easyconfigs/a/ATK/ATK-2.36.0-GCCcore-10.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
easyblock = 'MesonNinja'

name = 'ATK'
version = '2.36.0'

homepage = 'https://developer.gnome.org/atk/'
description = """
ATK provides the set of accessibility interfaces that are implemented by other
toolkits and applications. Using the ATK interfaces, accessibility tools have
full access to view and control running applications.
"""

toolchain = {'name': 'GCCcore', 'version': '10.3.0'}

source_urls = [FTPGNOME_SOURCE]
sources = [SOURCELOWER_TAR_XZ]
checksums = ['fb76247e369402be23f1f5c65d38a9639c1164d934e40f6a9cf3c9e96b652788']

builddependencies = [
('binutils', '2.36.1'),
('Meson', '0.58.0'),
('Ninja', '1.10.2'),
('pkg-config', '0.29.2'),
('GObject-Introspection', '1.68.0'),
]

dependencies = [
('GLib', '2.68.2'),
]

configopts = "--buildtype=release --default-library=both "
configopts += "-Dintrospection=true "

sanity_check_paths = {
'files': ['lib/libatk-1.0.%s' % SHLIB_EXT],
'dirs': [],
}

moduleclass = 'vis'
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
easyblock = 'MesonNinja'

name = 'GObject-Introspection'
version = '1.68.0'

homepage = 'https://gi.readthedocs.io/en/latest/'
description = """GObject introspection is a middleware layer between C libraries
(using GObject) and language bindings. The C library can be scanned at
compile time and generate a metadata file, in addition to the actual
native C library. Then at runtime, language bindings can read this
metadata and automatically provide bindings to call into the C library."""

toolchain = {'name': 'GCCcore', 'version': '10.3.0'}

source_urls = [FTPGNOME_SOURCE]
sources = [SOURCELOWER_TAR_XZ]
checksums = ['d229242481a201b84a0c66716de1752bca41db4133672cfcfb37c93eb6e54a27']

builddependencies = [
('binutils', '2.36.1'),
('pkg-config', '0.29.2'),
('Meson', '0.58.0'),
('Ninja', '1.10.2'),
('flex', '2.6.4'),
('Bison', '3.7.6'),
('cairo', '1.16.0'),
]

dependencies = [
('Python', '3.9.5'),
('GLib', '2.68.2'),
('libffi', '3.3'),
('util-linux', '2.36'),
]

preconfigopts = "env GI_SCANNER_DISABLE_CACHE=true "

sanity_check_paths = {
'files': ['bin/g-ir-%s' % x for x in ['annotation-tool', 'compiler', 'generate', 'scanner']] +
['lib/libgirepository-1.0.' + SHLIB_EXT],
'dirs': ['include', 'share']
}

moduleclass = 'devel'
35 changes: 35 additions & 0 deletions easybuild/easyconfigs/g/GTK+/GTK+-2.24.33-GCCcore-10.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
easyblock = 'ConfigureMake'

name = 'GTK+'
version = '2.24.33'

homepage = 'https://developer.gnome.org/gtk+/stable/'
description = """
The GTK+ 2 package contains libraries used for creating graphical user interfaces for applications.
"""

toolchain = {'name': 'GCCcore', 'version': '10.3.0'}

source_urls = [FTPGNOME_SOURCE]
sources = [SOURCELOWER_TAR_XZ]
checksums = ['ac2ac757f5942d318a311a54b0c80b5ef295f299c2a73c632f6bfb1ff49cc6da']

builddependencies = [
('binutils', '2.36.1'),
('pkg-config', '0.29.2'),
('GObject-Introspection', '1.68.0'),
]
dependencies = [
('ATK', '2.36.0'),
('Gdk-Pixbuf', '2.42.6'),
('Pango', '1.48.5'),
]

configopts = "--disable-silent-rules --disable-glibtest --enable-introspection=yes --disable-visibility "

sanity_check_paths = {
'files': ['bin/gtk-update-icon-cache', 'lib/libgtk-x11-2.0.%s' % SHLIB_EXT],
'dirs': ['include/gtk-2.0'],
}

moduleclass = 'vis'
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
easyblock = 'MesonNinja'

name = 'Gdk-Pixbuf'
version = '2.42.6'

homepage = 'https://developer.gnome.org/gdk-pixbuf/stable/'
description = """
The Gdk Pixbuf is a toolkit for image loading and pixel buffer manipulation.
It is used by GTK+ 2 and GTK+ 3 to load and manipulate images. In the past it
was distributed as part of GTK+ 2 but it was split off into a separate package
in preparation for the change to GTK+ 3.
"""

toolchain = {'name': 'GCCcore', 'version': '10.3.0'}

source_urls = [FTPGNOME_SOURCE]
sources = [SOURCELOWER_TAR_XZ]
checksums = ['c4a6b75b7ed8f58ca48da830b9fa00ed96d668d3ab4b1f723dcf902f78bde77f']

builddependencies = [
('Meson', '0.58.0'),
('Ninja', '1.10.2'),
('binutils', '2.36.1'),
('pkg-config', '0.29.2'),
('GObject-Introspection', '1.68.0'),
]

dependencies = [
('GLib', '2.68.2'),
('libjpeg-turbo', '2.0.6'),
('libpng', '1.6.37'),
('LibTIFF', '4.2.0'),
('X11', '20210518'),
]

configopts = "--buildtype=release --default-library=both "
configopts += "-Dgio_sniffing=false -Dgir=true "
branfosj marked this conversation as resolved.
Show resolved Hide resolved

sanity_check_paths = {
'files': ['lib/libgdk_pixbuf-%(version_major)s.0.a', 'lib/libgdk_pixbuf-%%(version_major)s.0.%s' % SHLIB_EXT],
'dirs': ['bin', 'include/gdk-pixbuf-%(version_major)s.0', 'lib/gdk-pixbuf-%(version_major)s.0', 'share'],
}

moduleclass = 'vis'
35 changes: 35 additions & 0 deletions easybuild/easyconfigs/h/HarfBuzz/HarfBuzz-2.6.7-GCCcore-10.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
easyblock = 'ConfigureMake'

name = 'HarfBuzz'
version = '2.6.7'

homepage = 'https://www.freedesktop.org/wiki/Software/HarfBuzz'
description = """HarfBuzz is an OpenType text shaping engine."""

toolchain = {'name': 'GCCcore', 'version': '10.3.0'}

source_urls = ['https://www.freedesktop.org/software/harfbuzz/release/']
sources = [SOURCELOWER_TAR_XZ]
checksums = ['49e481d06cdff97bf68d99fa26bdf785331f411614485d892ea4c78eb479b218']

builddependencies = [
('binutils', '2.36.1'),
('GObject-Introspection', '1.68.0'),
('pkg-config', '0.29.2'),
]

dependencies = [
('GLib', '2.68.2'),
('ICU', '69.1'),
('cairo', '1.16.0'),
('freetype', '2.10.4'),
]

configopts = "--enable-introspection=yes --with-gobject=yes --enable-static --enable-shared --with-cairo "

sanity_check_paths = {
'files': ['lib/libharfbuzz.%s' % SHLIB_EXT, 'bin/hb-view'],
'dirs': []
}

moduleclass = 'vis'
41 changes: 41 additions & 0 deletions easybuild/easyconfigs/p/Pango/Pango-1.48.5-GCCcore-10.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
easyblock = 'MesonNinja'

name = 'Pango'
version = '1.48.5'

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 = ['501e74496173c02dcd024ded7fbb3f09efd37e2a488e248aa40799424dbb3b2a']

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.6.7'),
('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'