diff options
| author | Mike McQuaid | 2013-01-31 19:10:08 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2013-01-31 19:35:06 -0800 |
| commit | db801bf1e659bbabe7629c5a1300cc1803e0b322 (patch) | |
| tree | 4bef4e6156e815700c53dc06546a6cb6f97a7d30 /Library | |
| parent | 16a176cfe4c457eb6a76ee54e6372689e24a0781 (diff) | |
| download | homebrew-db801bf1e659bbabe7629c5a1300cc1803e0b322.tar.bz2 | |
qt5: 5.0.1
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/qt5.rb | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Library/Formula/qt5.rb b/Library/Formula/qt5.rb index 5a5c3d719..8dd8148d4 100644 --- a/Library/Formula/qt5.rb +++ b/Library/Formula/qt5.rb @@ -2,13 +2,17 @@ require 'formula' class Qt5 < Formula homepage 'http://qt-project.org/' - url 'http://releases.qt-project.org/qt5/5.0.0/single/qt-everywhere-opensource-src-5.0.0.tar.gz' - sha1 '42f4b11389fe1361352cdd04f258f0d6f175ebfd' + url 'http://releases.qt-project.org/qt5/5.0.1/single/qt-everywhere-opensource-src-5.0.1.tar.gz' + sha1 'fda04435b1d4069dc189ab4d22ed7a36fe6fa3e9' head 'git://gitorious.org/qt/qt5.git', :branch => 'master' keg_only "Qt 5 conflicts Qt 4 (which is currently much more widely used)." + fails_with :clang do + build 425 + end + option :universal option 'with-qtdbus', 'Enable QtDBus module' option 'with-demos-examples', 'Enable Qt demos and examples' @@ -24,8 +28,7 @@ class Qt5 < Formula def install args = ["-prefix", prefix, "-system-libpng", "-system-zlib", - "-confirm-license", "-opensource", - "-fast" ] + "-confirm-license", "-opensource" ] args << "-L#{MacOS::X11.prefix}/lib" << "-I#{MacOS::X11.prefix}/include" if MacOS::X11.installed? |
