From 7dd78aa6341aa5f39538868791028bd41f687091 Mon Sep 17 00:00:00 2001 From: groni Date: Mon, 24 Aug 2015 14:24:31 +0200 Subject: [PATCH] kontactinterface build and check --- .../application/kontactinterface/actions.py | 19 ++++++ .../application/kontactinterface/pspec.xml | 67 +++++++++++++++++++ 2 files changed, 86 insertions(+) create mode 100755 desktop/kde/application/kontactinterface/actions.py create mode 100755 desktop/kde/application/kontactinterface/pspec.xml diff --git a/desktop/kde/application/kontactinterface/actions.py b/desktop/kde/application/kontactinterface/actions.py new file mode 100755 index 0000000000..10102ea6a4 --- /dev/null +++ b/desktop/kde/application/kontactinterface/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/licenses/gpl.txt + +from pisi.actionsapi import pisitools +from pisi.actionsapi import kde5 + +def setup(): + kde5.configure() + +def build(): + kde5.make() + +def install(): + kde5.install() + + #pisitools.dodoc("COPYING.LIB", "README", "CHANGELOG", "AUTHORS") diff --git a/desktop/kde/application/kontactinterface/pspec.xml b/desktop/kde/application/kontactinterface/pspec.xml new file mode 100755 index 0000000000..ce49e0a733 --- /dev/null +++ b/desktop/kde/application/kontactinterface/pspec.xml @@ -0,0 +1,67 @@ + + + + + kontactinterface + http://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:library + Kontact Plugin Interface Library + This library provides the glue necessary for application "Parts" to be embedded as a Kontact component (or plugin). + http://download.kde.org/stable/applications/15.08.0/src/kontactinterface-15.08.0.tar.xz + + qt5-base-devel + kdoctools-devel + extra-cmake-modules + + + + + kontactinterface + + qt5-base + kio + kparts + libgcc + kxmlgui + kcoreaddons + kiconthemes + kwindowsystem + + + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + kontactinterface-devel + Development files for kontactinterface + + qt5-base-devel + kontactinterface + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2015-08-24 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + +