From 0a230738444cb060ec8dfbe4096bbca496372f2c Mon Sep 17 00:00:00 2001 From: Elliot Saba Date: Fri, 1 Feb 2013 23:37:22 -0800 Subject: pango 1.32.6 - Updating test - Add dep on harfbuzz Closes #16900. Signed-off-by: Jack Nagel --- Library/Formula/pango.rb | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/pango.rb b/Library/Formula/pango.rb index a6ce36b82..7fa098c92 100644 --- a/Library/Formula/pango.rb +++ b/Library/Formula/pango.rb @@ -2,14 +2,15 @@ require 'formula' class Pango < Formula homepage 'http://www.pango.org/' - url 'http://ftp.gnome.org/pub/GNOME/sources/pango/1.30/pango-1.30.1.tar.xz' - sha256 '3a8c061e143c272ddcd5467b3567e970cfbb64d1d1600a8f8e62435556220cbe' + url 'http://ftp.gnome.org/pub/GNOME/sources/pango/1.32/pango-1.32.6.tar.xz' + sha256 '8e9a3eadebf30a31640f2b3ae0fb455cf92d10d1cad246d0ffe72ec595905174' option 'without-x', 'Build without X11 support' depends_on 'pkg-config' => :build depends_on 'xz' => :build depends_on 'glib' + depends_on 'harfbuzz' depends_on :x11 unless build.include? 'without-x' if MacOS.version == :leopard @@ -49,9 +50,7 @@ class Pango < Formula system "make install" end - test do - system "#{bin}/pango-view", "-t", "test-image", - "--waterfall", "--rotate=10", - "--annotate=1", "--header" + def test + system "#{bin}/pango-querymodules", "--version" end end -- cgit v1.2.3