aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike Arthur2010-03-19 12:25:11 +0000
committerMike Arthur2010-03-19 12:25:11 +0000
commitdbaa7188d62469717f5241ec391ae816fdc510b7 (patch)
tree35065639a098ebcb119456f44faff2c34d653c34 /Library/Formula
parente6dbf41c2e0ace258ca878ed326b23d263acd1dc (diff)
downloadhomebrew-dbaa7188d62469717f5241ec391ae816fdc510b7.tar.bz2
Add KDELibs caveat so people don't expect it to fully work yet.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/kdelibs.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/kdelibs.rb b/Library/Formula/kdelibs.rb
index 3173e1c69..2ea19f1eb 100644
--- a/Library/Formula/kdelibs.rb
+++ b/Library/Formula/kdelibs.rb
@@ -25,4 +25,17 @@ class Kdelibs <Formula
system "cmake .. #{std_cmake_parameters} -DCMAKE_PREFIX_PATH=#{gettext.prefix} -DBUNDLE_INSTALL_DIR=#{bin}"
system "make install"
end
+
+ def caveats
+ <<-END_CAVEATS
+ WARNING: this doesn't actually work for running KDE applications yet!
+
+ Please don't just add the Macports patches and expect them to be pulled.
+ I'm avoiding adding patches that haven't been committed to KDE upstream
+ (which I have commit access to). Instead of requesting I add these,
+ consider writing and testing an upstream-suitable patch.
+
+ Thanks for your patience!
+ END_CAVEATS
+ end
end