Skip to content

Commit e927b90

Browse files
Pierre SOUCHAYdaeho-ro
authored andcommitted
pango: apply patch to fix crash with emoji on macOS
1 parent db0ac99 commit e927b90

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Formula/p/pango.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ class Pango < Formula
44
url "https://download.gnome.org/sources/pango/1.57/pango-1.57.0.tar.xz"
55
sha256 "890640c841dae77d3ae3d8fe8953784b930fa241b17423e6120c7bfdf8b891e7"
66
license "LGPL-2.0-or-later"
7+
revision 1
78
head "https://gitlab.gnome.org/GNOME/pango.git", branch: "main"
89

910
# Pango doesn't follow GNOME's "even-numbered minor is stable" version
@@ -36,6 +37,12 @@ class Pango < Formula
3637
depends_on "glib"
3738
depends_on "harfbuzz"
3839

40+
# PR ref: https://gitlab.gnome.org/GNOME/pango/-/merge_requests/891
41+
patch do
42+
url "https://gitlab.gnome.org/GNOME/pango/-/commit/4403954455f2b4a815b32e11c44f79b2e665e94c.diff"
43+
sha256 "f674089884839f64b5c04032325c2230f19049759a94dcb1daf82f832ff70e33"
44+
end
45+
3946
def install
4047
args = %w[
4148
-Ddefault_library=both

0 commit comments

Comments
 (0)