aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike Arthur2010-03-16 22:28:26 +0000
committerMike Arthur2010-03-18 15:45:00 +0000
commit6d659349fe85f53423202c69e3fbe1fca688f890 (patch)
tree20e0731a64cb7fecc05bac7a7db16a9752c82a2b /Library/Formula
parent6a946c32e14d4fb0a2d938a72e9843d041381eae (diff)
downloadhomebrew-6d659349fe85f53423202c69e3fbe1fca688f890.tar.bz2
Update KDELibs to 4.4.1 and remove patch due to automoc4 fixes.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/kdelibs.rb8
1 files changed, 2 insertions, 6 deletions
diff --git a/Library/Formula/kdelibs.rb b/Library/Formula/kdelibs.rb
index 53dcc61bb..09f607c90 100644
--- a/Library/Formula/kdelibs.rb
+++ b/Library/Formula/kdelibs.rb
@@ -1,9 +1,9 @@
require 'formula'
class Kdelibs <Formula
- url 'ftp://ftp.kde.org/pub/kde/stable/4.4.0/src/kdelibs-4.4.0.tar.bz2'
+ url 'ftp://ftp.kde.org/pub/kde/stable/4.4.1/src/kdelibs-4.4.1.tar.bz2'
homepage 'http://www.kde.org/'
- md5 '957bca85de744a9ddd316fd85e882b40'
+ md5 '5057908fb9dcf7997a87fe27a382bfc9'
depends_on 'cmake'
depends_on 'qt'
@@ -25,8 +25,4 @@ class Kdelibs <Formula
system "cmake .. #{std_cmake_parameters} -DCMAKE_PREFIX_PATH=#{gettext.prefix}"
system "make install"
end
-
- def patches
- { :p4 => "http://websvn.kde.org/branches/KDE/4.4/kdelibs/plasma/private/applethandle_p.h?r1=1095725&r2=1095724&pathrev=1095725&view=patch" }
- end
end