diff --git a/desktop/kde/application/ktp-kded-module/actions.py b/desktop/kde/application/ktp-kded-module/actions.py new file mode 100644 index 0000000000..804e691946 --- /dev/null +++ b/desktop/kde/application/ktp-kded-module/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") \ No newline at end of file diff --git a/desktop/kde/application/ktp-kded-module/pspec.xml b/desktop/kde/application/ktp-kded-module/pspec.xml new file mode 100644 index 0000000000..6e0bad7de5 --- /dev/null +++ b/desktop/kde/application/ktp-kded-module/pspec.xml @@ -0,0 +1,71 @@ + + + ktp-kded-module + http://community.kde.org/Real-Time_Communication_and_Collaboration + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app + Sits in KDED and takes care of various bits of system integration like setting user to auto-away or handling connection errors + Sits in KDED and takes care of various bits of system integration like setting user to auto-away or handling connection errors + + extra-cmake-modules + qt5-base-devel + qt5-sql-postgresql + qt5-sql-mysql + qt5-sql-odbc + qt5-sql-sqlite + kdbusaddons-devel + kwidgetsaddons-devel + kconfig-devel + ki18n-devel + kio-devel + knotifications-devel + kconfigwidgets-devel + kidletime-devel + kcmutils-devel + ktp-common-internals-devel + telepathy-logger-qt-devel + telepathy-qt5-devel + + http://download.kde.org/stable/applications/15.08.3/src/ktp-kded-module-15.08.3.tar.xz + + + + ktp-kded-module + Sits in KDED and takes care of various bits of system integration like setting user to auto-away or handling connection errors + + kio + ki18n + libgcc + kconfig + qt5-base + kidletime + kcoreaddons + kdbusaddons + telepathy-qt5 + kconfigwidgets + knotifications + ktp-common-internals + + + /usr/lib + /usr/share + /usr/share/dbus-1 + /usr/share/kservices5 + /usr/share/doc + + + + + + 2015-11-23 + 15.08.3 + Fİrst Release + Alihan Öztürk + alihan@pisilinux.org + + + \ No newline at end of file