From c41b9f260d1807adfbb83776f3eec7e62a12b420 Mon Sep 17 00:00:00 2001 From: groni Date: Sun, 21 Jun 2015 18:03:13 +0200 Subject: [PATCH] kde5-kauth version bump --- desktop/kde/kde5-framework/kde5-kauth/actions.py | 16 +++++----------- desktop/kde/kde5-framework/kde5-kauth/pspec.xml | 11 +++++++++-- 2 files changed, 14 insertions(+), 13 deletions(-) mode change 100755 => 100644 desktop/kde/kde5-framework/kde5-kauth/actions.py 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