fontconfig 2.11.0

master
Jack Nagel 2013-11-05 22:43:53 -06:00
parent a824740c1e
commit 3eac3ceed8
1 changed files with 5 additions and 4 deletions

View File

@ -2,13 +2,13 @@ require 'formula'
class Fontconfig < Formula
homepage 'http://fontconfig.org/'
url 'http://fontconfig.org/release/fontconfig-2.10.95.tar.bz2'
sha1 'f9f4a25b730a9c56f951db6fec639ddeeb92a9d4'
url 'http://fontconfig.org/release/fontconfig-2.11.0.tar.bz2'
sha1 '969818b0326ac08241b11cbeaa4f203699f9b550'
bottle do
# Included with X11 so no bottle needed before Mountain Lion.
sha1 '8429234eb972b93a02dba0925d23c10c1705da77' => :mavericks
sha1 '8f5835b617380b08d2b38e1f0ee4ee976daa34c5' => :mountain_lion
sha1 'fe9ea7cf87a3f442571a93fda6ed539f74b5ecea' => :mavericks
sha1 '5ed39070bb5b0d7316d14567e0b952725fec4e58' => :mountain_lion
end
keg_only :provided_pre_mountain_lion
@ -21,6 +21,7 @@ class Fontconfig < Formula
def install
ENV.universal_binary if build.universal?
system "./configure", "--disable-dependency-tracking",
"--disable-silent-rules",
"--with-add-fonts=/Library/Fonts,~/Library/Fonts",
"--prefix=#{prefix}"
system "make install"