diff --git a/desktop/kde/kde5-framework/extra-cmake-modules/pspec.xml b/desktop/kde/kde5-framework/extra-cmake-modules/pspec.xml index 44adf07510..e500e515f8 100755 --- a/desktop/kde/kde5-framework/extra-cmake-modules/pspec.xml +++ b/desktop/kde/kde5-framework/extra-cmake-modules/pspec.xml @@ -5,56 +5,35 @@ extra-cmake-modules http://www.kde.org - Idris Kalp - idriskalp@gmail.com + Pisi Linux Admins + admin@gmail.com LGPLv2 library Extra cmake modules for KDE5 Extra cmake modules KDE5 - http://download.kde.org/stable/frameworks/5.10/extra-cmake-modules-5.10.0.tar.xz + http://download.kde.org/stable/frameworks/5.11/extra-cmake-modules-5.11.0.tar.xz - python-sphinx + python-sphinx extra-cmake-modules - /usr/lib /usr/share + /usr/lib /usr/share/man/man7 - - 2015-05-29 - 5.10.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-20 - 5.9.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-02-23 - 1.7.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - 2014-09-20 - 1.2.1 - First release - Idris Kalp - idriskalp@gmail.com - + 2015-06-20 + 5.11.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + diff --git a/desktop/kde/kde5-framework/kde5-attica/actions.py b/desktop/kde/kde5-framework/kde5-attica/actions.py old mode 100755 new mode 100644 index 6bca2ff70d..f137ac184a --- a/desktop/kde/kde5-framework/kde5-attica/actions.py +++ b/desktop/kde/kde5-framework/kde5-attica/actions.py @@ -4,20 +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 \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DLIB_INSTALL_DIR=lib \ - -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", "AUTHORS", "ChangeLog") diff --git a/desktop/kde/kde5-framework/kde5-attica/pspec.xml b/desktop/kde/kde5-framework/kde5-attica/pspec.xml index 1f89ca0d69..3d996e88e8 100755 --- a/desktop/kde/kde5-framework/kde5-attica/pspec.xml +++ b/desktop/kde/kde5-framework/kde5-attica/pspec.xml @@ -12,7 +12,7 @@ library Open Collaboration Service client library, based on Qt 5 Attica is a library to access Open Collaboration Service servers, based on Qt 5. - http://download.kde.org/stable/frameworks/5.10/attica-5.10.0.tar.xz + http://download.kde.org/stable/frameworks/5.11/attica-5.11.0.tar.xz qt5-base-devel extra-cmake-modules @@ -47,19 +47,19 @@ + + 2015-06-20 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + 2015-05-30 5.10.0 Version bump. Stefan Gronewold(groni) groni@pisilinux.org - - - 2014-09-20 - 5.2.0 - First release - Idris Kalp - idriskalp@gmail.com - +