summaryrefslogtreecommitdiffstats
path: root/kde/cmake/frameworks
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-01-26 21:57:57 +0100
committer Eric Hameleers <alien@slackware.com>2015-01-26 21:57:57 +0100
commitf4f83660bd73e9c9ccf87c0eed420d855ef537c9 (patch)
treec2ab7070826aa55b9c8321637737c8d004e32240 /kde/cmake/frameworks
parent09fd6d0ae700261597fbe7b351d664f42cb76a5f (diff)
downloadktown-f4f83660bd73e9c9ccf87c0eed420d855ef537c9.tar.gz
ktown-f4f83660bd73e9c9ccf87c0eed420d855ef537c9.tar.xz
Final KDE.SlackBuild harness, ready for the upcoming release of Plasma 5.2.0.
All bugs have bee ironed out I hope... Final changes: eigen2: updated to latest version so 'step' can compile. kde-workspace: required to build this, or else kdeartwork won't compile. Frameworks as well as Plasma use /usr/lib{,64} as the libexec directory (not sure if this is the best solution but it solves a lot of path issues). Applications: modified the build order so that KF5 applications are built first (before kde-workspace overwrites part of plasma-workspace). My final package set will not have kde-workspace but if you compile this yourself, your last step needs to be: # removepkg kde-workspace # upgradepkg --reinstall /path/to/plasma-workspace
Diffstat (limited to 'kde/cmake/frameworks')
-rw-r--r--kde/cmake/frameworks1
1 files changed, 1 insertions, 0 deletions
diff --git a/kde/cmake/frameworks b/kde/cmake/frameworks
index fd9ec67..c05a2c3 100644
--- a/kde/cmake/frameworks
+++ b/kde/cmake/frameworks
@@ -13,6 +13,7 @@ cd build
-DSYSCONF_INSTALL_DIR=/etc/kde \
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
-DLIB_INSTALL_DIR=lib$LIBDIRSUFFIX \
+ -DLIBEXEC_INSTALL_DIR=lib$LIBDIRSUFFIX \
-DQML_INSTALL_DIR=lib$LIBDIRSUFFIX/qt5/qml \
-DQT_PLUGIN_INSTALL_DIR=lib$LIBDIRSUFFIX/qt5/plugins \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \