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 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 diff --git a/desktop/kde/kde5-framework/kde5-kcompletion/actions.py b/desktop/kde/kde5-framework/kde5-kcompletion/actions.py index 58699d30b0..11b2858877 100644 --- a/desktop/kde/kde5-framework/kde5-kcompletion/actions.py +++ b/desktop/kde/kde5-framework/kde5-kcompletion/actions.py @@ -4,21 +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 \ - -DSYSCONF_INSTALL_DIR=/etc \ - -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.LIB") diff --git a/desktop/kde/kde5-framework/kde5-kcompletion/pspec.xml b/desktop/kde/kde5-framework/kde5-kcompletion/pspec.xml index 5e17117406..87b6ce37fd 100644 --- a/desktop/kde/kde5-framework/kde5-kcompletion/pspec.xml +++ b/desktop/kde/kde5-framework/kde5-kcompletion/pspec.xml @@ -13,7 +13,7 @@ app:console Addon with auto completion widgets and classes KCompletion provides widgets with advanced completion support as well as a lower-level completion class which can be used with your own widgets. - http://download.kde.org/stable/frameworks/5.10/kcompletion-5.10.0.tar.xz + http://download.kde.org/stable/frameworks/5.11/kcompletion-5.11.0.tar.xz qt5-base-devel qt5-tools-devel @@ -54,6 +54,13 @@ + + 2015-06-21 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + 2015-05-30 5.10.0 diff --git a/desktop/kde/kde5-framework/kde5-kconfig/actions.py b/desktop/kde/kde5-framework/kde5-kconfig/actions.py old mode 100755 new mode 100644 index 8307c96119..3685049507 --- a/desktop/kde/kde5-framework/kde5-kconfig/actions.py +++ b/desktop/kde/kde5-framework/kde5-kconfig/actions.py @@ -4,21 +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 \ - -DQT_PLUGIN_INSTALL_DIR=lib/qt5/plugins \ - -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", "DESIGN", "TODO") diff --git a/desktop/kde/kde5-framework/kde5-kconfig/pspec.xml b/desktop/kde/kde5-framework/kde5-kconfig/pspec.xml index 41face9ef0..22a56ffffb 100755 --- a/desktop/kde/kde5-framework/kde5-kconfig/pspec.xml +++ b/desktop/kde/kde5-framework/kde5-kconfig/pspec.xml @@ -14,15 +14,15 @@ app:gui Advanced configuration system for KDE Frameworks 5 Kconfig provides advanced libraries and tools for accessing configuration files. - http://download.kde.org/stable/frameworks/5.10/kconfig-5.10.0.tar.xz + http://download.kde.org/stable/frameworks/5.11/kconfig-5.11.0.tar.xz qt5-base-devel qt5-tools-devel extra-cmake-modules - 0001-ensure-platform-window-resize-processing.patch - session-restore.patch + @@ -56,6 +56,13 @@ + + 2015-06-21 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + 2015-05-30 5.10.0 diff --git a/desktop/kde/kde5-framework/kde5-kcoreaddons/actions.py b/desktop/kde/kde5-framework/kde5-kcoreaddons/actions.py old mode 100755 new mode 100644 index 3ee8408ad5..11b2858877 --- a/desktop/kde/kde5-framework/kde5-kcoreaddons/actions.py +++ b/desktop/kde/kde5-framework/kde5-kcoreaddons/actions.py @@ -4,21 +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 \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -D_KDE4_DEFAULT_HOME_POSTFIX=4 \ - -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-kcoreaddons/comar/package.py b/desktop/kde/kde5-framework/kde5-kcoreaddons/comar/package.py index de8ea402fe..ef1e236be6 100644 --- a/desktop/kde/kde5-framework/kde5-kcoreaddons/comar/package.py +++ b/desktop/kde/kde5-framework/kde5-kcoreaddons/comar/package.py @@ -3,6 +3,6 @@ from pisi.version import Version def postInstall(fromVersion, fromRelease, toVersion, toRelease): - if update-mime-database usr/share/mime > /dev/null + os.system("/usr/bin/update-mime-database /usr/share/mime") diff --git a/desktop/kde/kde5-framework/kde5-kcoreaddons/pspec.xml b/desktop/kde/kde5-framework/kde5-kcoreaddons/pspec.xml index aef9d6797a..0758be09ac 100755 --- a/desktop/kde/kde5-framework/kde5-kcoreaddons/pspec.xml +++ b/desktop/kde/kde5-framework/kde5-kcoreaddons/pspec.xml @@ -13,7 +13,7 @@ app:console Utilities for core application functionality and accessing the OS KCoreAddons provides classes built on top of QtCore to perform various tasks such as manipulating mime types, autosaving files, creating backup files, generating random sequences, performing text manipulations such as macro replacement, accessing user information and many more. - http://download.kde.org/stable/frameworks/5.10/kcoreaddons-5.10.0.tar.xz + http://download.kde.org/stable/frameworks/5.11/kcoreaddons-5.11.0.tar.xz qt5-base-devel qt5-tools-devel @@ -49,12 +49,19 @@ /usr/lib/cmake /usr/lib/pkgconfig - + + + 2015-06-21 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + 2015-05-30 5.10.0 diff --git a/desktop/kde/kde5-framework/kde5-kdbusaddons/actions.py b/desktop/kde/kde5-framework/kde5-kdbusaddons/actions.py old mode 100755 new mode 100644 index 579b7ea6ee..3ab437b852 --- a/desktop/kde/kde5-framework/kde5-kdbusaddons/actions.py +++ b/desktop/kde/kde5-framework/kde5-kdbusaddons/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 \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DLOCALE_INSTALL_DIR=/usr/share/locale \ - -DLIB_INSTALL_DIR=lib \ - -DBUILD_TESTING=OFF") + kde5.configure() def build(): - cmaketools.make() + kde5.make() def install(): - cmaketools.install() - + kde5.install() + pisitools.dodoc("README.md", "MAINTAINER", "COPYING.LIB") diff --git a/desktop/kde/kde5-framework/kde5-kdbusaddons/pspec.xml b/desktop/kde/kde5-framework/kde5-kdbusaddons/pspec.xml index 6d3e24cb98..fe53b7fae2 100755 --- a/desktop/kde/kde5-framework/kde5-kdbusaddons/pspec.xml +++ b/desktop/kde/kde5-framework/kde5-kdbusaddons/pspec.xml @@ -13,7 +13,7 @@ app:console Extra modules for Qt-DBus KDE5-KDBusAddons provides convenience classes on top of QtDBus, as well as an API to create KDED modules. - http://download.kde.org/stable/frameworks/5.10/kdbusaddons-5.10.0.tar.xz + http://download.kde.org/stable/frameworks/5.11/kdbusaddons-5.11.0.tar.xz qt5-base-devel qt5-tools-devel @@ -52,6 +52,13 @@ + + 2015-06-21 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + 2015-05-30 5.10.0 diff --git a/desktop/kde/kde5-framework/kde5-kdoctools/actions.py b/desktop/kde/kde5-framework/kde5-kdoctools/actions.py old mode 100755 new mode 100644 index 49de0c6163..238456d212 --- a/desktop/kde/kde5-framework/kde5-kdoctools/actions.py +++ b/desktop/kde/kde5-framework/kde5-kdoctools/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 \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DLIB_INSTALL_DIR=lib \ - -DBUILD_TESTING=OFF") + kde5.configure() def build(): - cmaketools.make() + kde5.make() def install(): - cmaketools.install() - + kde5.install() + pisitools.dodoc("README.md", "COPYING.LIB", "LICENSE", "TODO") diff --git a/desktop/kde/kde5-framework/kde5-kdoctools/pspec.xml b/desktop/kde/kde5-framework/kde5-kdoctools/pspec.xml index 5f89722df3..0955bb1730 100755 --- a/desktop/kde/kde5-framework/kde5-kdoctools/pspec.xml +++ b/desktop/kde/kde5-framework/kde5-kdoctools/pspec.xml @@ -13,11 +13,13 @@ app:console KDE5 document generator kdoctools is an application aims to generate documents from DocBook. - http://download.kde.org/stable/frameworks/5.10/kdoctools-5.10.0.tar.xz + http://download.kde.org/stable/frameworks/5.11/kdoctools-5.11.0.tar.xz qt5-base-devel perl-URI python + docbook-xsl + docbook-xml kde5-ki18n-devel extra-cmake-modules @@ -27,9 +29,7 @@ kde5-kdoctools qt5-base - libxslt - docbook-xsl - docbook-xml + libxslt kde5-karchive @@ -59,6 +59,13 @@ + + 2015-06-21 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + 2015-05-30 5.10.0 diff --git a/desktop/kde/kde5-framework/kde5-kguiaddons/actions.py b/desktop/kde/kde5-framework/kde5-kguiaddons/actions.py old mode 100755 new mode 100644 index d4321b3b1a..a0965a34a3 --- a/desktop/kde/kde5-framework/kde5-kguiaddons/actions.py +++ b/desktop/kde/kde5-framework/kde5-kguiaddons/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 \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DLIB_INSTALL_DIR=lib \ - -DBUILD_TESTING=OFF") + kde5.configure() def build(): - cmaketools.make() + kde5.make() def install(): - cmaketools.install() - + kde5.install() + pisitools.dodoc("README.md", "COPYING.LIB", "COPYING") diff --git a/desktop/kde/kde5-framework/kde5-kguiaddons/pspec.xml b/desktop/kde/kde5-framework/kde5-kguiaddons/pspec.xml index fe815dc79c..bfffdf1992 100755 --- a/desktop/kde/kde5-framework/kde5-kguiaddons/pspec.xml +++ b/desktop/kde/kde5-framework/kde5-kguiaddons/pspec.xml @@ -12,7 +12,7 @@ library Utilities for graphical user interfaces The KDE GUI addons provide utilities for graphical user interfaces in the areas of colors, fonts, text, images, keyboard input. Development files. - http://download.kde.org/stable/frameworks/5.10/kguiaddons-5.10.0.tar.xz + http://download.kde.org/stable/frameworks/5.11/kguiaddons-5.11.0.tar.xz qt5-base-devel extra-cmake-modules @@ -26,9 +26,7 @@ qt5-x11extras - /usr/share - /usr/share/locale - /usr/lib/qt5 + /usr/lib/qt5 /usr/lib /usr/share/doc @@ -48,6 +46,13 @@ + + 2015-06-21 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + 2015-05-30 5.10.0 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 diff --git a/desktop/kde/kde5-framework/kde5-kwidgetsaddons/actions.py b/desktop/kde/kde5-framework/kde5-kwidgetsaddons/actions.py old mode 100755 new mode 100644 index b3339025b6..03367afb1e --- a/desktop/kde/kde5-framework/kde5-kwidgetsaddons/actions.py +++ b/desktop/kde/kde5-framework/kde5-kwidgetsaddons/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 \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -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.LIB", "COPYING") diff --git a/desktop/kde/kde5-framework/kde5-kwidgetsaddons/pspec.xml b/desktop/kde/kde5-framework/kde5-kwidgetsaddons/pspec.xml index c3aa87c493..8da4523aff 100755 --- a/desktop/kde/kde5-framework/kde5-kwidgetsaddons/pspec.xml +++ b/desktop/kde/kde5-framework/kde5-kwidgetsaddons/pspec.xml @@ -13,7 +13,7 @@ app:console KDE5 desktop widgets KdeWidgetsAddons is a framework contains addon widgets and shared libraries for applications using Qt5-Widgets. - http://download.kde.org/stable/frameworks/5.10/kwidgetsaddons-5.10.0.tar.xz + http://download.kde.org/stable/frameworks/5.11/kwidgetsaddons-5.11.0.tar.xz qt5-base-devel qt5-tools-devel @@ -50,6 +50,13 @@ + + 2015-06-21 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + 2015-05-30 5.10.0