Skip to content

Commit

Permalink
Update Pango to version 1.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and pbor committed Jun 13, 2024
1 parent 931660b commit c62de1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 354 deletions.
314 changes: 0 additions & 314 deletions gvsbuild/patches/pango/002-fix-wrong-usage-gweakref.patch

This file was deleted.

34 changes: 0 additions & 34 deletions gvsbuild/patches/pango/003-remove-extra-hb-face-font.patch

This file was deleted.

9 changes: 3 additions & 6 deletions gvsbuild/projects/pango.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ def __init__(self):
Project.__init__(
self,
"pango",
version="1.52.2",
version="1.54.0",
repository="https://gitlab.gnome.org/GNOME/pango",
archive_url="https://download.gnome.org/sources/pango/{major}.{minor}/pango-{version}.tar.xz",
hash="d0076afe01082814b853deec99f9349ece5f2ce83908b8e58ff736b41f78a96b",
hash="8a9eed75021ee734d7fc0fdf3a65c3bba51dfefe4ae51a9b414a60c70b2d1ed8",
dependencies=[
"ninja",
"meson",
Expand All @@ -36,10 +36,7 @@ def __init__(self):
"harfbuzz",
"fribidi",
],
patches=[
"002-fix-wrong-usage-gweakref.patch",
"003-remove-extra-hb-face-font.patch",
],
patches=[],
)
if self.opts.enable_gi:
self.add_dependency("gobject-introspection")
Expand Down

0 comments on commit c62de1d

Please sign in to comment.