diff --git a/desktop/kde/application/libktnef/actions.py b/desktop/kde/application/libktnef/actions.py deleted file mode 100644 index 6f6c5f5c59..0000000000 --- a/desktop/kde/application/libktnef/actions.py +++ /dev/null @@ -1,19 +0,0 @@ -#!/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 deleted file mode 100644 index 94ac60da39..0000000000 --- a/desktop/kde/application/libktnef/pspec.xml +++ /dev/null @@ -1,109 +0,0 @@ - - - - - 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 - - -