diff --git a/desktop/kde/kde5-framework/kde5-ki18n/actions.py b/desktop/kde/kde5-framework/kde5-ki18n/actions.py old mode 100755 new mode 100644 index 94169eca50..3e60979ae6 --- a/desktop/kde/kde5-framework/kde5-ki18n/actions.py +++ b/desktop/kde/kde5-framework/kde5-ki18n/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 \ - -DQT_PLUGIN_INSTALL_DIR=lib/qt5/plugins \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DLOCALE_INSTALL_DIR=/usr/share/locale \ - -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", "COPYING-CMAKE-SCRIPTS") diff --git a/desktop/kde/kde5-framework/kde5-ki18n/pspec.xml b/desktop/kde/kde5-framework/kde5-ki18n/pspec.xml index dbcb76a569..6420cb0cb9 100755 --- a/desktop/kde/kde5-framework/kde5-ki18n/pspec.xml +++ b/desktop/kde/kde5-framework/kde5-ki18n/pspec.xml @@ -12,10 +12,10 @@ library KDE Gettext-based UI text internationalization. KI18n provides functionality for internationalizing user interface text in applications, based on the GNU Gettext translation system. - http://download.kde.org/stable/frameworks/5.10/ki18n-5.10.0.tar.xz + http://download.kde.org/stable/frameworks/5.11/ki18n-5.11.0.tar.xz qt5-base-devel - python + python3 extra-cmake-modules @@ -24,7 +24,7 @@ kde5-ki18n qt5-base - qt5-script + qt5-script /usr/share @@ -32,6 +32,7 @@ /usr/lib/qt5 /usr/lib /usr/share/doc + /usr/share/man @@ -49,6 +50,13 @@ + + 2015-06-21 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + 2015-05-30 5.10.0