diff --git a/desktop/kde/kde5-framework/kde5-kwindowsystem/actions.py b/desktop/kde/kde5-framework/kde5-kwindowsystem/actions.py
old mode 100755
new mode 100644
index 25e5a4e58b..9f0ecb1249
--- a/desktop/kde/kde5-framework/kde5-kwindowsystem/actions.py
+++ b/desktop/kde/kde5-framework/kde5-kwindowsystem/actions.py
@@ -4,20 +4,16 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
+from pisi.actionsapi import kde5
from pisi.actionsapi import pisitools
-from pisi.actionsapi import cmaketools
def setup():
- cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
- -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
- -DLIB_INSTALL_DIR=lib \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
- -DBUILD_TESTING=OFF")
+ kde5.configure()
def build():
- cmaketools.make()
+ kde5.make()
def install():
- cmaketools.install()
-
+ kde5.install()
+
pisitools.dodoc("README.md","COPYING.LIB")
diff --git a/desktop/kde/kde5-framework/kde5-kwindowsystem/pspec.xml b/desktop/kde/kde5-framework/kde5-kwindowsystem/pspec.xml
index 82e00623da..905d60bdc5 100755
--- a/desktop/kde/kde5-framework/kde5-kwindowsystem/pspec.xml
+++ b/desktop/kde/kde5-framework/kde5-kwindowsystem/pspec.xml
@@ -13,10 +13,18 @@
app:console
KDE5 window manager access framework
KWindowSystem provides information about the state of the window manager and allows asking the window manager to change the using a more high-level interface than the NETWinInfo/NETRootInfo low-level classes.
- http://download.kde.org/stable/frameworks/5.10/kwindowsystem-5.10.0.tar.xz
+ http://download.kde.org/stable/frameworks/5.11/kwindowsystem-5.11.0.tar.xz
qt5-base-devel
- qt5-tools-devel
+ qt5-tools-devel
+ qt5-x11extras-devel
+ libX11-devel
+ libgcc
+ libxcb-devel
+ libXrender-devel
+ libXfixes-devel
+ xcb-util-devel
+ xcb-util-keysyms-devel
extra-cmake-modules
@@ -25,6 +33,9 @@
kde5-kwindowsystem
qt5-base
+ libX11
+ libgcc
+ libxcb
qt5-x11extras
libXfixes
xcb-util-keysyms
@@ -58,6 +69,13 @@
+
+ 2015-06-23
+ 5.11.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
2015-05-30
5.10.0