From db464f25fec54ddfa7825a17b20fda025c296f8c Mon Sep 17 00:00:00 2001 From: root Date: Thu, 7 Apr 2011 04:58:41 +0000 Subject: Thu Apr 7 04:58:41 UTC 2011 --- extra/kdelibs/PKGBUILD | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) (limited to 'extra/kdelibs/PKGBUILD') diff --git a/extra/kdelibs/PKGBUILD b/extra/kdelibs/PKGBUILD index 10122d1a4..eb84d4b50 100644 --- a/extra/kdelibs/PKGBUILD +++ b/extra/kdelibs/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 117004 2011-03-27 13:27:39Z andrea $ +# $Id: PKGBUILD 118061 2011-04-05 10:07:38Z andrea $ # Maintainer: Andrea Scarpino pkgname=kdelibs -pkgver=4.6.1 -pkgrel=3 +pkgver=4.6.2 +pkgrel=1 pkgdesc="KDE Core Libraries" arch=('i686' 'x86_64') url='http://www.kde.org' @@ -19,15 +19,11 @@ makedepends=('pkgconfig' 'cmake' 'automoc4' 'intltool' 'avahi' 'libgl' replaces=('arts' 'kdelibs-experimental') install='kdelibs.install' source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2" - 'kde-applications-menu.patch' 'archlinux-menu.patch' 'abs-syntax-highlight.patch' - 'CVE-2011-1168.patch' - 'fix-empty-dolphin-home.patch') -sha1sums=('5868d43084b2dc9de4c0404dbec137375664e893' + 'kde-applications-menu.patch' 'archlinux-menu.patch' 'abs-syntax-highlight.patch') +sha1sums=('b4794a9a69492ce4725abd9eb5d00d3a50e46603' '86ee8c8660f19de8141ac99cd6943964d97a1ed7' '63a850ab4196b9d06934f2b4a13acd9f7739bc67' - 'd994f262356af5b9e4e9619646e471bd98c91efb' - '730534a337c88ef2a7c716f5d118f445d06898e7' - 'aaec293322f1483990ad8edbb1ec1a6dd69cf3ee') + 'd994f262356af5b9e4e9619646e471bd98c91efb') build() { cd ${srcdir}/${pkgname}-${pkgver} @@ -39,10 +35,6 @@ build() { # add syntax highlightning for PKGBUILD and .install files patch -p1 -i $srcdir/abs-syntax-highlight.patch - # Already fixed upstream - patch -Np1 -i ${srcdir}/CVE-2011-1168.patch - patch -Np1 -i ${srcdir}/fix-empty-dolphin-home.patch - cd ${srcdir} mkdir build cd build -- cgit v1.2.3-54-g00ecf