diff --git a/desktop/kde/kde5-framework/kde5-kauth/actions.py b/desktop/kde/kde5-framework/kde5-kauth/actions.py
old mode 100755
new mode 100644
index 8fc39e8aaa..11b2858877
--- a/desktop/kde/kde5-framework/kde5-kauth/actions.py
+++ b/desktop/kde/kde5-framework/kde5-kauth/actions.py
@@ -4,22 +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 \
- -DLIB_INSTALL_DIR=lib \
- -DLIBEXEC_INSTALL_DIR=lib \
- -DSYSCONF_INSTALL_DIR=/etc \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
- -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
- -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-kauth/pspec.xml b/desktop/kde/kde5-framework/kde5-kauth/pspec.xml
index 39987a01e1..97c607ba82 100755
--- a/desktop/kde/kde5-framework/kde5-kauth/pspec.xml
+++ b/desktop/kde/kde5-framework/kde5-kauth/pspec.xml
@@ -10,9 +10,9 @@
LGPLv2
library
- Framework which lets applications perform actions as a privileged user
+ Abstraction to system policy and authentication features
Framework which lets applications perform actions as a privileged user
- http://download.kde.org/stable/frameworks/5.10/kauth-5.10.0.tar.xz
+ http://download.kde.org/stable/frameworks/5.11/kauth-5.11.0.tar.xz
qt5-base-devel
qt5-tools-devel
@@ -51,6 +51,13 @@
+
+ 2015-06-21
+ 5.11.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
2015-05-30
5.10.0