From 84b29718511d6a3b90c58ae40034bc05d96c3854 Mon Sep 17 00:00:00 2001 From: abveritas Date: Fri, 22 Jun 2012 03:57:08 +0000 Subject: [PATCH] re-add the needed gcc47.patch for kdenetwork 4.8.3, reset kde-common to 4.8.3 --- kde-common/kde-common.install | 2 +- kdenetwork/PKGBUILD | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/kde-common/kde-common.install b/kde-common/kde-common.install index 2c7fc4564..464ad8297 100644 --- a/kde-common/kde-common.install +++ b/kde-common/kde-common.install @@ -3,7 +3,7 @@ # post_install() { echo " " - echo " > KDE Software Compilation 4.8.4" + echo " > KDE Software Compilation 4.8.3" echo " > packaged by the Chakra Project" echo " " echo " Installation Prefix : /usr" diff --git a/kdenetwork/PKGBUILD b/kdenetwork/PKGBUILD index 4b4a5988f..9927bba13 100644 --- a/kdenetwork/PKGBUILD +++ b/kdenetwork/PKGBUILD @@ -33,17 +33,19 @@ makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'speex' 'ortp' 'libotr' 'qca 'mediastreamer' 'msilbc' 'kwebkitpart>=0.9.6' 'libktorrent>=1.0.5' 'docbook-xsl') source=("$_mirror/${pkgbase}-$_kdever.tar.xz" - 'lisa.daemon') + 'lisa.daemon' + 'gcc47.patch') md5sums=(`grep ${pkgbase}-$_kdever.tar.xz ../kde-sc.md5 | cut -d" " -f1` - '66069c83fd5fa0df5d743d4486799033') # lisa.daemon - + '66069c83fd5fa0df5d743d4486799033' # lisa.daemon + '2437b44ca9609b89c2a8f8f3a9f3df98') #gcc47.patch # # build function # build() { cd ${srcdir}/${pkgbase}-${pkgver} + patch -p4 -i "${srcdir}"/gcc47.patch msg "starting build ..." cmake . -DCMAKE_BUILD_TYPE=${_build_type} \