aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/qcachegrind.rb
diff options
context:
space:
mode:
authorAndy Fowler2012-02-15 12:17:17 -0500
committerCharlie Sharpsteen2012-02-16 00:31:26 -0800
commitbc76acd603c7e2f1922057a7829aea89a53ecc75 (patch)
treed8281620859bdc199bc1432af350396ba6456a9b /Library/Formula/qcachegrind.rb
parent37b4a7a03f8c4945338f473bcf2ba91f599c3b68 (diff)
downloadhomebrew-bc76acd603c7e2f1922057a7829aea89a53ecc75.tar.bz2
qcachegrind: Update to 0.7.1
No longer dependent on qt3 compatibility modules. Closes #10205. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula/qcachegrind.rb')
-rw-r--r--Library/Formula/qcachegrind.rb11
1 files changed, 3 insertions, 8 deletions
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'