pango 1.38.0

Closes Homebrew/homebrew#44218.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Tom Schoonjans 2015-09-21 15:17:04 +01:00 committed by Dominyk Tiller
parent c5234bc273
commit 18a019ebdd

View file

@ -1,19 +1,10 @@
class Pango < Formula
desc "Framework for layout and rendering of i18n text"
homepage "http://www.pango.org/"
revision 2
stable do
url "https://download.gnome.org/sources/pango/1.36/pango-1.36.8.tar.xz"
sha256 "18dbb51b8ae12bae0ab7a958e7cf3317c9acfc8a1e1103ec2f147164a0fc2d07"
# [coretext] NULL check in ct_font_descriptor_get_weight()
# This fixes crashes when displaying certain Unicode characters.
# See: https://bugzilla.gnome.org/show_bug.cgi?id=736697
patch do
url "https://bug736697.bugzilla-attachments.gnome.org/attachment.cgi?id=286234"
sha256 "08d803ddedfa98d99b1897c22a61b908cff05bd0e43982f3063f0d77e05ddb17"
end
url "https://download.gnome.org/sources/pango/1.38/pango-1.38.0.tar.xz"
sha256 "1d4e75974bad853ee9ac5fc5caee5e7ab235abbd945d51d01f3806e04e7c226c"
end
bottle do
@ -66,7 +57,7 @@ class Pango < Formula
end
test do
system "#{bin}/pango-querymodules", "--version"
system "#{bin}/pango-view", "--version"
(testpath/"test.c").write <<-EOS.undent
#include <pango/pangocairo.h>