diff --git a/desktop/kde/application/libktnef/actions.py b/desktop/kde/application/libktnef/actions.py new file mode 100644 index 0000000000..6f6c5f5c59 --- /dev/null +++ b/desktop/kde/application/libktnef/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") \ No newline at end of file diff --git a/desktop/kde/application/libktnef/pspec.xml b/desktop/kde/application/libktnef/pspec.xml new file mode 100644 index 0000000000..94ac60da39 --- /dev/null +++ b/desktop/kde/application/libktnef/pspec.xml @@ -0,0 +1,109 @@ + + + + + libktnef + 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. + mirrors://kde/stable/applications/15.12.1/src/ktnef-15.12.1.tar.xz + + qt5-base-devel + kdoctools-devel + extra-cmake-modules + kdelibs4-support-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kcalcore-devel + kcalutils-devel + kcontacts-devel + + + + + libktnef + + qt5-base + kcalutils + ki18n + libgcc + kcalcore + kcontacts + kdelibs4-support + + + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + libktnef-devel + Development files for libktnef + + qt5-base-devel + libktnef + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-24 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + +