diff options
| author | Dominyk Tiller | 2015-02-26 21:59:03 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-03 08:16:54 +0000 |
| commit | 3d287fdfee21dd87b7719770499f3dc08e746c21 (patch) | |
| tree | 4e109e20a803aaecdc2cfb3f5abc5f399c16a900 | |
| parent | 4119619afda3155d27eec9ba1de280cd83380f20 (diff) | |
| download | homebrew-3d287fdfee21dd87b7719770499f3dc08e746c21.tar.bz2 | |
fontforge 20150228
Version bump, and HEAD restored.
Closes #37227.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/fontforge.rb | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/Library/Formula/fontforge.rb b/Library/Formula/fontforge.rb index 11df6bbde..59f59123d 100644 --- a/Library/Formula/fontforge.rb +++ b/Library/Formula/fontforge.rb @@ -1,7 +1,8 @@ class Fontforge < Formula homepage "https://fontforge.github.io" - url "https://github.com/fontforge/fontforge/archive/20141230.tar.gz" - sha1 "62268018d4b0080f8b976943f36ecbeed5aa6c9a" + url "https://github.com/fontforge/fontforge/archive/20150228.tar.gz" + sha256 "5b4e66159856da0e231488f8e6d508ec158ba9cc6892ec34a491f469debedc20" + head "https://github.com/fontforge/fontforge.git" bottle do sha1 "96155e138d5c9f0eff459f85a8ee1198fa6ffbae" => :yosemite @@ -9,14 +10,12 @@ class Fontforge < Formula sha1 "84b0969c5370be9a949e2c174c9a1e8735a63797" => :mountain_lion end + option "with-giflib", "Build with GIF support" + deprecated_option "with-x" => "with-x11" deprecated_option "with-gif" => "with-giflib" - option "with-giflib", "Build with GIF support" - # Autotools are required to build from source in all releases. - # The upstream tarball is now 235MB in size and still requires us to autotool - # so seriously consider using the much smaller Github tag if we don't lose anything. depends_on "autoconf" => :build depends_on "automake" => :build depends_on "pkg-config" => :build @@ -92,6 +91,6 @@ class Fontforge < Formula end test do - system "#{bin}/fontforge", "-version" + system bin/"fontforge", "-version" end end |
