From ee709667660a06f83ac2782c6223985a231f9e77 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Sun, 15 Nov 2015 00:02:11 +0200 Subject: [PATCH] kaccounts-integration:first release --- .../kaccounts-integration/actions.py | 18 ++++ .../kaccounts-integration/pspec.xml | 84 +++++++++++++++++++ 2 files changed, 102 insertions(+) create mode 100644 desktop/kde/application/kaccounts-integration/actions.py create mode 100644 desktop/kde/application/kaccounts-integration/pspec.xml diff --git a/desktop/kde/application/kaccounts-integration/actions.py b/desktop/kde/application/kaccounts-integration/actions.py new file mode 100644 index 0000000000..e54a76fe54 --- /dev/null +++ b/desktop/kde/application/kaccounts-integration/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/copyleft/gpl.txt + +from pisi.actionsapi import kde5 +from pisi.actionsapi import pisitools + +def setup(): + kde5.configure("-DKDE_INSTALL_USE_QT_SYS_PATHS=ON") + +def build(): + kde5.make() + +def install(): + kde5.install() + + pisitools.dodoc("COPYING", "TODO", "README") \ No newline at end of file diff --git a/desktop/kde/application/kaccounts-integration/pspec.xml b/desktop/kde/application/kaccounts-integration/pspec.xml new file mode 100644 index 0000000000..e68fe896bb --- /dev/null +++ b/desktop/kde/application/kaccounts-integration/pspec.xml @@ -0,0 +1,84 @@ + + + + + kaccounts-integration + https://projects.kde.org/projects/kdereview/kaccounts-integration + + 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-integration-15.08.3.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-declarative-devel + kcmutils-devel + kio-devel + ki18n-devel + kwidgetsaddons-devel + kcoreaddons-devel + kiconthemes-devel + kconfig-devel + kwallet-devel + kdbusaddons-devel + libaccounts-qt5-devel + signon-devel + + + + + kaccounts-integration + + kio + ki18n + libgcc + signon + kconfig + kwallet + qt5-base + kcoreaddons + kdbusaddons + kiconthemes + kconfigwidgets + kwidgetsaddons + libaccounts-qt5 + qt5-declarative + + Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, +Jabber and others + + /usr/share + /usr/share/kservices5 + /usr/share/doc + /usr/lib + + + + + kaccounts-integration-devel + Development files for kaccounts-integration + + kaccounts-integration + + + /usr/include + + + + + + 2015-11-14 + 15.08.3 + First release + Alihan Öztürk + alihan@pisilinux.org + + + \ No newline at end of file