diff --git a/desktop/kde/application/kaccounts-providers/actions.py b/desktop/kde/application/kaccounts-providers/actions.py new file mode 100644 index 0000000000..9cb3143b6f --- /dev/null +++ b/desktop/kde/application/kaccounts-providers/actions.py @@ -0,0 +1,20 @@ +#!/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_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release") + +def build(): + kde5.make() + +def install(): + kde5.install() + + pisitools.dodoc("COPYING") \ No newline at end of file diff --git a/desktop/kde/application/kaccounts-providers/pspec.xml b/desktop/kde/application/kaccounts-providers/pspec.xml new file mode 100644 index 0000000000..79e40b0df2 --- /dev/null +++ b/desktop/kde/application/kaccounts-providers/pspec.xml @@ -0,0 +1,55 @@ + + + + + kaccounts-providers + https://projects.kde.org/projects/playground/base/kde-accounts/kaccounts-providers + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app + Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, +Jabber and others + Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, +Jabber and others + http://download.kde.org/stable/applications/15.08.3/src/kaccounts-providers-15.08.3.tar.xz + + extra-cmake-modules + intltool + kaccounts-integration-devel + qt5-declarative-devel + qt5-base-devel + kcoreaddons-devel + libaccounts-qt5-devel + libaccounts-glib-devel + signon-devel + + + + + kaccounts-providers + + kaccounts-integration + libaccounts-glib + + Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, +Jabber and others + + /etc + /usr/share + /usr/share/doc + + + + + + 2015-11-15 + 15.08.3 + First release + Alihan Öztürk + alihan@pisilinux.org + + + \ No newline at end of file