From bc76acd603c7e2f1922057a7829aea89a53ecc75 Mon Sep 17 00:00:00 2001 From: Andy Fowler Date: Wed, 15 Feb 2012 12:17:17 -0500 Subject: qcachegrind: Update to 0.7.1 No longer dependent on qt3 compatibility modules. Closes #10205. Signed-off-by: Charlie Sharpsteen --- Library/Formula/qcachegrind.rb | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/qcachegrind.rb b/Library/Formula/qcachegrind.rb index e0e238058..b02842ba5 100644 --- a/Library/Formula/qcachegrind.rb +++ b/Library/Formula/qcachegrind.rb @@ -1,19 +1,14 @@ require 'formula' class Qcachegrind < Formula - url 'http://kcachegrind.sourceforge.net/kcachegrind-0.7.0.tar.gz' + url 'http://kcachegrind.sourceforge.net/kcachegrind-0.7.1.tgz' homepage 'http://kcachegrind.sourceforge.net/' - md5 '0001385bbc630afa353619de8768e946' + md5 '39376990a9ea2e9f1b75f43f9104fd70' depends_on 'graphviz' => :optional + depends_on 'qt' def install - qt = Formula.factory 'qt' - unless (qt.lib + 'Qt3Support.framework').exist? - onoe 'QCachegrind requires Qt3Support. `brew install qt --with-qt3support`' - exit 1 - end - cd 'qcachegrind' system 'qmake -spec macx-g++ -config release' system 'make' -- cgit v1.2.3