diff --git a/desktop/kde/misc/kmime/actions.py b/desktop/kde/misc/kmime/actions.py new file mode 100755 index 0000000000..8680eb58f9 --- /dev/null +++ b/desktop/kde/misc/kmime/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("TODO", "COPYING.LIB") diff --git a/desktop/kde/misc/kmime/pspec.xml b/desktop/kde/misc/kmime/pspec.xml new file mode 100755 index 0000000000..027032d74e --- /dev/null +++ b/desktop/kde/misc/kmime/pspec.xml @@ -0,0 +1,69 @@ + + + + + kmime + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + KDE library for handling mail messages and newsgroup articles. + Kmime library for handling mail messages and newsgroup articles. + http://download.kde.org/stable/applications/15.08.0/src/kmime-15.08.0.tar.xz + + qt5-base-devel + extra-cmake-modules + boost-devel + ki18n-devel + kcodecs-devel + kdoctools-devel + kdelibs4-support-devel + + + + + kmime + + qt5-base + boost + ki18n + kcodecs + libgcc + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + kmime-devel + Development files for kmime + + qt5-base-devel + kmime + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2015-08-20 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + +