Commit Graph

12 Commits (20652e9de0a6f553d06cf62c5896d2016a115308)

Author SHA1 Message Date
Mike McQuaid 88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Jack Nagel c7630f5ff4 Use new std_cmake_args method
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-22 22:22:00 -05:00
Adam Vandenberg 7c5720e36f Put source path last in cmake args 2012-02-24 21:35:51 -08:00
Mike McQuaid 5ab57b2f75 Document automoc4 patch.
Fixes Homebrew/homebrew#10065.
2012-02-09 20:45:11 +00:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Adam Vandenberg 19e5e6e64a Mark scons, cmake & pkg-config as build-time deps 2010-10-12 07:13:29 -07:00
Adam Vandenberg 7bd947eb0b Update formulae for version 0.7
* 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-08-07 18:08:53 -07:00
Mike Arthur bfeb98af62 Update automoc4 with patch to fix not finding Qt properly.
This caused build problems with KDE which should now be fixed.
Updating KDE packages should be much faster as a result and less
patching required upstream.

This patch has been applied upstream already to the KDE repository
so will not be needed for the next release of automoc4.
2010-03-15 23:44:33 +00:00
Mike Arthur 2c83b4534b Use KDE FTP and add needed Qt dependency for Automoc4. 2010-02-25 10:17:39 +00:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
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-15 16:48:03 +01:00
Max Howell a0759ae93a Use new depends_on syntax in all formula
Many formula were imported during the development of the dependency branch.
2009-09-21 19:00:13 +01:00
David Höppner dcea5cb284 Automoc formula
KDE automatic moc generator
2009-09-19 11:37:39 +02:00