Skip to content

Commit

Permalink
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions ci_config.json
Original file line number Diff line number Diff line change
@@ -899,10 +899,15 @@
},
"pango": {
"_comment": [
"- Avoid cairo and sysprof build errors on Windows",
"- skip dependency checks for optionally provided dependencies",
"- harfbuzz triggers warnings",
"- Known test failure: https://gitlab.gnome.org/GNOME/pango/-/issues/682"
],
"build_options": [
"cairo:dwrite=disabled",
"glib:sysprof=disabled"
],
"fatal_warnings": false,
"skip_dependency_check": [
"pangoft2",
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
@@ -2864,6 +2864,7 @@
"pangocairo"
],
"versions": [
"1.56.0-1",
"1.51.0-2",
"1.51.0-1"
]
8 changes: 4 additions & 4 deletions subprojects/pango.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = pango-1.51.0
source_url = https://download.gnome.org/sources/pango/1.51/pango-1.51.0.tar.xz
source_filename = pango-1.51.0.tar.xz
source_hash = 74efc109ae6f903bbe6af77eaa2ac6094b8ee245a2e23f132a7a8f0862d1a9f5
directory = pango-1.56.0
source_url = https://download.gnome.org/sources/pango/1.56/pango-1.56.0.tar.xz
source_filename = pango-1.56.0.tar.xz
source_hash = 1fb98b338ee6f7cf8ef96153b7d242f4568fe60f9b7434524eca630a57bd538b

[provide]
dependency_names = pango, pangoft2, pangoxft, pangowin32, pangocairo

0 comments on commit 9d3c419

Please sign in to comment.