From 3e788d3c0a192110cb57201fe439cd6cbb3603cd Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Thu, 31 Mar 2016 23:49:03 +0300 Subject: [PATCH] kactivitymanagerd:first release --- .../kde/plasma/kactivitymanagerd/actions.py | 19 +++++ .../kde/plasma/kactivitymanagerd/pspec.xml | 69 +++++++++++++++++++ 2 files changed, 88 insertions(+) create mode 100644 desktop/kde/plasma/kactivitymanagerd/actions.py create mode 100644 desktop/kde/plasma/kactivitymanagerd/pspec.xml diff --git a/desktop/kde/plasma/kactivitymanagerd/actions.py b/desktop/kde/plasma/kactivitymanagerd/actions.py new file mode 100644 index 0000000000..a3fd9f704b --- /dev/null +++ b/desktop/kde/plasma/kactivitymanagerd/actions.py @@ -0,0 +1,19 @@ +#!/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() + +def build(): + kde5.make() + +def install(): + kde5.install() + + pisitools.dodoc("COPYING*", "README*", "TODO") \ No newline at end of file diff --git a/desktop/kde/plasma/kactivitymanagerd/pspec.xml b/desktop/kde/plasma/kactivitymanagerd/pspec.xml new file mode 100644 index 0000000000..e34dbb4a78 --- /dev/null +++ b/desktop/kde/plasma/kactivitymanagerd/pspec.xml @@ -0,0 +1,69 @@ + + + kactivitymanagerd + http://www.kde.org + + Alihan Öztürk + alihan@pisilinux.org + + LGPLv2 + app:console + Core components for the KDE Activity concept. + System service to manage user's activities, track the usage patterns etc. + http://download.kde.org/stable/plasma/5.6.1/kactivitymanagerd-5.6.1.tar.xz + + extra-cmake-modules + boost-devel + qt5-base-devel + kdbusaddons-devel + ki18n-devel + qt5-sql-mysql + qt5-sql-odbc + qt5-sql-postgresql + qt5-sql-sqlite + kconfig-devel + kcoreaddons-devel + kwindowsystem-devel + kglobalaccel-devel + kxmlgui-devel + kio-devel + + + + + kactivitymanagerd + Core components for the KDE Activity concept. + + kio + ki18n + libgcc + kconfig + kxmlgui + kservice + qt5-base + kcoreaddons + kdbusaddons + kglobalaccel + kwindowsystem + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + /usr/share/locale + /usr/share/kservices5 + /usr/share/kservicetypes5 + + + + + + 2016-03-31 + 5.6.1 + First release. + Alihan Öztürk + alihan@pisilinux.org + + +