mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 13:37:15 +08:00
re-add the needed gcc47.patch for kdenetwork 4.8.3, reset kde-common to 4.8.3
This commit is contained in:
parent
af94912775
commit
84b2971851
@ -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"
|
||||
|
@ -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} \
|
||||
|
Loading…
Reference in New Issue
Block a user