Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kde5.git;a=commitdiff;h=90e85f09383be0cead7037ab8a0ef1da70e67551
commit 90e85f09383be0cead7037ab8a0ef1da70e67551 Author: DeX77 <[email protected]> Date: Fri Mar 11 15:57:41 2016 +0100 * try other cmake options diff --git a/source/include/kde.sh b/source/include/kde.sh index 9938eb5..729ec9e 100644 --- a/source/include/kde.sh +++ b/source/include/kde.sh @@ -209,10 +209,12 @@ if [ -z "$_F_kde_project" ]; then -DKDE_DISTRIBUTION_TEXT='Frugalware Linux'" else _F_cmake_confopts="$_F_cmake_confopts \ - -DCONFIG_INSTALL_DIR=/etc/kde5/config \ - -DKCFG_INSTALL_DIR=/etc/kde5/config.kcfg \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DKDE_DISTRIBUTION_TEXT='Frugalware Linux'" + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DLIB_INSTALL_DIR=lib \ + -DLIBEXEC_INSTALL_DIR=lib \ + -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ + -DBUILD_TESTING=OFF" fi # stolen from makepkg ;)) _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
