diff --git a/desktop/kde/kde5-framework/kde5-kcodecs/actions.py b/desktop/kde/kde5-framework/kde5-kcodecs/actions.py old mode 100755 new mode 100644 index 31d089f3f0..2224377fc7 --- a/desktop/kde/kde5-framework/kde5-kcodecs/actions.py +++ b/desktop/kde/kde5-framework/kde5-kcodecs/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 \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DQT_PLUGIN_INSTALL_DIR=lib/qt5/plugins \ - -DLIB_INSTALL_DIR=lib \ - -DQML_INSTALL_DIR=lib/qt5/qml \ - -DLOCALE_INSTALL_DIR=/usr/share/locale \ - -DBUILD_TESTING=OFF") + kde5.configure() def build(): - cmaketools.make() + kde5.make() def install(): - cmaketools.install() - + kde5.install() + pisitools.dodoc("README.md", "COPYING", "COPYING.LIB") diff --git a/desktop/kde/kde5-framework/kde5-kcodecs/pspec.xml b/desktop/kde/kde5-framework/kde5-kcodecs/pspec.xml index 8313b93af7..d22c2560c6 100755 --- a/desktop/kde/kde5-framework/kde5-kcodecs/pspec.xml +++ b/desktop/kde/kde5-framework/kde5-kcodecs/pspec.xml @@ -12,7 +12,7 @@ library Plugins allowing Qt applications to access further types of images KDE5 KCodecs provide a collection of methods to manipulate strings using various encodings. - http://download.kde.org/stable/frameworks/5.10/kcodecs-5.10.0.tar.xz + http://download.kde.org/stable/frameworks/5.11/kcodecs-5.11.0.tar.xz qt5-base-devel qt5-tools-devel @@ -49,6 +49,13 @@ + + 2015-06-21 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + 2015-05-30 5.10.0