From 63815cb3bce281c3f745f1da4ddc86f4ae4c1701 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 23 Jan 2015 13:42:30 +0100 Subject: Plasma: updated to 5.2.0. New dependency added: wayland (in order to compile KWin). --- kde/cmake/bluedevil | 14 +------------- kde/cmake/kde-gtk-config | 1 + kde/cmake/kdecoration | 1 + kde/cmake/ksshaskpass | 1 + kde/cmake/libbluedevil | 1 + kde/cmake/muon | 1 + kde/cmake/plasma | 1 + 7 files changed, 7 insertions(+), 13 deletions(-) mode change 100644 => 120000 kde/cmake/bluedevil create mode 120000 kde/cmake/kde-gtk-config create mode 120000 kde/cmake/kdecoration create mode 120000 kde/cmake/ksshaskpass create mode 120000 kde/cmake/libbluedevil create mode 120000 kde/cmake/muon (limited to 'kde/cmake') diff --git a/kde/cmake/bluedevil b/kde/cmake/bluedevil deleted file mode 100644 index d855f53..0000000 --- a/kde/cmake/bluedevil +++ /dev/null @@ -1,13 +0,0 @@ -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 \ - .. - diff --git a/kde/cmake/bluedevil b/kde/cmake/bluedevil new file mode 120000 index 0000000..eff359e --- /dev/null +++ b/kde/cmake/bluedevil @@ -0,0 +1 @@ +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 \ -- cgit v1.2.3