diff --git a/desktop/kde/kde5-framework/kde5-karchive/1actions.py b/desktop/kde/kde5-framework/kde5-karchive/1actions.py new file mode 100755 index 0000000000..f1da0a0e61 --- /dev/null +++ b/desktop/kde/kde5-framework/kde5-karchive/1actions.py @@ -0,0 +1,22 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pisitools +from pisi.actionsapi import cmaketools + +def setup(): + cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ + -DLIB_INSTALL_DIR=lib \ + -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ + -DBUILD_TESTING=OFF") + +def build(): + cmaketools.make() + +def install(): + cmaketools.install() + + pisitools.dodoc("README.md", "COPYING", "COPYING.LIB", "AUTHORS") diff --git a/desktop/kde/kde5-framework/kde5-karchive/actions.py b/desktop/kde/kde5-framework/kde5-karchive/actions.py old mode 100755 new mode 100644 index f1da0a0e61..0cf899f127 --- a/desktop/kde/kde5-framework/kde5-karchive/actions.py +++ b/desktop/kde/kde5-framework/kde5-karchive/actions.py @@ -4,19 +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 \ - -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", "COPYING.LIB", "AUTHORS") diff --git a/desktop/kde/kde5-framework/kde5-karchive/pspec.xml b/desktop/kde/kde5-framework/kde5-karchive/pspec.xml index ab68563245..962a68eeec 100755 --- a/desktop/kde/kde5-framework/kde5-karchive/pspec.xml +++ b/desktop/kde/kde5-framework/kde5-karchive/pspec.xml @@ -12,7 +12,7 @@ library Qt 5 addon providing access to numerous types of archives KArchive provides classes for easy reading, creation and manipulation of "archive" formats like ZIP and TAR. - http://download.kde.org/stable/frameworks/5.10/karchive-5.10.0.tar.xz + http://download.kde.org/stable/frameworks/5.11/karchive-5.11.0.tar.xz qt5-base-devel extra-cmake-modules @@ -46,7 +46,14 @@ - + + + 2015-06-20 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + 2015-05-30 5.10.0