diff options
| author | Marnen Laibow-Koser | 2014-03-08 18:54:18 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2014-04-10 22:22:35 -0700 |
| commit | 7c007d0d22b5157018916b9da77ad702e9a8b300 (patch) | |
| tree | d4b008b7fa0e4fa92ae7cbbbef68fefccd5d7e2d /Library | |
| parent | 8d9227afacbd9db1d783850211c09a91abb60b10 (diff) | |
| download | homebrew-7c007d0d22b5157018916b9da77ad702e9a8b300.tar.bz2 | |
frescobaldi 2.0.15
Closes #27441.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/frescobaldi.rb | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/Library/Formula/frescobaldi.rb b/Library/Formula/frescobaldi.rb index 444539ea8..efad81773 100644 --- a/Library/Formula/frescobaldi.rb +++ b/Library/Formula/frescobaldi.rb @@ -2,8 +2,8 @@ require "formula" class Frescobaldi < Formula homepage "http://frescobaldi.org/" - url "https://github.com/wbsoft/frescobaldi/releases/download/v2.0.13/frescobaldi-2.0.13.tar.gz" - sha1 "8d3f0ceb0d5cc66b6bee6278fc2dad07e3f361f8" + url "https://github.com/wbsoft/frescobaldi/releases/download/v2.0.15/frescobaldi-2.0.15.tar.gz" + sha1 "e110ca2be338ca4fb9a0369c6f733dbdf731a027" option "without-launcher", "Don't build Mac .app launcher" option "without-lilypond", "Don't install Lilypond" @@ -11,7 +11,6 @@ class Frescobaldi < Formula depends_on :python depends_on "portmidi" => :recommended depends_on "lilypond" => :recommended - depends_on "platypus" => :build if build.with? "launcher" # python-poppler-qt4 dependencies depends_on "poppler" => "with-qt4" @@ -19,8 +18,8 @@ class Frescobaldi < Formula depends_on "pkg-config" => :build resource "python-poppler-qt4" do - url "https://python-poppler-qt4.googlecode.com/files/python-poppler-qt4-0.16.3.tar.gz" - sha1 "fe6aa650a1a917caeedd407ae0c428a5de9eefb8" + url "https://github.com/wbsoft/python-poppler-qt4/archive/v0.18.1.tar.gz" + sha1 "584345ae2fae2e1d667222cafa404a241cf95a1f" end def install @@ -30,8 +29,8 @@ class Frescobaldi < Formula end system "python", "setup.py", "install", "--prefix=#{prefix}" if build.with? "launcher" - system "platypus", "-aFrescobaldi", "-oNone", - bin/"frescobaldi", bin/"Frescobaldi.app" + system "python", "macosx/mac-app.py", "--force", "--version", version, "--script", bin/"frescobaldi" + prefix.install "dist/Frescobaldi.app" end end end |
