mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-09 08:22:12 +01:00

new file: g/GLib/GLib-2.60.0.eb new file: g/GObject-Introspection/GObject-Introspection-1.60.1.eb new file: g/GTK3/GTK3-3.24.7.eb new file: g/Gdk-Pixbuf/Gdk-Pixbuf-2.38.1.eb new file: l/libXScrnSaver/libXScrnSaver-1.2.2.eb new file: p/Pango/Pango-1.42.4.eb
29 lines
698 B
Plaintext
29 lines
698 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'GTK+'
|
|
version = '3.24.7'
|
|
|
|
homepage = 'https://developer.gnome.org/gtk+/stable/'
|
|
description = """
|
|
The GTK3 package contains libraries used for creating graphical user interfaces for applications.
|
|
"""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
source_urls = ['http://ftp.gnome.org/pub/gnome/sources/gtk+/3.24/']
|
|
sources = [SOURCELOWER_TAR_XZ]
|
|
|
|
dependencies = [
|
|
('ATK', '2.26.1'),
|
|
('GLib', '2.60.0'),
|
|
('Gdk-Pixbuf', '2.38.1'),
|
|
('Pango', '1.42.4'),
|
|
('GObject-Introspection', '1.60.1'),
|
|
]
|
|
|
|
configopts = "--disable-silent-rules --disable-glibtest --enable-introspection=yes --disable-visibility "
|
|
|
|
moduleclass = 'vis'
|