diff --git a/desktop/kde/application/kde-dev-scripts/actions.py b/desktop/kde/application/kde-dev-scripts/actions.py new file mode 100644 index 0000000000..82119ae739 --- /dev/null +++ b/desktop/kde/application/kde-dev-scripts/actions.py @@ -0,0 +1,21 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import kde5 +from pisi.actionsapi import pisitools + +def setup(): + kde5.configure("-DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DLIB_INSTALL_DIR=lib \ + -DKDE_INSTALL_USE_QT_SYS_PATHS=ON") + +def build(): + kde5.make() + +def install(): + kde5.install() + + pisitools.dodoc("COPYING*", "README") \ No newline at end of file diff --git a/desktop/kde/application/kde-dev-scripts/pspec.xml b/desktop/kde/application/kde-dev-scripts/pspec.xml new file mode 100644 index 0000000000..184929a41d --- /dev/null +++ b/desktop/kde/application/kde-dev-scripts/pspec.xml @@ -0,0 +1,48 @@ + + + + + kde-dev-scripts + https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app + Scripts and setting files useful during development of KDE software + Scripts and setting files useful during development of KDE software + http://download.kde.org/stable/applications/15.08.3/src/kde-dev-scripts-15.08.3.tar.xz + + extra-cmake-modules + kdoctools-devel + kdelibs4-support-devel + + + + + kde-dev-scripts + + qt5-base + kdoctools + kdelibs4-support + + Scripts and setting files useful during development of KDE software + + /usr/bin + /usr/share + /usr/share/man + /usr/share/doc + + + + + + 2015-11-16 + 15.08.3 + First Release + Alihan Öztürk + alihan@pisilinux.org + + + \ No newline at end of file