kdepim patch, kde-workspace trial to remove some patches, kdegames build changes

This commit is contained in:
abveritas 2012-09-29 06:32:03 +00:00
parent 8066a9033a
commit 919aa4253b

View File

@ -1,8 +1,8 @@
# #
# KDE SC Packages for Chakra, part of chakra-project.org # KDE SC Packages for Chakra, part of chakra-project.org
# #
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org> # maintainer : abveritas[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org> # maintainer : Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
# include global config # include global config
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
@ -80,7 +80,7 @@ build() {
cmake . -DCMAKE_BUILD_TYPE=${_build_type} \ cmake . -DCMAKE_BUILD_TYPE=${_build_type} \
-DCMAKE_INSTALL_PREFIX=${_installprefix} \ -DCMAKE_INSTALL_PREFIX=${_installprefix} \
-DCMAKE_SKIP_RPATH=ON \ -DCMAKE_SKIP_RPATH=ON \
-DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' -DPYTHON_EXECUTABLE=/usr/bin/python2
make || return 1 make || return 1
} }