From ce1d33f7078c7f45836f8b3cdde5e8c9e6ed70ae Mon Sep 17 00:00:00 2001 From: groni Date: Wed, 1 Jul 2015 16:16:56 +0200 Subject: [PATCH] kde-cli-tools version bump and check --- desktop/kde/plasma/kde-cli-tools/actions.py | 18 ++++ .../kde/plasma/kde-cli-tools/comar/package.py | 7 ++ desktop/kde/plasma/kde-cli-tools/pspec.xml | 82 +++++++++++++++++++ 3 files changed, 107 insertions(+) create mode 100644 desktop/kde/plasma/kde-cli-tools/actions.py create mode 100644 desktop/kde/plasma/kde-cli-tools/comar/package.py create mode 100755 desktop/kde/plasma/kde-cli-tools/pspec.xml diff --git a/desktop/kde/plasma/kde-cli-tools/actions.py b/desktop/kde/plasma/kde-cli-tools/actions.py new file mode 100644 index 0000000000..ccb7abe2b6 --- /dev/null +++ b/desktop/kde/plasma/kde-cli-tools/actions.py @@ -0,0 +1,18 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# 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 + +def setup(): + kde5.configure() + +def build(): + kde5.make() + +def install(): + kde5.install() + diff --git a/desktop/kde/plasma/kde-cli-tools/comar/package.py b/desktop/kde/plasma/kde-cli-tools/comar/package.py new file mode 100644 index 0000000000..296728595f --- /dev/null +++ b/desktop/kde/plasma/kde-cli-tools/comar/package.py @@ -0,0 +1,7 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- + +import os + +def postInstall(fromVersion, fromRelease, toVersion, toRelease): + os.system("ln -s /usr/lib/kf5/kdesu /usr/bin/kdesu") diff --git a/desktop/kde/plasma/kde-cli-tools/pspec.xml b/desktop/kde/plasma/kde-cli-tools/pspec.xml new file mode 100755 index 0000000000..f328ddf993 --- /dev/null +++ b/desktop/kde/plasma/kde-cli-tools/pspec.xml @@ -0,0 +1,82 @@ + + + + + kde-cli-tools + http://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + Additional client tools for KDE applications + Tools based on KDE Frameworks 5 to better interact with the system + http://download.kde.org/stable/plasma/5.3.2/kde-cli-tools-5.3.2.tar.xz + + qt5-base-devel + libX11-devel + libgcc + kdoctools-devel + python3 + extra-cmake-modules + + + + + kde-cli-tools + + qt5-base + qt5-svg + libX11 + libgcc + kio + ki18n + kservice + qt5-x11extras + kcompletion + kcoreaddons + kiconthemes + kwindowsystem + kconfigwidgets + kwidgetsaddons + kcmutils + kconfig + kdelibs4-support + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/man + /usr/share/doc + + + System.Package + + + kdesu + + + + + + 2015-07-01 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-06 + 5.3.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + +