diff options
| author | Mike McQuaid | 2010-10-03 22:25:04 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2010-10-03 22:26:14 +0100 |
| commit | 1b7a32f38324e190c7ea8a3ce0805d6867d4bb32 (patch) | |
| tree | e60acc9a312dd1fccca8551f2e64881e00ef58b1 /Library/Formula | |
| parent | c1c4c0ef9200beac1e3e85db403dfeeac6cb10ab (diff) | |
| download | homebrew-1b7a32f38324e190c7ea8a3ce0805d6867d4bb32.tar.bz2 | |
Update Qt to 4.7.0.
Assistant_adp is no longer bundled so we don't need to delete it.
The buildsystem is broken (again) so we run "make" before "make
install" now. Shouldn't slow things down too much.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/qt.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb index 5976274b8..4ceb9fa27 100644 --- a/Library/Formula/qt.rb +++ b/Library/Formula/qt.rb @@ -2,9 +2,9 @@ require 'formula' require 'hardware' class Qt <Formula - url 'http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.6.3.tar.gz' - md5 '5c69f16d452b0bb3d44bc3c10556c072' - homepage 'http://www.qtsoftware.com' + url 'http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.7.0.tar.gz' + md5 '3a2f25b9b115037277f4fb759194a7a5' + homepage 'http://qt.nokia.com/' def options [ @@ -62,13 +62,13 @@ class Qt <Formula end system "./configure", *args + system "make" system "make install" # stop crazy disk usage (prefix+'doc/html').rmtree (prefix+'doc/src').rmtree # what are these anyway? - (bin+'Assistant_adp.app').rmtree (bin+'pixeltool.app').rmtree (bin+'qhelpconverter.app').rmtree # remove porting file for non-humans |
