diff options
| author | Elliot Saba | 2013-02-01 23:37:22 -0800 |
|---|---|---|
| committer | Jack Nagel | 2013-02-02 12:31:54 -0600 |
| commit | 0a230738444cb060ec8dfbe4096bbca496372f2c (patch) | |
| tree | fd1aa27ae41ecc44cdaad3574e9e5f36ea0cf7bd /Library/Formula/pango.rb | |
| parent | 4208bb92d413e2676f650dca6d0792da050cc3f0 (diff) | |
| download | homebrew-0a230738444cb060ec8dfbe4096bbca496372f2c.tar.bz2 | |
pango 1.32.6
- Updating test
- Add dep on harfbuzz
Closes #16900.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/pango.rb')
| -rw-r--r-- | Library/Formula/pango.rb | 11 |
1 files changed, 5 insertions, 6 deletions
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 |
