Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pango to 1.54.0 #1617

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ jobs:
pkgconf:p
python-certifi:p
python-pip:p
python-packaging:p
# Make sure Python is updated to >=3.11 (fix https://github.com/msys2/MINGW-packages/issues/17415).
update: true

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sanity_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
pkgconf:p
python-certifi:p
python-pip:p
python-packaging:p
# Make sure Python is updated to >=3.11 (fix https://github.com/msys2/MINGW-packages/issues/17415).
update: true

Expand Down
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -2657,6 +2657,7 @@
"pangocairo"
],
"versions": [
"1.54.0-1",
"1.51.0-2",
"1.51.0-1"
]
Expand Down
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.54.0
source_url = https://download.gnome.org/sources/pango/1.54/pango-1.54.0.tar.xz
source_filename = pango-1.54.0.tar.xz
source_hash = 8a9eed75021ee734d7fc0fdf3a65c3bba51dfefe4ae51a9b414a60c70b2d1ed8

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