Skip to content

Commit

Permalink
Update KDELibs to 4.4.1 and remove patch due to automoc4 fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Mar 18, 2010
1 parent 6a946c3 commit 6d65934
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions 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'
Expand All @@ -25,8 +25,4 @@ def install
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

0 comments on commit 6d65934

Please sign in to comment.