File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments