diff --git a/desktop/kde/application/kontactinterface/actions.py b/desktop/kde/application/kontactinterface/actions.py new file mode 100755 index 0000000000..288d347e20 --- /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") 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 + + + diff --git a/desktop/kde/application/ktnef/actions.py b/desktop/kde/application/ktnef/actions.py new file mode 100755 index 0000000000..c5a5095e22 --- /dev/null +++ b/desktop/kde/application/ktnef/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", "AUTHORS") diff --git a/desktop/kde/application/ktnef/pspec.xml b/desktop/kde/application/ktnef/pspec.xml new file mode 100755 index 0000000000..8909b8ddd1 --- /dev/null +++ b/desktop/kde/application/ktnef/pspec.xml @@ -0,0 +1,64 @@ + + + + + ktnef + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + API for handling TNEF data + The API permits access to the actual attachments, the message properties (TNEF/MAPI), and allows one to view/extract message formatted text in Rich Text Format format. + http://download.kde.org/stable/applications/15.08.0/src/ktnef-15.08.0.tar.xz + + qt5-base-devel + kdoctools-devel + extra-cmake-modules + + + + + ktnef + + qt5-base + kcalutils + ki18n + libgcc + kcalcore + kdelibs4-support + + + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + ktnef-devel + Development files for ktnef + + qt5-base-devel + ktnef + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2015-08-24 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + +