aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/qt.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-01qt: don't link to d-bus, load at runtime.Mike McQuaid
2011-03-01Update Qt to 4.7.2.Mike McQuaid
2011-02-12Add debug-and-release and universal options to Qt.Mike McQuaid
2011-02-12Add -fvisibility=hidden to Qt's CXXFLAGS for KDE.Mike McQuaid
2010-12-22Fix outdated Qt patch location.Mike McQuaid
2010-11-18Use https for all GitHub URLsTianyi Cui
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-18Fix Qt on SSE4.1-only machines.Mike McQuaid
Fixes https://github.com/mxcl/homebrew/issues/issue/3163 and applies to http://bugreports.qt.nokia.com/browse/QTBUG-13623.
2010-11-18Add option to build Qt demos and examples.Mike McQuaid
I actually end up using these quite often so I thought I'd add them.
2010-11-09Update Qt to version 4.7.1.Mike McQuaid
2010-10-03Update Qt to 4.7.0.Mike McQuaid
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.
2010-08-22Define "snow_leopard_64?"Adam Vandenberg
snow_leopard_64? (defined in Hardware) is a short-cut for: MACOS_VERSION >= 10.6 and Hardware.is_64_bit? Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-07-07Readd needed libQtUiTools_debug files.Mike Arthur
Found something which needed these files in order to build so readd them into the formula.
2010-06-21Update Qt to 4.6.3Mike Arthur
Thankfully the webkit buildsystem bug is now fixed.
2010-04-17Clean ups to several formulas, including:Adam Vandenberg
* Removing silly concatenation * Removing .bat files before installing * Removing silly quoting * Fixing download URLs * Removing explicit versions
2010-04-02Don't remove prl files from the Qt formula, QMake needs them.Mike Arthur
2010-02-18Qt - Create a 'Frameworks' symlink.Adam Vandenberg
2010-02-18Qt - use newer SQLite on 10.5Adam Vandenberg
2010-02-15Update Qt formula to 4.6.2.Mike Arthur
2010-02-09Add missing D-Bus library path to Qt formula.Mike Arthur
2010-02-02Use proper D-Bus naming in Qt formula to avoid alias message.Mike Arthur
2010-02-01Update MD5 for Qt 4.6.1.Mike Arthur
2010-01-30Update Qt formula to 4.6.1.Mike Arthur
2010-01-16Fixes #464; Qt formula breaks without mysql installedMax Howell
2009-12-07Fix qt.rb line 56Max Howell
2009-12-05Add Akonadi formula and dependencies.Mike Arthur
2009-12-05DRY out the X11 detection codeMax Howell
2009-11-08Slight Qt cleanupMax Howell
Use Ruby functions for the delete at end too.
2009-11-08Add Qt3Support and DBus support to Qt.Mike Arthur
Add GifLib and DBus formulae.
2009-11-07Update Qt MD5 and fix X11 png dependency.Mike Arthur
2009-10-23Bump Qt to 4.5.3Max Howell
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-10-12Fix Qt build on SLMax Howell
2009-10-02Fixing the qt recipe to work without . in PATH.Austin Ziegler
2009-09-12fix path to qt binaryLeo Franchi
2009-08-10Apply new ENV capabilities to all existing FormulaeMax Howell
2009-07-24Refactor--object orientate where sensibleMax Howell
2009-07-23Update Qt to 4.5.2Max Howell
2009-06-04Created /Library moved brew tool to /binMax Howell
Moved Forumla and Cellar/homebrew into Library. This way the homebrew core files are more sensibly placed, Cellar is more internally consistent and only generated. And Homebrew is ready for use straight out of the tarball.