mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
26 lines
592 B
Plaintext
26 lines
592 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'GTK+'
|
|
version = '2.24.30'
|
|
|
|
homepage = 'https://developer.gnome.org/gtk+/stable/'
|
|
description = """
|
|
The GTK+ 2 package contains libraries used for creating graphical user interfaces for applications.
|
|
"""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = [FTPGNOME_SOURCE]
|
|
sources = [SOURCELOWER_TAR_XZ]
|
|
|
|
dependencies = [
|
|
('ATK', '2.20.0'),
|
|
('Gdk-Pixbuf', '2.35.1'),
|
|
('Pango', '1.40.5'),
|
|
('GObject-Introspection', '1.52.0'),
|
|
]
|
|
|
|
configopts = "--disable-silent-rules --disable-glibtest --enable-introspection=yes --disable-visibility "
|
|
|
|
moduleclass = 'vis'
|