mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-26 00:11:21 +01:00
modified: c/cairo/cairo-1.17.2-GCCcore-8.3.0.eb
new file: g/GLib/GLib-2.64.1-GCCcore-8.3.0.eb modified: n/ncurses/ncurses-6.1-GCCcore-8.3.0.eb modified: x/X11/X11-20190717-GCCcore-8.3.0.eb deleted: g/GLib/GLib-2.64.0-GCCcore-8.3.0.eb
This commit is contained in:
parent
2dfc0e31aa
commit
b7abac3aa1
@ -22,7 +22,7 @@ dependencies = [
|
|||||||
('freetype', '2.10.1'),
|
('freetype', '2.10.1'),
|
||||||
('pixman', '0.38.4'),
|
('pixman', '0.38.4'),
|
||||||
('expat', '2.2.7'),
|
('expat', '2.2.7'),
|
||||||
('GLib', '2.64.0'),
|
('GLib', '2.64.1'),
|
||||||
('X11', '20190717'),
|
('X11', '20190717'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# JH 2020
|
# JH 2020 and LK
|
||||||
|
|
||||||
easyblock = 'MesonNinja'
|
easyblock = 'MesonNinja'
|
||||||
|
|
||||||
name = 'GLib'
|
name = 'GLib'
|
||||||
version = '2.64.0'
|
version = '2.64.1'
|
||||||
|
|
||||||
homepage = 'http://www.gtk.org/'
|
homepage = 'http://www.gtk.org/'
|
||||||
description = """GLib is one of the base libraries of the GTK+ project"""
|
description = """GLib is one of the base libraries of the GTK+ project"""
|
@ -18,6 +18,10 @@ sources = [SOURCE_TAR_GZ]
|
|||||||
|
|
||||||
buildopts = 'CFLAGS="-O3 -fPIC"'
|
buildopts = 'CFLAGS="-O3 -fPIC"'
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('binutils', '2.32'),
|
||||||
|
]
|
||||||
|
|
||||||
configopts = [
|
configopts = [
|
||||||
# default build
|
# default build
|
||||||
'--with-shared --enable-overwrite',
|
'--with-shared --enable-overwrite',
|
||||||
|
@ -44,7 +44,6 @@ default_component_specs = {
|
|||||||
components = [
|
components = [
|
||||||
('xorg-macros', '1.19.2', { # 2018-03-04
|
('xorg-macros', '1.19.2', { # 2018-03-04
|
||||||
'sources': ['util-macros-%(version)s.tar.gz'],
|
'sources': ['util-macros-%(version)s.tar.gz'],
|
||||||
'checksums': ['9225c45c3de60faf971979a55a5536f3562baa4b6f02246c23e98ac0c09a75b7'],
|
|
||||||
'start_dir': 'util-macros-%(version)s',
|
'start_dir': 'util-macros-%(version)s',
|
||||||
}),
|
}),
|
||||||
('libpthread-stubs', '0.4', { # 2017-03-14
|
('libpthread-stubs', '0.4', { # 2017-03-14
|
||||||
|
Loading…
x
Reference in New Issue
Block a user