re-add the needed gcc47.patch for kdenetwork 4.8.3, reset kde-common to 4.8.3

This commit is contained in:
abveritas 2012-06-22 03:57:08 +00:00
parent af94912775
commit 84b2971851
2 changed files with 6 additions and 4 deletions

View File

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

View File

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