diff --git a/desktop/kde/kde5-framework/kde5-kpackage/actions.py b/desktop/kde/kde5-framework/kde5-kpackage/actions.py index eb0cad697c..c9b765dc60 100644 --- a/desktop/kde/kde5-framework/kde5-kpackage/actions.py +++ b/desktop/kde/kde5-framework/kde5-kpackage/actions.py @@ -4,24 +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 shelltools -from pisi.actionsapi import cmaketools +from pisi.actionsapi import kde5 from pisi.actionsapi import pisitools -from pisi.actionsapi import get def setup(): - #shelltools.cd("kpackage") - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DLIB_INSTALL_DIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DPYTHON_EXECUTABLE=/usr/bin/python3 \ - -DBUILD_TESTING=OFF") + kde5.configure() def build(): - cmaketools.make() + kde5.make() def install(): - cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + kde5.install() pisitools.dodoc("COPYING", "COPYING.LIB", "README.md") diff --git a/desktop/kde/kde5-framework/kde5-kpackage/pspec.xml b/desktop/kde/kde5-framework/kde5-kpackage/pspec.xml index 061f86e5b0..a4e28d4ed6 100644 --- a/desktop/kde/kde5-framework/kde5-kpackage/pspec.xml +++ b/desktop/kde/kde5-framework/kde5-kpackage/pspec.xml @@ -12,10 +12,11 @@ app:library Framework that lets applications manage user installable packages of non-binary assets KPackage is dependent on the Smart package manager. - http://download.kde.org/stable/frameworks/5.10/kpackage-5.10.0.tar.xz + http://download.kde.org/stable/frameworks/5.11/kpackage-5.11.0.tar.xz qt5-base-devel python3 + libgcc qt5-tools-devel extra-cmake-modules kde5-kdoctools-devel @@ -26,6 +27,7 @@ kde5-kpackage qt5-base + libgcc kde5-kconfig kde5-ki18n kde5-kcoreaddons @@ -35,14 +37,33 @@ /usr/bin /usr/lib/qt5 /usr/lib - /usr/include/ /usr/share /usr/share/locale /usr/share/man/man1 + + kpackage-devel + Development files for kpackage + + qt5-base-devel + kde5-kpackage + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + 2015-06-23 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + 2015-05-31 5.10.0