Skip to content
Snippets Groups Projects
Commit 49ab8133 authored by Alexandre Strube's avatar Alexandre Strube
Browse files

inject-checksums fails with exts

parent a72ab716
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ default_component_specs = { ...@@ -53,7 +53,7 @@ default_component_specs = {
components = [ components = [
(name, version, { (name, version, {
'source_urls': [FTPGNOME_SOURCE], 'source_urls': [FTPGNOME_SOURCE],
'checksums': ['5d864d248357a2251545b3387b35942de5f66e4c66013f0962eb5cb6f8dae2b1'], 'checksums': ['dbc69f90ddc821b8d1441f00374dc1da4323a2eafa9078e61edbe5eeefa852ec'],
'configopts': "--disable-silent-rules --disable-glibtest --enable-introspection=yes --disable-visibility ", 'configopts': "--disable-silent-rules --disable-glibtest --enable-introspection=yes --disable-visibility ",
}), }),
('hicolor-icon-theme', '0.17', { ('hicolor-icon-theme', '0.17', {
...@@ -65,11 +65,11 @@ components = [ ...@@ -65,11 +65,11 @@ components = [
'source_urls': [FTPGNOME_SOURCE], 'source_urls': [FTPGNOME_SOURCE],
'patches': ['adwaita-icon-theme-3.34.3_disable-svg-conversion.patch'], 'patches': ['adwaita-icon-theme-3.34.3_disable-svg-conversion.patch'],
'checksums': [ 'checksums': [
# adwaita-icon-theme-3.34.3_disable-svg-conversion.patch
'f4b86855d50759ecfc1e8f6550ec0f3a7a4ea2c80b9f5fc1685fe8967d1c5342',
# adwaita-icon-theme-3.38.0.tar.xz # adwaita-icon-theme-3.38.0.tar.xz
'6683a1aaf2430ccd9ea638dd4bfe1002bc92b412050c3dba20e480f979faaf97', '6683a1aaf2430ccd9ea638dd4bfe1002bc92b412050c3dba20e480f979faaf97',
] # adwaita-icon-theme-3.34.3_disable-svg-conversion.patch
'f4b86855d50759ecfc1e8f6550ec0f3a7a4ea2c80b9f5fc1685fe8967d1c5342',
],
}), }),
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment