summaryrefslogtreecommitdiffstats
path: root/kde/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'kde/cmake')
l---------[-rw-r--r--]kde/cmake/bluedevil14
l---------kde/cmake/kde-gtk-config1
l---------kde/cmake/kdecoration1
l---------kde/cmake/ksshaskpass1
l---------kde/cmake/libbluedevil1
l---------kde/cmake/muon1
-rw-r--r--kde/cmake/plasma1
7 files changed, 7 insertions, 13 deletions
diff --git a/kde/cmake/bluedevil b/kde/cmake/bluedevil
index d855f53..eff359e 100644..120000
--- a/kde/cmake/bluedevil
+++ b/kde/cmake/bluedevil
@@ -1,13 +1 @@
-mkdir -p build
-cd build
- cmake \
- $KDE_OPT_ARGS \
- -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
- -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DMAN_INSTALL_DIR=/usr/man \
- -DSYSCONF_INSTALL_DIR=/etc/kde \
- -DLIB_SUFFIX=${LIBDIRSUFFIX} \
- -DBUILD_tests:BOOL=OFF \
- ..
-
+plasma \ No newline at end of file
diff --git a/kde/cmake/kde-gtk-config b/kde/cmake/kde-gtk-config
new file mode 120000
index 0000000..eff359e
--- /dev/null
+++ b/kde/cmake/kde-gtk-config
@@ -0,0 +1 @@
+plasma \ No newline at end of file
diff --git a/kde/cmake/kdecoration b/kde/cmake/kdecoration
new file mode 120000
index 0000000..eff359e
--- /dev/null
+++ b/kde/cmake/kdecoration
@@ -0,0 +1 @@
+plasma \ No newline at end of file
diff --git a/kde/cmake/ksshaskpass b/kde/cmake/ksshaskpass
new file mode 120000
index 0000000..eff359e
--- /dev/null
+++ b/kde/cmake/ksshaskpass
@@ -0,0 +1 @@
+plasma \ No newline at end of file
diff --git a/kde/cmake/libbluedevil b/kde/cmake/libbluedevil
new file mode 120000
index 0000000..eff359e
--- /dev/null
+++ b/kde/cmake/libbluedevil
@@ -0,0 +1 @@
+plasma \ No newline at end of file
diff --git a/kde/cmake/muon b/kde/cmake/muon
new file mode 120000
index 0000000..eff359e
--- /dev/null
+++ b/kde/cmake/muon
@@ -0,0 +1 @@
+plasma \ No newline at end of file
diff --git a/kde/cmake/plasma b/kde/cmake/plasma
index 111d30c..de786f3 100644
--- a/kde/cmake/plasma
+++ b/kde/cmake/plasma
@@ -15,6 +15,7 @@ cd build
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
-DQT_PLUGIN_INSTALL_DIR=lib$LIBDIRSUFFIX/qt5/plugins \
-DQML_INSTALL_DIR=lib$LIBDIRSUFFIX/qt5/qml \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-DBUILD_TESTING=OFF \
-DHAVE_SHADOW=TRUE \
-DQca-qt5_DIR=/usr/lib${LIBDIRSUFFIX}/cmake/Qca \