diff options
| author | nibbles 2bits | 2012-07-15 11:04:34 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-07-16 20:01:55 -0700 |
| commit | c4d38b18e3006275fd5362a39730fc6b28b78bca (patch) | |
| tree | 3bc845917533dd2c0c130f60cd3978eb68720e46 /Library | |
| parent | 8f4469c781b41fb016e5f186d68661a66ffc0b3a (diff) | |
| download | homebrew-c4d38b18e3006275fd5362a39730fc6b28b78bca.tar.bz2 | |
librsvg 2.36.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/librsvg.rb | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Library/Formula/librsvg.rb b/Library/Formula/librsvg.rb index 786446a1d..11fd488f4 100644 --- a/Library/Formula/librsvg.rb +++ b/Library/Formula/librsvg.rb @@ -1,11 +1,12 @@ require 'formula' class Librsvg < Formula - homepage 'http://librsvg.sourceforge.net/' - url 'http://ftp.gnome.org/pub/GNOME/sources/librsvg/2.34/librsvg-2.34.1.tar.bz2' - sha256 '9f98ab27c4ae04a7c3a37277aeb581feb8035a8b1e1937b06e27423a176a0a73' + homepage 'https://live.gnome.org/LibRsvg' + url 'http://ftp.gnome.org/pub/GNOME/sources/librsvg/2.36/librsvg-2.36.1.tar.xz' + sha256 '786b95e1a091375c5ef2997a21c69ff24d7077afeff18197355f54d9dcbcd8c5' depends_on 'pkg-config' => :build + depends_on 'xz' => :build depends_on 'gtk+' depends_on 'libcroco' depends_on :x11 @@ -13,8 +14,10 @@ class Librsvg < Formula def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", + "--disable-Bsymbolic", "--enable-tools=yes", - "--enable-pixbuf-loader=yes" + "--enable-pixbuf-loader=yes", + "--enable-introspection=no" system "make install" end end |
