Update KDELibs to 4.4.1 and remove patch due to automoc4 fixes.

master
Mike Arthur 2010-03-16 22:28:26 +00:00
parent 670c90486c
commit 30586ab018
1 changed files with 2 additions and 6 deletions

View File

@ -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